Lines Matching defs:binddn
482 dc.ctx = "bindDN";
490 /* don't add proxyAuthz; set the bindDN */
604 char *binddn = "";
611 binddn = msc->msc_bound_ndn.bv_val;
623 binddn, LDAP_SASL_SIMPLE, &cred,
638 if ( rs->sr_err != LDAP_SUCCESS || binddn[0] == '\0' ) {
1293 struct berval *binddn,
1362 *binddn = mt->mt_idassert_authcDN;
1386 *binddn = slap_empty_bv;
1411 *binddn = slap_empty_bv;
1417 *binddn = mt->mt_idassert_authcDN;
1492 rs->sr_err = ldap_sasl_interactive_bind_s( msc->msc_ld, binddn->bv_val,
1520 BER_BVSTR( binddn, "" );
1539 if ( !BER_BVISEMPTY( binddn ) ) {
1558 struct berval binddn = BER_BVC( "" ),
1563 rc = meta_back_proxy_authz_cred( mc, candidate, op, rs, sendok, &binddn, &cred, &method );
1577 binddn.bv_val, LDAP_SASL_SIMPLE,
1595 ber_bvreplace( &msc->msc_bound_ndn, &binddn );