summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-01-07 08:45:55 +1100
committerDamien Miller <djm@mindrot.org>2000-01-07 08:45:55 +1100
commit105b7f073ac053d8f00d2b79d9fd8555d34a84f3 (patch)
tree581b29d53004f268a493989df85681426dad94b2 /INSTALL
parentf20c2aa89cd864f53e9480ea3b7f7747ecf7d8a9 (diff)
- Better KrbIV / AFS detection, based on patch from:
Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL15
1 files changed, 9 insertions, 6 deletions
diff --git a/INSTALL b/INSTALL
index 5e0b5c8f1..0f86610c5 100644
--- a/INSTALL
+++ b/INSTALL
@@ -109,12 +109,15 @@ it if lastlog is installed in a different place.
109 109
110--without-lastlog will disable lastlog support entirely. 110--without-lastlog will disable lastlog support entirely.
111 111
112--with-kerberos4 will enable Kerberos IV support. You will need to 112--with-kerberos4=PATH will enable Kerberos IV support. You will need
113have the Kerberos libraries and header files installed for this to 113to have the Kerberos libraries and header files installed for this
114work. 114to work. Use the optional PATH argument to specify the root of your
115 115Kerberos installation.
116--with-afs will enable AFS support. You will need to have the Kerberos 116
117IV and the AFS libraries and header files installed for this to work. 117--with-afs=PATH will enable AFS support. You will need to have the
118Kerberos IV and the AFS libraries and header files installed for this
119to work. Use the optional PATH argument to specify the root of your
120AFS installation. AFS requires Kerberos support to be enabled.
118 121
119--with-skey will enable S/Key one time password support. You will need 122--with-skey will enable S/Key one time password support. You will need
120the S/Key libraries and header files installed for this to work. 123the S/Key libraries and header files installed for this to work.