summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2012-10-14 20:22:06 +0000
committerArthur de Jong <arthur@arthurdejong.org>2012-10-14 20:22:06 +0000
commite3d4472321a5376421d9930bd47171837d6eb1e4 (patch)
tree50f28ed20efa55bed6b651c7dfb458ea556a007c /NEWS
parenta5500bb322ecf640d5d62418dd4690614f5a15e6 (diff)
get files ready for 0.8.11 release
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1798 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS22
1 files changed, 22 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ebe33f3..3940fc0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+changes from 0.8.10 to 0.8.11
+-----------------------------
+
+* add a pam_password_prohibit_message nslcd.conf option to deny password
+ change (thanks to Ted Cheng)
+* add a sasl_canonicalize option to allow disabling of hostname
+ canonicalisation in OpenLDAP
+* have the nslcd daemon load the nslcd user's supplementary groups to have
+ more flexibility with assigning group permissions
+* fix logic error when falling back to getting ranged attribute values for
+ possibly binary attributes (thanks scan-build)
+* fix a problem when storing negative hit to dn2uid cache (thanks scan-build)
+* use poll() instead of select() for checking file descriptor activity to also
+ correctly work if more than FD_SETSIZE files are already open
+* small portability improvements
+* improve support for using Netscape LDAP libraries
+* improvements and fixes to the Solaris NSS code
+* grow all search filter buffers to 4096 bytes
+* some improvements to the pynslcd implementation
+* add an LDIF version of the ldapns.schema schema file
+
+
changes from 0.8.9 to 0.8.10
----------------------------