summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2009-03-22 21:52:33 +0000
committerArthur de Jong <arthur@arthurdejong.org>2009-03-22 21:52:33 +0000
commit67935afc0664e42612f609718c4a4c43a1db9273 (patch)
tree5e6fd4853cf44cfbaf06adf8f5438f700a3aa6d1 /NEWS
parent515ed607754a2fc9030ae155750ae07ec63c4dfe (diff)
get files ready for 0.6.8 release
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@825 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 e07c728..9e8949b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+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
+ 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
+ manual page and sample nss-ldapd.conf)
+* clean the environment and set LDAPNOINIT to disable parsing of LDAP
+ configuration files (.ldaprc, /etc/ldap/ldap.conf, etc)
+* remove sslpath option because it wasn't used
+* correctly set SSL/TLS options when using StartTLS
+* rename the tls_checkpeer option to tls_reqcert, deprecating the old name and
+ supporting all values that OpenLDAP supports
+* allow backslashes in user and group names execpt as first or last character
+* check user and group names against LOGIN_NAME_MAX if it is defined
+* fix for getpeercred() on Solaris by David Bartley
+* Debian packaging improvements
+
+
changes form 0.6.6 to 0.6.7
---------------------------