]> granicus.if.org Git - sudo/commitdiff
Make it clear that PAM should be used for DCE support when possible.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 6 Aug 2004 01:13:43 +0000 (01:13 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 6 Aug 2004 01:13:43 +0000 (01:13 +0000)
INSTALL

diff --git a/INSTALL b/INSTALL
index 72908ada67df2ad390caf1169a186b0c25fe98c4..d967cb1df2346c0f7da7cbe09d78f7cb15ce4d7d 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -204,14 +204,11 @@ Special features/options:
        link without it.
 
   --with-DCE
-       Enable DCE support.  Known to work on HP-UX 9.X, 10.X, and 11.0.
-       The use of PAM is recommended for HP-UX 11.X systems, since PAM is
-       fully implemented (this is not true for 10.20 and earlier versions).
-       Check to see that your 11.X (or other) system uses DCE via PAM by
-       looking at /etc/pam.conf to see if "libpam_dce" libraries are 
-       referenced there.  Other platforms may require source code and/or 
-       `configure' changes; you should check to see if your platform can 
-       access DCE via PAM before using this option.
+       Enable DCE support for systems without PAM.  Known to work on
+       HP-UX 9.X, 10.X, and 11.0; other systems may require source
+       code and/or `configure' changes.  On systems with PAM support
+       (such as HP-UX 11.0 and higher, Solaris, FreeBSD and Linux), the
+       DCE PAM module (usually libpam_dce) should be used instead.
 
   --with-logincap
        Enable support for BSD login classes where available (OS-dependent).