Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2017-06-26 12:55:26 +0200
committerArthur de Jong <arthur@arthurdejong.org>2017-06-26 12:55:26 +0200
commit47fd03bc80d470de881c025ff934325bd7def0b5 (patch)
treee59f3c66c9f57d4adf0fa6edacedd534dab0d5f2 /NEWS
parent7920d85ef806cda6a37db16aff75f895cc67a3e1 (diff)
Get files ready for 0.9.8 release0.9.8
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index dbf58c7..a586148 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+changes from 0.9.7 to 0.9.8
+---------------------------
+
+* add a pam_authc_search option that can be used to configure the search
+ operation that is performed after authentication
+* add nss_uid_offset and nss_gid_offset options that can be used to
+ change returned numeric user and group ids from LDAP (thanks Seth Wright)
+* do not retry failed user password on second LDAP server
+* fix a crash in the PAM module on FreeBSD when showing password expiration
+ messages
+* the validnames option now also applies to shadow lookups
+* support ethernet addresses in LDAP in compact and long formats
+* improvements to getent.ldap command (a few minor bug fixes and preparations
+ for Python 3 support)
+* log entries and lookups failing nss_min_uid at debug level
+* improvements to the test suite (including tests for getent.ldap)
+
+
changes from 0.9.6 to 0.9.7
---------------------------