summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2010-05-09 11:40:20 +0000
committerArthur de Jong <arthur@arthurdejong.org>2010-05-09 11:40:20 +0000
commita672d0d688d3ee0e66c0f15287d9f9fcc32d45bf (patch)
tree23252522594f3a13c8e6894508e13d135c2cc56d /NEWS
parent9a1a5c2f8efe9e0c1b9d93aa10ab44d338efe527 (diff)
get files ready for 0.7.4 release
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1096 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS19
1 files changed, 19 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2e01b01..c2c120e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+changes from 0.7.3 to 0.7.4
+---------------------------
+
+* fix a buffer overflow that should have no security consequences
+* perform proper fail-over when authenticating in the PAM module
+* add an nss_initgroups_ignoreusers option to ignore user name to group
+ lookups for the specified users
+* add an pam_authz_search option to perform a flexible authorisation check on
+ login (e.g. to restrict which users can login to which hosts, etc)
+* implement a minimum_uid option for the PAM module to ignore users that have
+ a lower numeric user id
+* change the way retries are done to error out quicker if the LDAP server is
+ down for some time (this should make the system more responsive when the
+ LDAP server is unavailable) and rename the reconnect_maxsleeptime option to
+ reconnect_retrytime to better describe the behaviour
+* only log "connected to LDAP server" if the previous connection failed
+* documentation improvements
+
+
changes from 0.7.2 to 0.7.3
---------------------------