Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/debian/changelog
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2009-12-28 22:23:49 +0100
committerArthur de Jong <arthur@arthurdejong.org>2009-12-28 22:23:49 +0100
commit53d1704ce8b374454cb9f1399e2f0cdc0f47b1ef (patch)
tree3ae6c93c95f3774e1d27863d816cb672648b92d3 /debian/changelog
parent2100edb2ebef821ea7663d6a6b026ba9854f17c0 (diff)
get files ready for 0.7.2 release0.7.2
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1044 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog24
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 5e5a804..00ca4d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,27 @@
+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
+ 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
+ in an attribute value
+ * miscellaneous improvements to the configure script implementing better
+ (and simpler) library detection
+ * some general refactoring and other miscellaneous improvements
+ * make configure check if we need to explicitly link to -llber
+ (closes: #555779)
+ * libnss-ldapd: recommend libpam-krb5 as an alternative to libpam-ldapd for
+ Kerberos environments
+ * updated Italian debconf translation by Vincenzo Campanella
+ (closes: #556107)
+ * fix nslcd postrm to remove old config file (thanks piuparts)
+
+ -- Arthur de Jong <adejong@debian.org> Mon, 28 Dec 2009 13:30:00 +0100
+
nss-pam-ldapd (0.7.1) unstable; urgency=low
* implement password changing by performing an LDAP password modify EXOP