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

/freebsd-10-stable/contrib/apr-util/ldap/
H A Dapr_ldap_rebind.c248 * binddnp Pointer to an Application DName used for binding (in *or* out)
253 static int LDAP_rebindproc(LDAP *ld, char **binddnp, char **passwdp, int *methodp, int freeit) argument
262 *binddnp = strdup(my_conn->bindDN);
265 *binddnp = NULL;
269 if (*binddnp) {
270 free(*binddnp);

Completed in 102 milliseconds