From owner-cvs-all@FreeBSD.ORG Thu Sep 2 19:25:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41EE716A4CE; Thu, 2 Sep 2004 19:25:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36E6943D2F; Thu, 2 Sep 2004 19:25:41 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i82JPf2p096249; Thu, 2 Sep 2004 19:25:41 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i82JPfPW096248; Thu, 2 Sep 2004 19:25:41 GMT (envelope-from marcus) Message-Id: <200409021925.i82JPfPW096248@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 2 Sep 2004 19:25:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/pam_ldap Makefileports/security/pam_ldap/files patch-ab X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Sep 2004 19:25:41 -0000 marcus 2004-09-02 19:25:41 UTC FreeBSD ports repository Modified files: security/pam_ldap Makefile security/pam_ldap/files patch-ab Log: Implement a "mgrate" facility that lets one migrate/overwrite the LDAP userPassword field of the user being authenticated. The PAM and LDAP usernames must be the same. This makes "pam_ldap migrate" similar to "pam_smbpass migrate". This has been submitted to PADL in http://bugzilla.padl.com/show_bug.cgi?id=178. [1] Allow pam_ldap to change user passwords under certain circumstances. This has been submitted to PADL in http://bugzilla.padl.com/show_bug.cgi?id=177. [2] All of this is documented further at http://www.iem.pw.edu.pl/~wielebap/ldap/pam_ldap/pam_ldap_doc.pdf. PR: 71289 [1] 71287 [2] Submitted by: Pawel Wieleba Revision Changes Path 1.32 +1 -0 ports/security/pam_ldap/Makefile 1.7 +58 -8 ports/security/pam_ldap/files/patch-ab