summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2011-05-13 13:10:48 +0000
committerArthur de Jong <arthur@arthurdejong.org>2011-05-13 13:10:48 +0000
commit35b169178f052af069cd2c65159d71987a97708e (patch)
tree049b9de907cc5ca9be8527e3b67ec6bfd53502e7 /NEWS
parent9535c8f14a0fead97dd059f57898d3f74a145cc2 (diff)
get files ready for 0.8.3 release
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1462 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index eb7faeb..92f1dfa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+changes from 0.8.2 to 0.8.3
+---------------------------
+
+* support using the objectSid attribute to provide numeric user and group
+ ids, based on a patch by Wesley Mason
+* check shadow account and password expiry properties (similarly to what
+ pam_unix does) in the PAM handling code
+* implement attribute mapping functionality in pynslcd
+* relax default for validnames option to allow user names of only two
+ characters
+* make user and group name validation errors a little more informative
+* small portability improvements
+* general code improvements and refactoring in pynslcd
+* some simplifications in the protocol between the PAM module and nslcd
+ (without actual protocol changes so far)
+* Debian packaging improvements
+
+
changes from 0.8.1 to 0.8.2
---------------------------