diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2017-06-26 12:55:26 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2017-06-26 12:55:26 +0200 |
commit | 47fd03bc80d470de881c025ff934325bd7def0b5 (patch) | |
tree | e59f3c66c9f57d4adf0fa6edacedd534dab0d5f2 /NEWS | |
parent | 7920d85ef806cda6a37db16aff75f895cc67a3e1 (diff) |
Get files ready for 0.9.8 release0.9.8
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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 --------------------------- |