From owner-freebsd-bugs@FreeBSD.ORG Mon Nov 24 05:11:57 2003 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB9BF16A4CE; Mon, 24 Nov 2003 05:11:57 -0800 (PST) Received: from sponsa.its.uu.se (sponsa.its.UU.SE [130.238.7.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7682B43FD7; Mon, 24 Nov 2003 05:11:56 -0800 (PST) (envelope-from yuri@irfu.se) Received: by sponsa.its.uu.se (Postfix, from userid 213) id 311FA4722; Mon, 24 Nov 2003 14:11:54 +0100 (MEZ) Received: from sponsa.its.uu.se(127.0.0.1) by sponsa.its.uu.se via virus-scan id s43253; Mon, 24 Nov 03 14:11:32 +0100 Received: from irfu.se (sol.irfu.se [130.238.30.6]) by sponsa.its.uu.se (Postfix) with SMTP id 1A37A457A; Mon, 24 Nov 2003 14:11:32 +0100 (MEZ) Received: from irfu.se by irfu.se (SMI-8.6/SMI-SVR4) id OAA11165; Mon, 24 Nov 2003 14:11:32 +0100 Message-ID: <3FC203A0.4050907@irfu.se> Date: Mon, 24 Nov 2003 14:12:00 +0100 From: Yuri Khotyaintsev Organization: Swedish Inst. of Space Physics User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; uk-UA; rv:1.5) Gecko/20030925 X-Accept-Language: uk-UA, uk, ru, sv MIME-Version: 1.0 To: Kris Kennaway References: <200311241255.hAOCtFAi085414@freefall.freebsd.org> In-Reply-To: <200311241255.hAOCtFAi085414@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Mon, 24 Nov 2003 05:51:07 -0800 cc: freebsd-bugs@FreeBSD.org Subject: Re: bin/59638: passwd(1) does not use PAM to change the password X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 13:11:57 -0000 I have a server with pam_ldap and nss_ldap. Everything works fine, except for changing passwords. /etc/pam.d/passwd contains: password sufficient /usr/local/lib/pam_ldap.so password required pam_unix.so no_warn try_first_pass nullok As I understood this is a known issue: http://lists.freebsd.org/pipermail/freebsd-current/2003-November/014755.html Please assing this PR to DES. Kris Kennaway wrote: > Synopsis: passwd(1) does not use PAM to change the password > > State-Changed-From-To: open->feedback > State-Changed-By: kris > State-Changed-When: Mon Nov 24 04:54:52 PST 2003 > State-Changed-Why: > Please provide full details about how you have configured your system. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=59638