Searched refs:bindPW (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/apr-util/include/
H A Dapr_ldap_rebind.h59 * connection so it can retrieve the bindDN and bindPW for use in any
72 * @param bindPW The bind Password to be used for any binds while
78 const char *bindPW);
/freebsd-11-stable/contrib/apr-util/ldap/
H A Dapr_ldap_rebind.c46 const char *bindPW; member in struct:apr_ldap_rebind_entry
101 const char *bindPW)
117 if (bindPW) {
118 new_xref->bindPW = apr_pstrdup(pool, bindPW);
263 *passwdp = strdup(my_conn->bindPW);
313 const char *bindPW = NULL; local
319 bindPW = my_conn->bindPW;
322 return (ldap_bind_s(ld, bindDN, bindPW, LDAP_AUTH_SIMPL
349 const char *bindPW = NULL; local
[all...]
H A Dapr_ldap_stub.c129 const char *bindPW)
132 return lfn->rebind_add(pool, ld, bindDN, bindPW);
/freebsd-11-stable/contrib/apr-util/include/private/
H A Dapu_internal.h60 const char *bindDN, const char *bindPW);

Completed in 130 milliseconds