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

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-ldap/
H A Dback-ldap.h225 #define li_idassert_sasl_realm li_idassert.si_bc.sb_realm
278 #define li_acl_sasl_realm li_acl.sb_realm
H A Dbind.c1435 sb->sb_realm.bv_val,
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-meta/
H A Dback-meta.h320 #define mt_idassert_sasl_realm mt_idassert.si_bc.sb_realm
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dconfig.c1404 { BER_BVC("realm="), offsetof(slap_bindconf, sb_realm), 'b', 0, NULL },
1753 if ( !BER_BVISNULL( &bc->sb_realm ) ) {
1754 ch_free( bc->sb_realm.bv_val );
1755 BER_BVZERO( &bc->sb_realm );
2031 sb->sb_realm.bv_val,
H A Dslap.h1646 struct berval sb_realm; member in struct:slap_bindconf
H A Dsyncrepl.c634 if ((code = krb5_build_principal(ctx, &principal, si->si_bindconf.sb_realm.bv_len, si->si_bindconf.sb_realm.bv_val, si->si_bindconf.sb_authcId.bv_val, NULL))){

Completed in 296 milliseconds