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

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-ldap/
H A Dback-ldap.h224 #define li_idassert_sasl_mech li_idassert.si_bc.sb_saslmech
277 #define li_acl_sasl_mech li_acl.sb_saslmech
H A Dbind.c1434 sb->sb_saslmech.bv_val,
1450 sb->sb_saslmech.bv_val, NULL, NULL,
2512 && BER_BVISNULL( &si->si_bc.sb_saslmech ) )
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dconfig.c1402 { BER_BVC("saslmech="), offsetof(slap_bindconf, sb_saslmech), 'b', 0, NULL },
1750 if ( !BER_BVISNULL( &bc->sb_saslmech ) ) {
1751 ch_free( bc->sb_saslmech.bv_val );
1752 BER_BVZERO( &bc->sb_saslmech );
2060 sb->sb_saslmech.bv_val,
2072 sb->sb_saslmech.bv_val,
2093 if ( ber_bvcmp( &sb->sb_saslmech, &bv_GSSAPI ) == 0 &&
H A Dslap.h1644 struct berval sb_saslmech; member in struct:slap_bindconf
H A Dsyncrepl.c625 if (ber_bvcmp( &si->si_bindconf.sb_saslmech, &bv_GSSAPI ) == 0) {
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-meta/
H A Dback-meta.h319 #define mt_idassert_sasl_mech mt_idassert.si_bc.sb_saslmech

Completed in 107 milliseconds