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

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-ldap/
H A Dback-ldap.h222 #define li_idassert_authzID li_idassert.si_bc.sb_authzId
275 #define li_acl_authzID li_acl.sb_authzId
H A Dbind.c2639 assertedID = si->si_bc.sb_authzId;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-meta/
H A Dback-meta.h317 #define mt_idassert_authzID mt_idassert.si_bc.sb_authzId
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dconfig.c1406 { BER_BVC("authzID="), offsetof(slap_bindconf, sb_authzId), 'b', 1, (slap_verbmasks *)authzNormalize },
1761 if ( !BER_BVISNULL( &bc->sb_authzId ) ) {
1762 ch_free( bc->sb_authzId.bv_val );
1763 BER_BVZERO( &bc->sb_authzId );
2034 sb->sb_authzId.bv_val );
H A Dslap.h1648 struct berval sb_authzId; member in struct:slap_bindconf
H A Dsyncrepl.c478 if ( !BER_BVISNULL( &si->si_bindconf.sb_authzId ) ) {
480 c[2].ldctl_value = si->si_bindconf.sb_authzId;

Completed in 108 milliseconds