From owner-freebsd-current@FreeBSD.ORG Tue May 20 01:44:21 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F068837B401; Tue, 20 May 2003 01:44:20 -0700 (PDT) Received: from bart.esiee.fr (bart.esiee.fr [147.215.1.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52F0343F75; Tue, 20 May 2003 01:44:19 -0700 (PDT) (envelope-from bonnetf@bart.esiee.fr) Received: from bart.esiee.fr (localhost.esiee.fr [127.0.0.1]) by bart.esiee.fr (8.12.9/8.12.7) with ESMTP id h4K8iHtn004213; Tue, 20 May 2003 10:44:17 +0200 (METDST) Received: (from bonnetf@localhost) by bart.esiee.fr (8.12.9/8.12.7/Submit) id h4K8iH8T004212; Tue, 20 May 2003 10:44:17 +0200 (METDST) Date: Tue, 20 May 2003 10:44:17 +0200 From: Frank Bonnet To: Robert Watson Message-ID: <20030520104417.A4110@bart.esiee.fr> References: <20030519110242.A21561@bart.esiee.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from rwatson@freebsd.org on Mon, May 19, 2003 at 02:40:49PM -0400 cc: freebsd-current@freebsd.org Subject: Re: "su" bug ( diff of pam.d ) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 May 2003 08:44:21 -0000 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