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

/macosx-10.10.1/OpenLDAP-499.27/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.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-meta/
H A Dback-meta.h320 #define mt_idassert_sasl_realm mt_idassert.si_bc.sb_realm
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dconfig.c1404 { BER_BVC("realm="), offsetof(slap_bindconf, sb_realm), 'b', 0, NULL },
1758 if ( !BER_BVISNULL( &bc->sb_realm ) ) {
1759 ch_free( bc->sb_realm.bv_val );
1760 BER_BVZERO( &bc->sb_realm );
2061 sb->sb_realm.bv_val,
H A Dsyncrepl.c633 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))) {
641 if ((code = krb5_build_principal(ctx, &mcred.client, si->si_bindconf.sb_realm.bv_len, si->si_bindconf.sb_realm.bv_val, si->si_bindconf.sb_authcId.bv_val, NULL))) {
649 if((code = krb5_make_principal(ctx, &mcred.server, si->si_bindconf.sb_realm.bv_val, KRB5_TGS_NAME, si->si_bindconf.sb_realm.bv_val, NULL))) {
H A Dslap.h1646 struct berval sb_realm; member in struct:slap_bindconf

Completed in 89 milliseconds