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

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-ldap/
H A Dinit.c225 BER_BVSTR( &sb.sb_binddn, "" );
H A Dback-ldap.h220 #define li_idassert_authcDN li_idassert.si_bc.sb_binddn
273 #define li_acl_authcDN li_acl.sb_binddn
H A Dconfig.c896 if ( BER_BVISNULL( &si->si_bc.sb_binddn )
1965 BER_BVSTR( &sb.sb_binddn, "" );
2137 BER_BVSTR( &sb.sb_binddn, "" );
H A Dbind.c1449 sb->sb_binddn.bv_val,
2511 && ( BER_BVISNULL( &si->si_bc.sb_binddn ) || BER_BVISEMPTY( &si->si_bc.sb_binddn ) )
2558 if ( BER_BVISNULL( &si->si_bc.sb_binddn ) ) {
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-meta/
H A Dinit.c178 BER_BVSTR( &sb.sb_binddn, "" );
H A Dback-meta.h315 #define mt_idassert_authcDN mt_idassert.si_bc.sb_binddn
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dconfig.c1400 { BER_BVC("binddn="), offsetof(slap_bindconf, sb_binddn), 'b', 1, (slap_verbmasks *)dnNormalize },
1742 if ( !BER_BVISNULL( &bc->sb_binddn ) ) {
1743 ch_free( bc->sb_binddn.bv_val );
1744 BER_BVZERO( &bc->sb_binddn );
2071 sb->sb_binddn.bv_val,
2111 sb->sb_binddn.bv_val, LDAP_SASL_SIMPLE,
2117 sb->sb_uri.bv_val, sb->sb_binddn.bv_val, rc );
H A Dslap.h1642 struct berval sb_binddn; member in struct:slap_bindconf

Completed in 181 milliseconds