diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2010-02-27 16:28:13 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2010-02-27 16:28:13 +0100 |
commit | b52339b1e2b42ce7373441b2d7a005eeb1f95304 (patch) | |
tree | 0febdb5ad09c68064027701155b14e87f5fc2124 /debian/changelog | |
parent | 186176824c5bb0384875eb393740b0d9ecfa0bea (diff) |
get files ready for 0.7.3 release0.7.3
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1071 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 00ca4d1..329c7b0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,29 @@ +nss-pam-ldapd (0.7.3) unstable; urgency=low + + * allow password modification by root using the rootpwmoddn configuration + file option (the user will be prompted for the password for rootpwmoddn + instead of the user's password) + * the LDAP password modify EXOP is first tried without the old password and + if that fails retried with the old password + * when determining the domain name (used for some value of the base and uri + options) also try to use the hostname aliases to build the domain name + (patch by Jan Schampera) + * perform locking on the pidfile on start-up to ensure that only one nslcd + process is running and implement a --check option (patch by Jan Schampera) + * documentation improvements + * upgrade to standards-version 3.8.4 (no changes needed) + * start nslcd before apache for systems that use LDAP users to run virtual + hosts (closes: #565971) + + -- Arthur de Jong <adejong@debian.org> Sat, 27 Feb 2010 16:00:00 +0100 + nss-pam-ldapd (0.7.2) unstable; urgency=low * some attributes may be mapped to a shell-like expression that expand attributes from LDAP entries; this allows attributes overrides, defaults and much more (as a result the passwd cn attribute mapping has been removed because the gecos mapping is now "${gecos:-$cn}" by default) - * update the NSS module to follow the change in Glibc where the addr + * update the NSS module to follow the change in Glibc where the addr parameter of getnetbyaddr_r() was changed from network-byte-order to host-byte-order * properly escape searches for uniqueMember attributes for DN with a comma |