summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2009-12-28 21:23:49 +0000
committerArthur de Jong <arthur@arthurdejong.org>2009-12-28 21:23:49 +0000
commit53d1704ce8b374454cb9f1399e2f0cdc0f47b1ef (patch)
tree3ae6c93c95f3774e1d27863d816cb672648b92d3 /TODO
parent2100edb2ebef821ea7663d6a6b026ba9854f17c0 (diff)
get files ready for 0.7.2 release
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1044 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 1 insertions, 5 deletions
diff --git a/TODO b/TODO
index 5280ab2..35f21f9 100644
--- a/TODO
+++ b/TODO
@@ -23,11 +23,6 @@
* review changes in nss_ldap and merge any useful changes
* maybe rate-limit LDAP entry warnings
* test non-ASCII characters in fields (mostly cn)
-* implement attribute defaults (for when they're missing from the directory)
-* implement attribute overrides (to always return a specific value, no matter
- what the directory says)
-* see if we can use LD_LIBRARY_PATH to run our tests in so we don't need to
- install NSS library in system path
* only parse configuration options if they are available on the platform
* have some more general mechanism to disable NSS lookups from nslcd
* maybe support memberOf attribute in passwd entries that map to groups
@@ -36,3 +31,4 @@
* 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