Searched refs:mt_idassert_authcDN (Results 1 – 9 of 9) sorted by relevance
157 || BER_BVISNULL( &mt->mt_idassert_authcDN ) ) in meta_back_bind()596 ( LDAP_BACK_CONN_ISPRIV( mc ) && dn_match( &msc->msc_bound_ndn, &mt->mt_idassert_authcDN ) ) || in meta_back_single_dobind()1361 if ( !BER_BVISNULL( &mt->mt_idassert_authcDN ) && !BER_BVISEMPTY( &mt->mt_idassert_authcDN ) ) in meta_back_proxy_authz_cred()1363 *binddn = mt->mt_idassert_authcDN; in meta_back_proxy_authz_cred()1418 *binddn = mt->mt_idassert_authcDN; in meta_back_proxy_authz_cred()
365 if ( !BER_BVISNULL( &mt->mt_idassert_authcDN ) ) { in target_free()366 ch_free( mt->mt_idassert_authcDN.bv_val ); in target_free()
339 #define mt_idassert_authcDN mt_idassert.si_bc.sb_binddn macro
596 if ( !BER_BVISNULL( &mt->mt_idassert_authcDN ) ) { in meta_back_init_one_conn()597 ber_bvreplace( &msc->msc_bound_ndn, &mt->mt_idassert_authcDN ); in meta_back_init_one_conn()
2550 assert( !BER_BVISNULL( &mt->mt_idassert_authcDN ) ); in meta_back_cf_gen()2571 if ( BER_BVISNULL( &mt->mt_idassert_authcDN ) ) { in meta_back_cf_gen()
357 if ( !BER_BVISNULL( &mt->mt_idassert_authcDN ) ) { in asyncmeta_target_free()358 ch_free( mt->mt_idassert_authcDN.bv_val ); in asyncmeta_target_free()
158 || BER_BVISNULL( &mt->mt_idassert_authcDN ) ) in asyncmeta_back_bind()698 if ( !BER_BVISNULL( &mt->mt_idassert_authcDN ) && !BER_BVISEMPTY( &mt->mt_idassert_authcDN ) ) in asyncmeta_back_proxy_authz_cred()700 *binddn = mt->mt_idassert_authcDN; in asyncmeta_back_proxy_authz_cred()755 *binddn = mt->mt_idassert_authcDN; in asyncmeta_back_proxy_authz_cred()
388 if ( !BER_BVISNULL( &mt->mt_idassert_authcDN ) ) { in asyncmeta_init_one_conn()389 ber_bvreplace( &msc->msc_bound_ndn, &mt->mt_idassert_authcDN ); in asyncmeta_init_one_conn()
279 #define mt_idassert_authcDN mt_idassert.si_bc.sb_binddn macro