Date: Tue, 20 May 2003 10:44:17 +0200 From: Frank Bonnet <bonnetf@bart.esiee.fr> To: Robert Watson <rwatson@freebsd.org> Cc: freebsd-current@freebsd.org Subject: Re: "su" bug ( diff of pam.d ) Message-ID: <20030520104417.A4110@bart.esiee.fr> In-Reply-To: <Pine.NEB.3.96L.1030519144004.59393I-100000@fledge.watson.org>; from rwatson@freebsd.org on Mon, May 19, 2003 at 02:40:49PM -0400 References: <20030519110242.A21561@bart.esiee.fr> <Pine.NEB.3.96L.1030519144004.59393I-100000@fledge.watson.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030520104417.A4110>