diff options
author | Russ Allbery <rra@stanford.edu> | 2006-08-17 00:48:04 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2006-08-17 00:48:04 +0000 |
commit | 774de98a472fc25bb8162057e1ae88603d28cfd4 (patch) | |
tree | 0105175ce0c1f628c087d8f546061e76385a2834 /kasetkey/README | |
parent | 6f79b22ae2db9b9114a8300a9710e21f9068e121 (diff) |
Import gen_srvtab as kasetkey and add the basic build framework.
Diffstat (limited to 'kasetkey/README')
-rw-r--r-- | kasetkey/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/kasetkey/README b/kasetkey/README new file mode 100644 index 0000000..033caff --- /dev/null +++ b/kasetkey/README @@ -0,0 +1,15 @@ +$Id$ + +This program used to be called gen_srvtab and was the backend used by the +old sysctl-based srvtab distribution system. It can either load a key +from a srvtab and push it into the AFS kaserver or generate a random key, +push it into the AFS kaserver, and then write it out as a srvtab. It has +a lot of strange issues (such as deleting and then recreating keys rather +than changing the key and incrementing the kvno), but it works. + +This program only works with the AFS kaserver and requires the AFS +libraries to compile. + +I haven't yet done the work to make compilation optional based on whether +one wants to build kaserver support (or worked out how that will be +configured in general). That's for later. |