From: Todd C. Miller Date: Sat, 5 Jan 2008 23:59:50 +0000 (+0000) Subject: sync X-Git-Tag: SUDO_1_7_0~247 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=990910665680688600cb6de52882c124913ce58b;p=sudo sync --- diff --git a/TODO b/TODO index 144ce638d..b93e38e72 100644 --- a/TODO +++ b/TODO @@ -148,14 +148,3 @@ TODO list (most will be addressed in sudo 2.0) since they may affect the outcome (e.g. default_runas). 52) Better LDAP documention. Perhaps a sudo-ldap man page. - -53) Improve nss error handling. Consider removing sources that - can't be opened. Need to keep in mind ret_notfound. - -54) lookup method should only return VALIDATE_NOT_OK if matched !command. - -55) Convert LDAP code from using deprecated interfaces and stop - defining LDAP_DEPRECATED in configure. Deprecated functions: - ldap_search_s ldap_init ldap_simple_bind_s ldap_unbind_s - -56) Emulate ldap_initialize() on SDKs where it is not available?