From: Peter Palfrader Date: Tue, 16 Sep 2008 12:31:44 +0000 (+0200) Subject: Say what pam.d/sudo should look like X-Git-Tag: userdir-ldap-0.3.42 X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap.git;a=commitdiff_plain;h=6bf31765fdd1704dba3c96c8632fdec7db7b273e Say what pam.d/sudo should look like --- diff --git a/debian/changelog b/debian/changelog index d4794d1..f7427dc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,12 @@ userdir-ldap (0.3.42) unstable; urgency=low * Export all accounts into sudo-passwd, even if they do not have a sudo password set. Set their password to '*' then. + etc/pam.d/sudo should look like this then: + auth [authinfo_unavail=ignore success=done ignore=ignore default=die] pam_pwdfile.so pwdfile=/var/lib/misc/thishost/sudo-passwd + auth required pam_unix.so nullok_secure try_first_pass + @include common-account - -- Peter Palfrader Tue, 16 Sep 2008 14:29:32 +0200 + -- Peter Palfrader Tue, 16 Sep 2008 14:30:41 +0200 userdir-ldap (0.3.41) unstable; urgency=low