diff options
author | John Terpstra <jht@samba.org> | 2005-10-31 21:17:48 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:10 -0500 |
commit | e640a8e7b380ebbf7822f8ddac4dfdccefd221b6 (patch) | |
tree | 42a54d4e15cba37711ac7187a8167c9901d91de5 /docs | |
parent | 210b657429e2df3adf63d8fb4fa0c714cb45e82a (diff) | |
download | samba-e640a8e7b380ebbf7822f8ddac4dfdccefd221b6.tar.gz samba-e640a8e7b380ebbf7822f8ddac4dfdccefd221b6.tar.bz2 samba-e640a8e7b380ebbf7822f8ddac4dfdccefd221b6.zip |
Fix bug report #3225.
(This used to be commit aee98a9f366e4bdec9a14728390d9ab66dfbe3f4)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manpages-3/winbindd.8.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/manpages-3/winbindd.8.xml b/docs/manpages-3/winbindd.8.xml index 4d02ed6a35..e04a6ddb9e 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 </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> |