summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2011-03-26 20:51:58 +0000
committerArthur de Jong <arthur@arthurdejong.org>2011-03-26 20:51:58 +0000
commita04b5b2a57c4fcfe33439310853b8966d1806275 (patch)
treea77887bc5f7385e1724020b2dbb868a7766e3618 /TODO
parentf3ccc1018357b4d26ad348c264ef29d68b3610bb (diff)
get files ready for 0.8.2 release
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1417 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/TODO b/TODO
index 5c82a8b..6b2ebfc 100644
--- a/TODO
+++ b/TODO
@@ -19,9 +19,6 @@
* make it possible to start nslcd real early in the boot process and have
it become available when it determines it can (other timeout/retry mechanism
on startup)
-* write a simple PAM test application
-* make user/group name filtering configurable (with regular expression)
- (perhaps even extend the filtering to other data)
* implement requesting and handling password policy information when binding
as a user
* implement nested groups
@@ -32,4 +29,3 @@
* 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