diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 20 |
1 files changed, 19 insertions, 1 deletions
@@ -1,9 +1,27 @@ +changes from 0.6.8 to 0.6.9 +--------------------------- + +* produce more detailed logging in debug mode and allow multiple -d options to + be specified to also include logging from the LDAP library +* some LDAP configuration options are now initialized globally instead of per + connection which should fix problems with the tls_reqcert option +* documentation improvements for the NSLCD protocol used between the NSS + module and the nslcd server +* imported the new PAM module from the OpenLDAP nssov tree by Howard Chu (note + that the PAM-related NSLCD protocol is not yet finalised and this module is + not built by default) +* in configure script allow disabling of building certain components +* fix a bug with writing alternate service names and add checks for + validity of passed buffer in NSS module +* Debian packaging improvements + + changes from 0.6.7 to 0.6.8 --------------------------- * SECURITY FIX: the nss-ldapd.conf file that is installed by the Debian package was created world-readable which could cause problems - if the bindpw option is used + if the bindpw option is used (CVE-2009-1073) this has been fixed in the Debian package but other users should check the permissions of the nss-ldapd.conf file when the bindpw option is used (warnings have been added to the |