diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2010-07-03 18:10:41 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2010-07-03 18:10:41 +0200 |
commit | 816e66a8455b25fb39e2c4d06e8ee43617a56c28 (patch) | |
tree | 4fa0de21684dda3561e215cb0f8606168f0353c8 /TODO | |
parent | f427c8e7cdd1ec2a632c428f632713db0da9ae50 (diff) |
get files ready for 0.7.7 release0.7.7
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1159 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -8,7 +8,6 @@ * in the server: once the request is done pass the flushing of the buffers to a separate thread so our workers are available to handle new requests (test whether this actually improves performace) -* tune the filter and parameter buffer sizes * split out idle checking into separate function so we may be able to call it periodically from elsewhere (e.g. the main loop) * add an option to create an extra socket somewhere (so it may be used in @@ -22,8 +21,7 @@ * maybe make myldap code thread-safe (use locking) * review changes in nss_ldap and merge any useful changes * maybe rate-limit LDAP entry warnings -* only parse configuration options if they are available on the platform -* have some more general mechanism to disable NSS lookups from nslcd +* only parse nslcd.conf options if they are available on the platform * maybe support memberOf attribute in passwd entries that map to groups * setnetgrent() may need to return an error if the netgroup is undefined * handle repeated calls to getent() better (see http://bugzilla.padl.com/show_bug.cgi?id=376) |