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_4 has been updated via 6390f2dbce89c91248648493f018abd16b53544f (commit) via bc0a0e84082c0715cd91de7339cc255f508f0701 (commit) via d476d0a9a25869d3805b47aab54b2e98a9df9c02 (commit) via 05b98f23fbed6247decedc5f351d119edc5d6660 (commit) via c67db51958d805331402ed47624246eafce5ed93 (commit) via 936037b60592e221f9ef06392e9758b86d31a911 (commit) via 734934e69fd35ffecd6b4ed0c3dbc26cb9d82277 (commit) via c3411fb118eda24bdac1d13dc2414b1fdd744a8f (commit) from 0713abd0a5cecd7e2cdbe86666ef5668847bfa35 (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 6390f2dbce89c91248648493f018abd16b53544f Author: Quanah Gibson-Mount quanah@openldap.org Date: Wed Feb 20 14:31:48 2013 -0800
ITS#7523
commit bc0a0e84082c0715cd91de7339cc255f508f0701 Author: Howard Chu hyc@openldap.org Date: Tue Feb 19 21:48:39 2013 -0800
ITS#7523 document the valsort control's value syntax
Not really sure that we like this syntax, but it's been there for 8 years now so unlikely to change.
commit d476d0a9a25869d3805b47aab54b2e98a9df9c02 Author: Quanah Gibson-Mount quanah@openldap.org Date: Mon Feb 11 13:50:02 2013 -0800
ITS#7523 Document valsort control
commit 05b98f23fbed6247decedc5f351d119edc5d6660 Author: Howard Chu hyc@openldap.org Date: Sun Feb 10 00:17:51 2013 +0000
More for dn2id_upgrade
handle 0-length suffix
commit c67db51958d805331402ed47624246eafce5ed93 Author: Howard Chu hyc@openldap.org Date: Sat Feb 9 19:50:08 2013 +0000
Add error checks to prev commit
commit 936037b60592e221f9ef06392e9758b86d31a911 Author: Howard Chu hyc@openldap.org Date: Sat Feb 9 19:38:42 2013 +0000
Add mdb_dn2id_upgrade
Check if upgrade is needed in mdb_db_open() Run from tool_reindex. Upgrade must not be interrupted.
commit 734934e69fd35ffecd6b4ed0c3dbc26cb9d82277 Author: Quanah Gibson-Mount quanah@openldap.org Date: Wed Feb 20 14:29:19 2013 -0800
ITS#7518
commit c3411fb118eda24bdac1d13dc2414b1fdd744a8f Author: Ted C. Cheng tedcheng@symas.com Date: Mon Feb 4 16:39:50 2013 -0800
ITS#7518 1. Sync'ed up with nss-pam-ldapd 0.8.11 * added nssov_config support * added password_prohibit_message, similar to PADL * self-password-changes are made as user identities; root changing user passwords as nssov-pam-pwdmgr-dn 2. Fixed a bug that connection DN was not constructed correctly 3. Fixed a service crash issue when protocol value is NULL 4. Added more debugging msgs. 4. added rights info
-----------------------------------------------------------------------
Summary of changes: CHANGES | 6 +- contrib/slapd-modules/nssov/nssov.c | 81 ++++++++- contrib/slapd-modules/nssov/nssov.h | 4 + contrib/slapd-modules/nssov/pam.c | 281 +++++++++++++++++++++++------ contrib/slapd-modules/nssov/service.c | 2 +- contrib/slapd-modules/nssov/slapo-nssov.5 | 26 ++-- doc/man/man5/slapo-valsort.5 | 25 +++- servers/slapd/back-mdb/back-mdb.h | 1 + servers/slapd/back-mdb/init.c | 35 ++++- servers/slapd/back-mdb/tools.c | 211 ++++++++++++++++++++++ 10 files changed, 587 insertions(+), 85 deletions(-)