DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=36564>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=36564 ------- Additional Comments From [EMAIL PROTECTED] 2005-09-08 22:42 ------- I'm not sure what it is that you would want to enhance. The API name might be a little misleading for your purpose but the functionality is still exactly what you want, isn't it? Wouldn't the implementation of util_ldap_cache_find just end up being: LDAP_DECLARE(int) util_ldap_cache_find(request_rec *r, util_ldap_connection_t *ldc, const char *url, const char *basedn, int scope, char **attrs, const char *filter, const char **binddn, const char ***retvals) { return util_ldap_cache_getuserdn(r, ldc, url, basedn, scope, attrs, filter, binddn, retvals); } -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
