summaryrefslogtreecommitdiffstats
path: root/usr.bin/login/README
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1995-01-14 22:57:41 +0000
committerwollman <wollman@FreeBSD.org>1995-01-14 22:57:41 +0000
commit20054cbaa0f2df26f65ac5e230669382f151f599 (patch)
tree949f8235e23a60419e2e05046ae701e8799da31d /usr.bin/login/README
parent589544ea3ba13b3b74ee78c3273d4d17c3671a29 (diff)
downloadFreeBSD-src-20054cbaa0f2df26f65ac5e230669382f151f599.zip
FreeBSD-src-20054cbaa0f2df26f65ac5e230669382f151f599.tar.gz
Modify klogin to:
1) Don't spit out an error message if Kerberos is installed but not yet set up. 2) Don't attempt to verify the ticket you got back, as workstations are not intended to have srvtab files of their own. Both behaviors can be re-enabled with KLOGIN_PARANOID.
Diffstat (limited to 'usr.bin/login/README')
-rw-r--r--usr.bin/login/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/usr.bin/login/README b/usr.bin/login/README
index 6ad7a10..d7c964d 100644
--- a/usr.bin/login/README
+++ b/usr.bin/login/README
@@ -8,3 +8,13 @@ The following defines can be used:
3) LOGALL to log all logins
-Guido
+
+This login has some of Berkeley's paranoid/broken (depending on your point
+of view) Kerberos code conditionalized out, so that by default it works like
+klogin does at MIT-LCS. You can define KLOGIN_PARANOID to re-enable this code.
+This define also controls whether a warning message is printed when logging
+into a system with no krb.conf file, which usually means that Kerberos is
+not configured.
+
+-GAWollman
+
OpenPOWER on IntegriCloud