From owner-freebsd-current@FreeBSD.ORG Sun Nov 21 17:40:35 2004 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 2EDDD16A4CE for ; Sun, 21 Nov 2004 17:40:35 +0000 (GMT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4FFD43D48 for ; Sun, 21 Nov 2004 17:40:34 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.1) id iALHeXXT014279; Sun, 21 Nov 2004 11:40:33 -0600 (CST) (envelope-from dan) Date: Sun, 21 Nov 2004 11:40:33 -0600 From: Dan Nelson To: Wiktor Niesiobedzki Message-ID: <20041121174033.GA3019@dan.emsphone.com> References: <419CD314.80900@fer.hr> <20041118171012.GB19265@dan.emsphone.com> <20041120222325.GC17297@lb.tenfour> <20041121020745.GC94473@dan.emsphone.com> <20041121144905.GE3584@mail.evip.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041121144905.GE3584@mail.evip.pl> X-OS: FreeBSD 5.3-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.6i cc: FreeBSD Current Users cc: Dick Davies Subject: Re: Replacing passwd? 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: Sun, 21 Nov 2004 17:40:35 -0000 In the last episode (Nov 21), Wiktor Niesiobedzki said: > I was playing with it today and removing errx function allows passwd > to change the password, but the other problem I step on is: How to > properly configure /etc/pam.d/passwd > > The configuration, which I have now is simply: > password sufficient /usr/local/lib/pam_ldap.so > password sufficient pam_unix.so no_warn try_first_pass nullok You probably don't need pam_unix in there at all, since there's no way it'll work (no local passwd entry). -- Dan Nelson dnelson@allantgroup.com