diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2010-07-03 18:10:41 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2010-07-03 18:10:41 +0200 |
commit | 816e66a8455b25fb39e2c4d06e8ee43617a56c28 (patch) | |
tree | 4fa0de21684dda3561e215cb0f8606168f0353c8 /NEWS | |
parent | f427c8e7cdd1ec2a632c428f632713db0da9ae50 (diff) |
get files ready for 0.7.7 release0.7.7
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1159 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +changes from 0.7.6 to 0.7.7 +--------------------------- + +* refactoring and simplification of PAM module which also improves logging +* implement a nullok PAM option and disable empty passwords by default +* portability improvements and other minor code improvements +* the mechanism to disable name lookups through LDAP from within the nslcd + process has been improved +* the undocumented use_sasl option has been removed (specifying sasl_mech now + implies use_sasl) +* the sasl_mech, sasl_realm, sasl_authcid, sasl_authzid and sasl_secprops + configuration options are now documented +* Debian packaging improvements + + changes from 0.7.5 to 0.7.6 --------------------------- |