Lines Matching defs:user_dn
623 const char *user_dn;
640 const char *user_dn,
662 state->user_dn = user_dn;
675 "Executing simple bind as: %s\n", state->user_dn);
677 ret = ldap_sasl_bind(state->sh->ldap, state->user_dn, LDAP_SASL_SIMPLE,
1290 const char *user_dn,
1328 subreq = simple_bind_send(state, ev, sh, simple_bind_timeout, user_dn, &pw);
1788 const char *user_dn = dp_opt_get_string(state->opts->basic,
1824 (sasl_mech == NULL && user_dn == NULL)) {
1863 user_dn, authtok,
2180 const char *user_dn;
2221 user_dn = dp_opt_get_string(p->opts->basic, SDAP_DEFAULT_BIND_DN);
2222 if (user_dn != NULL) {
2236 ret = ldap_sasl_bind_s(ldap, user_dn, LDAP_SASL_SIMPLE, &password,