summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2011-03-10 21:45:14 +0000
committerArthur de Jong <arthur@arthurdejong.org>2011-03-10 21:45:14 +0000
commit7bd6de3921993855d280a42e8e5e81f7e2360ba3 (patch)
tree5b831004753d3913ccbd574f10c2c6bdce2332f2 /TODO
parentb7b283dc8db16ecabb42d0792e8e7f06e3eeced8 (diff)
get files ready for 0.8.1 release
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1385 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index 5399a5c..5c82a8b 100644
--- a/TODO
+++ b/TODO
@@ -24,7 +24,6 @@
(perhaps even extend the filtering to other data)
* implement requesting and handling password policy information when binding
as a user
-* integrate the FreeBSD code
* implement nested groups
* implement other services in nslcd: sudo and autofs are candidates
* restart unscd on postinst, just like nscd (or perhaps do nscd -i <MAP>)
@@ -32,3 +31,5 @@
* properly test Solaris support
* fix buffer handling in read_**string() functions (Solaris support)
* complete pynslcd implementation
+* in nslcd/pam.c check shadow properties if present
+* write test cases for the PAM code