A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, master has been updated via 1c99711ede25860b24750aab9c529a49c53756ae (commit) from 33c98df18e5002696328fa44cfe92c7989acebbc (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 1c99711ede25860b24750aab9c529a49c53756ae 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: 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 ++-- 5 files changed, 314 insertions(+), 80 deletions(-)