summaryrefslogtreecommitdiff
path: root/OPERATING
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@1ts.org>2009-07-30 14:30:51 +0000
committerGravatar Karl Ramm <kcr@1ts.org>2009-07-30 14:30:51 +0000
commit6849dfa0924c420a59c124203cc8c432990efa21 (patch)
tree523a7e0021d2dc461dbc7d378eac18a8c578de16 /OPERATING
parent8ec76c0921175e45602d490cfa696eab781ac87a (diff)
update for krb5. (and mention that server.list is always operative now)
Diffstat (limited to 'OPERATING')
-rw-r--r--OPERATING15
1 files changed, 9 insertions, 6 deletions
diff --git a/OPERATING b/OPERATING
index e82ad67..e31e067 100644
--- a/OPERATING
+++ b/OPERATING
@@ -28,12 +28,15 @@ multiple Zephyr servers, each server should have a file "server.list"
in the configuration directory (which is /etc/athena/zephyr if you
configured with --enable-athena, or /usr/local/etc/zephyr if you
installed Zephyr in /usr/local and didn't use --enable-athena). This
-file should contain a list of the servers, one per line.
-
-3. If you configured Zephyr with Kerberos 4 support, make a service
-key "zephyr.zephyr@<your realm>" and install a srvtab for that service
-as "srvtab" in the configuration directory of each of your zephyr
-servers.
+file should contain a list of the servers, one per line. The server
+will read and use this file if it exists even if the server was built
+with hesiod support.
+
+3. If you configured Zephyr with Kerberos 5 support, make a service
+key "zephyr/zephyr@<your realm>" and install a keytab for that service
+as "krb5.keytab" in the configuration directory of each of your zephyr
+servers. Note that you need to ktadd the keytab only once and copy it
+around; the files on all the servers should be identical.
4. Start zephyrd from the system binary directory (/usr/athena/etc if
you configured with --enable-athena, /usr/local/sbin if you installed