Fix bug report #3225.
authorJohn Terpstra <jht@samba.org>
Mon, 31 Oct 2005 21:17:48 +0000 (21:17 +0000)
committerJohn Terpstra <jht@samba.org>
Mon, 31 Oct 2005 21:17:48 +0000 (21:17 +0000)
manpages-3/winbindd.8.xml

index 4d02ed6a35da095aec5f1da891099ce3bc39e0e3..e04a6ddb9e12f4005923f0de8aad9fe8c361658e 100644 (file)
@@ -275,11 +275,15 @@ group:  files winbind
 auth  required    /lib/security/pam_securetty.so
 auth  required   /lib/security/pam_nologin.so
 auth  sufficient  /lib/security/pam_winbind.so
-auth  required    /lib/security/pam_pwdb.so \
+auth  required    /lib/security/pam_unix.so \
                   use_first_pass shadow nullok
 </programlisting>
        </para>
   
+       <note><para>
+       The PAM module pam_unix has recently replaced the module pam_pwdb.
+       Some Linux systems use the module pam_unix2 in place of pam_unix.
+       </para></note>
 
        <para>Note in particular the use of the <parameter>sufficient
        </parameter> keyword and the <parameter>use_first_pass</parameter> keyword. </para>