summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2008-04-06 11:18:55 +0000
committerArthur de Jong <arthur@arthurdejong.org>2008-04-06 11:18:55 +0000
commit4b0179c29b7d37b9a6ab016260ccaf74a55d3e93 (patch)
treeb1a686b607d1c70a65ab0d7b041b6638abe7837b /TODO
parent2e4b0b20e1cebfe915e42454e8f8db3249a159fb (diff)
get files ready for 0.6.1 release
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@670 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 3 insertions, 4 deletions
diff --git a/TODO b/TODO
index 57fb5aa..df2bdc9 100644
--- a/TODO
+++ b/TODO
@@ -6,10 +6,9 @@ probably before we can call this stable
(using pthread_sigmask() adds a dependency on the pthread library,
we should probably just do locking)
* find problem with reachability of LDAP server
-* get root/nonroot connections working
* find out why HAVE_GSSPAI is not always set to what configure outputs
* do not use LDAP_DEPRECATED enabled functions
-* make tio module use dynamically sized buffers
+* have the daemon run under a special uid/gid
other items
-----------
@@ -24,8 +23,6 @@ other items
* maybe support bootparams (check README also)
* maybe support publickey (check README also)
* maybe support netmasks (check README also)
-* reserve some threads in the server for root users (probably set up
- connection pools) (we currently have a connection per thread)
* maybe implement a connection object in the myldap module that is shared
by different sessions (sessions need to be cleaned up)
* add sanity checking code (e.g. not too large buffer allocation and checking
@@ -59,3 +56,5 @@ other items
* implement attribute defaults (for when they're missing from the directory)
* implement attribute overrides (to always return a specific value, not 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 module in nslcd