From e640a8e7b380ebbf7822f8ddac4dfdccefd221b6 Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Mon, 31 Oct 2005 21:17:48 +0000 Subject: [PATCH] Fix bug report #3225. (This used to be commit aee98a9f366e4bdec9a14728390d9ab66dfbe3f4) --- docs/manpages-3/winbindd.8.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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. -- 2.11.4.GIT