Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Daci.c1377 static const struct berval *OpenLDAPacitypes[] = { variable
1454 idx = bv_getcaseidx( &type, OpenLDAPacitypes ); in OpenLDAPaciValidate()
1463 idx = bv_getcaseidx( &isgr, OpenLDAPacitypes ); in OpenLDAPaciValidate()
1478 if ( OpenLDAPacitypes[ idx ] == &aci_bv[ ACI_BV_DNATTR ] ) { in OpenLDAPaciValidate()
1498 } else if ( OpenLDAPacitypes[ idx ] == &aci_bv[ ACI_BV_GROUP ] in OpenLDAPaciValidate()
1499 || OpenLDAPacitypes[ idx ] == &aci_bv[ ACI_BV_ROLE ] ) in OpenLDAPaciValidate()
1618 idx = bv_getcaseidx( &type, OpenLDAPacitypes ); in OpenLDAPaciPrettyNormal()
1628 idx = bv_getcaseidx( &isgr, OpenLDAPacitypes ); in OpenLDAPaciPrettyNormal()
1635 ntype = *OpenLDAPacitypes[ idx ]; in OpenLDAPaciPrettyNormal()
1666 if ( OpenLDAPacitypes[ idx ] == &aci_bv[ ACI_BV_GROUP ] in OpenLDAPaciPrettyNormal()
[all …]