From: John Terpstra Date: Mon, 31 Oct 2005 21:17:48 +0000 (+0000) Subject: Fix bug report #3225. X-Git-Tag: samba-3.3.0pre1~1860 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aee98a9f366e4bdec9a14728390d9ab66dfbe3f4;p=thirdparty%2Fsamba.git Fix bug report #3225. --- diff --git a/docs/manpages-3/winbindd.8.xml b/docs/manpages-3/winbindd.8.xml index 4d02ed6a35d..e04a6ddb9e1 100644 --- a/docs/manpages-3/winbindd.8.xml +++ b/docs/manpages-3/winbindd.8.xml @@ -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 + + 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. + Note in particular the use of the sufficient keyword and the use_first_pass keyword.