]> granicus.if.org Git - sudo/commitdiff
--with-kerb4 and --with-kerb5 now take an optional argument.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 19 Mar 2003 20:58:02 +0000 (20:58 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 19 Mar 2003 20:58:02 +0000 (20:58 +0000)
INSTALL

diff --git a/INSTALL b/INSTALL
index 6834462e0d85d4b9ae9ffb55bce58efd90ea4534..19c0ce2c36848484b1f00b32742f0f1e46ddf63c 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -146,17 +146,18 @@ Special features/options:
        DIR is the base directory containing the compiled FWTK package
        (or at least the library and header files).
 
-  --with-kerb4
-       Enable Kerberos IV support.  Tested only with the Cygnus Network
-       Security package (CNS).  This uses Kerberos passphrases for
-       authentication but does not use the Kerberos cookie scheme.
-
-  --with-kerb5
-       Enable Kerberos V support.  Tested against MIT Kerberos V,
-       release 1.1, although also expected to work against CNS.  This
-       This uses Kerberos passphrases for authentication but does not
-       use the Kerberos cookie scheme.  Will not work for Kerberos V
-       older than version 1.1.
+  --with-kerb4[=DIR]
+        Enable Kerberos IV support.  If specified, DIR is the base
+        directory containing the Kerberos IV include and lib dirs.
+        This uses Kerberos passphrases for authentication but does
+        not use the Kerberos cookie scheme.
+
+  --with-kerb5[=DIR]
+        Enable Kerberos V support.  If specified, DIR is the base
+        directory containing the Kerberos V include and lib dirs.
+        This This uses Kerberos passphrases for authentication but
+        does not use the Kerberos cookie scheme.  Will not work for
+        Kerberos V older than version 1.1.
 
   --with-authenticate
        Enable support for the AIX 4.x general authentication function.