Searched defs:binddn (Results 1 - 3 of 3) sorted by relevance
/httpd/include/ |
H A D | util_ldap.h | 118 const char *binddn; /* DN to bind to server (can be NULL) */ member in struct:util_ldap_connection_t 136 int must_rebind; /* The connection was last bound with other then binddn/bindpw */ 233 * @param binddn The DN to bind with 242 * const char *binddn, const char *bindpw, deref_options deref, 246 const char *binddn, const char *bindpw, deref_options deref, 329 * @param binddn The DN of the user will be returned in this variable. 335 * char *filter, char *bindpw, char **binddn, char ***retvals) 339 const char *filter, const char *bindpw, const char **binddn, const char ***retvals)); 351 * @param binddn The DN of the user will be returned in this variable. 357 * char *filter, char **binddn, cha [all...] |
/httpd/modules/aaa/ |
H A D | mod_authnz_ldap.c | 60 char *binddn; /* DN to bind to server (can be NULL) */ member in struct:__anon65 343 sec->binddn = NULL; 440 char *binddn = sec->binddn; local 456 binddn = req->dn; 461 binddn, bindpw, 536 const char *binddn = sec->binddn; local 540 binddn = ldap_determine_binddn(r, user); 545 binddn, bindp [all...] |
/httpd/modules/ldap/ |
H A D | util_ldap.c | 155 * but always check/fix the binddn/bindpw when we take them out 242 if (ldc->binddn) { 243 free((void*)ldc->binddn); 331 rc = apr_ldap_rebind_add(ldc->rebind_pool, ldc->ldap, ldc->binddn, ldc->bindpw); 502 static int uldap_simple_bind(util_ldap_connection_t *ldc, char *binddn, argument 507 int msgid = ldap_simple_bind(ldc->ldap, binddn, bindpw); 592 rc = uldap_simple_bind(ldc, (char *)ldc->binddn, (char *)ldc->bindpw, 696 const char *binddn, const char *bindpw, 726 && ((!l->binddn && !binddn) || ( 694 uldap_connection_find(request_rec *r, const char *host, int port, const char *binddn, const char *bindpw, deref_options deref, int secure) argument 1632 uldap_cache_checkuserid(request_rec *r, util_ldap_connection_t *ldc, const char *url, const char *basedn, int scope, char **attrs, const char *filter, const char *bindpw, const char **binddn, const char ***retvals) argument 1909 uldap_cache_getuserdn(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) argument [all...] |
Completed in 18 milliseconds