Searched refs:acl_attrs (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Daclparse.c473 a->acl_attrs = str2anlist( a->acl_attrs,
475 if ( a->acl_attrs == NULL ) {
492 if ( a->acl_attrs == NULL || !BER_BVISEMPTY( &a->acl_attrs[1].an_name ) )
516 if( !mr_usable_with_at( a->acl_attrval_mr, a->acl_attrs[ 0 ].an_desc->ad_type ) )
523 mr, a->acl_attrs[ 0 ].an_name.bv_val );
559 } else if ( a->acl_attrs[0].an_desc->ad_type->
583 a->acl_attrs[0].an_desc->ad_cname.bv_val );
599 a->acl_attrs[
[all...]
H A Dacl.c608 if ( a->acl_attrs && !ad_inlist( desc, a->acl_attrs ) ) {
648 if ( a->acl_attrs[0].an_desc->ad_type->sat_syntax != slap_schema.si_syn_distinguishedName ) {
H A Dslap.h1551 AttributeName *acl_attrs; member in struct:AccessControl

Completed in 104 milliseconds