Searched defs:bindpw (Results 1 - 4 of 4) sorted by relevance
/httpd/include/ |
H A D | util_ldap.h | 119 const char *bindpw; /* Password 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 */ 234 * @param bindpw The password to bind with 242 * const char *binddn, const char *bindpw, deref_options deref, 246 const char *binddn, const char *bindpw, deref_options deref, 328 * @param bindpw The user password to bind as. 335 * char *filter, char *bindpw, char **binddn, char ***retvals) 339 const char *filter, const char *bindpw, const char **binddn, const char ***retvals));
|
/httpd/modules/ldap/ |
H A D | util_ldap_cache.h | 115 const char *bindpw; /* The most recently used bind password; member in struct:util_search_node_t
|
H A D | util_ldap.c | 155 * but always check/fix the binddn/bindpw when we take them out 239 if (ldc->bindpw) { 240 free((void*)ldc->bindpw); 331 rc = apr_ldap_rebind_add(ldc->rebind_pool, ldc->ldap, ldc->binddn, ldc->bindpw); 503 char* bindpw, struct timeval *timeout) 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, 728 && ((!l->bindpw && !bindpw) || ( 502 uldap_simple_bind(util_ldap_connection_t *ldc, char *binddn, char* bindpw, struct timeval *timeout) argument 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 [all...] |
/httpd/modules/aaa/ |
H A D | mod_authnz_ldap.c | 61 char *bindpw; /* Password to bind to server (can be NULL) */ member in struct:__anon65 344 sec->bindpw = NULL; 441 char *bindpw = sec->bindpw; local 457 bindpw = req->password; 461 binddn, bindpw, 537 const char *bindpw = sec->bindpw; local 539 bindpw = password; 545 binddn, bindpw, [all...] |
Completed in 19 milliseconds