diff options
author | Russ Allbery <rra@stanford.edu> | 2010-02-09 13:17:12 -0800 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2010-02-09 13:17:12 -0800 |
commit | 2ecd8da6a7eaab79a9b8d0a5a59d91fc377d9b95 (patch) | |
tree | 01d46660a13779271f4b9b9534c36f7df821eab0 /kasetkey/README | |
parent | b037770195ef0bd98d6655a65873b25d90e36032 (diff) |
Remove the kasetkey client for setting keys in an AFS kaserver
Diffstat (limited to 'kasetkey/README')
-rw-r--r-- | kasetkey/README | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/kasetkey/README b/kasetkey/README deleted file mode 100644 index 3ead85d..0000000 --- a/kasetkey/README +++ /dev/null @@ -1,13 +0,0 @@ -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. |