A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, OPENLDAP_REL_ENG_2_5 has been updated via 6eab60edfee4d494c740b8e766c975a3678bcfa7 (commit) via 07dd5f25a70ab5a98860e90d0c92ac90a3390193 (commit) via c3a53536082b5033c04e51a0c85c6bb7bda05db7 (commit) via 81d51ca402c75099398caf60181178f8754a8cc1 (commit) via 9d0dde3726bab49acad7a82eefd16be46fa3e542 (commit) from 8d38c46670b79adacf26741de162c062283fa562 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 6eab60edfee4d494c740b8e766c975a3678bcfa7 Author: Howard Chu hyc@openldap.org Date: Sat Mar 21 21:32:48 2015 +0000
ITS#8081 - more for #8063
Prev patch broke underlying assumption that mods queue and execute in order. Now must search list for matching mod to dequeue.
commit 07dd5f25a70ab5a98860e90d0c92ac90a3390193 Author: Howard Chu hyc@openldap.org Date: Wed Mar 18 20:50:19 2015 +0000
ITS#8080 nssov: use old pwd if it's given
commit c3a53536082b5033c04e51a0c85c6bb7bda05db7 Author: Ryan Tandy ryan@nardis.ca Date: Mon Mar 16 04:53:32 2015 +0000
ITS#8080 nssov: allow user pwmod without pwdmgr configured
commit 81d51ca402c75099398caf60181178f8754a8cc1 Author: Ryan Tandy ryan@nardis.ca Date: Mon Mar 16 04:44:21 2015 +0000
ITS#8080 nssov: only allow root to become pwdmgr
commit 9d0dde3726bab49acad7a82eefd16be46fa3e542 Author: Ryan Tandy ryan@nardis.ca Date: Mon Mar 16 05:58:02 2015 +0000
ITS#8080 nssov: require old password unless pwdmgr
-----------------------------------------------------------------------
Summary of changes: contrib/slapd-modules/nssov/nssov.c | 4 ++-- contrib/slapd-modules/nssov/nssov.h | 4 ++-- contrib/slapd-modules/nssov/pam.c | 39 +++++++++++++++++++++--------- servers/slapd/overlays/syncprov.c | 45 +++++++++++++++++++++++++---------- 4 files changed, 64 insertions(+), 28 deletions(-)