"su" bug ( diff of pam.d )
Frank Bonnet
bonnetf at bart.esiee.fr
Tue May 20 01:44:21 PDT 2003
I forgot the requested diff sorry
README
convert.pl
diff: /etc/pam.d/convert.pl: No such file or directory
ftpd
gdm
imap
11c11
< auth required pam_unix.so no_warn try_first_pass
---
> auth sufficient /usr/local/lib/pam_ldap.so
kde
login
14c14,15
< auth required pam_unix.so no_warn try_first_pass nullok
---
> #auth required pam_unix.so no_warn try_first_pass nullok
> auth sufficient /usr/local/lib/pam_ldap.so
other
passwd
pop3
11c11,12
< auth required pam_unix.so no_warn try_first_pass
---
> #auth required pam_unix.so no_warn try_first_pass
> auth suffcient /usr/local/lib/pam_ldap.so
rexecd
rsh
sshd
su
15,16c15,16
< auth required pam_unix.so no_warn try_first_pass nullok
<
---
> #auth required pam_unix.so no_warn try_first_pass nullok
> auth sufficient /usr/local/lib/pam_ldap.so
telnetd
xdm
--
Frank Bonnet
More information about the freebsd-current
mailing list