Home
last modified time | relevance | path

Searched refs:slap_true_bv (Results 1 – 14 of 14) sorted by relevance

/netbsd/src/external/bsd/openldap/dist/servers/slapd/
Dglobals.c41 const struct berval slap_true_bv = BER_BVC("TRUE"); variable
Doperational.c82 val = hs ? slap_true_bv : slap_false_bv; in slap_operational_hasSubordinate()
Dcompare.c264 asserted = bvmatch( &ava->aa_value, &slap_true_bv ) in fe_op_compare()
Dfilterentry.c571 hs = slap_true_bv; in test_ava_filter()
Dproto-slap.h1170 LDAP_SLAPD_V( const struct berval ) slap_true_bv;
Dschema_init.c1717 if( bvmatch( in, &slap_true_bv ) ) { in booleanValidate()
Dsyncrepl.c2992 if ( !ber_bvstrcasecmp( &slap_true_bv, bvals ) ) { in syncrepl_message_to_op()
/netbsd/src/external/bsd/openldap/dist/servers/slapd/back-monitor/
Ddatabase.c72 (struct berval *)&slap_true_bv : (struct berval *)&slap_false_bv; in init_readOnly()
251 SLAP_SHADOW( be ) ? (struct berval *)&slap_true_bv : in monitor_subsys_database_init_one()
711 if ( bvmatch( &slap_true_bv, mod->sm_values )) { in monitor_subsys_database_modify()
855 tf = (struct berval *)&slap_true_bv; in monitor_subsys_database_modify()
Doverlay.c96 on->on_bi.bi_cf_ocs ? (struct berval *)&slap_true_bv : in monitor_subsys_overlay_init()
Dbackend.c108 (struct berval *)&slap_true_bv, NULL ); in monitor_subsys_backend_init()
/netbsd/src/external/bsd/openldap/dist/servers/slapd/overlays/
Dppolicy.c1045 pp->pwdLockout = bvmatch( &a->a_nvals[0], &slap_true_bv ); in ppolicy_get()
1049 pp->pwdMustChange = bvmatch( &a->a_nvals[0], &slap_true_bv ); in ppolicy_get()
1053 pp->pwdAllowUserChange = bvmatch( &a->a_nvals[0], &slap_true_bv ); in ppolicy_get()
1057 pp->pwdSafeModify = bvmatch( &a->a_nvals[0], &slap_true_bv ); in ppolicy_get()
1665 bvmatch( &a->a_nvals[0], &slap_true_bv ) ) in ppolicy_bind_response()
2081 bvmatch( &a->a_nvals[0], &slap_true_bv ) ) in ppolicy_account_usability_entry_cb()
2721 if ((!pa || !bvmatch( &pa->a_nvals[0], &slap_true_bv )) && in ppolicy_modify()
2934 … ber_dupbv( &mods->sml_values[0], (struct berval *)&slap_true_bv ); in ppolicy_modify()
2935 … ber_dupbv( &mods->sml_nvalues[0], (struct berval *)&slap_true_bv ); in ppolicy_modify()
Daccesslog.c1174 if ( !bvmatch( &bv, &slap_true_bv ) && !bvmatch( &bv, &slap_false_bv ) ) in logSchemaControlValidate()
1788 (struct berval *)&slap_true_bv : (struct berval *)&slap_false_bv, in accesslog_response()
1817 (struct berval *)&slap_true_bv : (struct berval *)&slap_false_bv, in accesslog_response()
Dretcode.c598 if ( bvmatch( &a->a_nvals[ 0 ], &slap_true_bv ) ) { in retcode_entry_response()
Dunique.c659 struct berval bv = legacy->strict ? slap_true_bv : slap_false_bv; in unique_cf_strict()