summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2010-02-27 15:28:13 +0000
committerArthur de Jong <arthur@arthurdejong.org>2010-02-27 15:28:13 +0000
commitb52339b1e2b42ce7373441b2d7a005eeb1f95304 (patch)
tree0febdb5ad09c68064027701155b14e87f5fc2124 /NEWS
parent186176824c5bb0384875eb393740b0d9ecfa0bea (diff)
get files ready for 0.7.3 release
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1071 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS18
1 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0c3c38e..2e01b01 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+changes from 0.7.2 to 0.7.3
+---------------------------
+
+* 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
+
+
changes from 0.7.1 to 0.7.2
---------------------------
@@ -5,7 +21,7 @@ changes from 0.7.1 to 0.7.2
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 in