HomeSort by: relevance | last modified time | path
    Searched defs:isgr (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/
aci.c 1458 struct berval isgr; local
1460 if ( acl_get_part( &type, 0, '/', &isgr ) < 0 ) {
1465 idx = bv_getcaseidx( &isgr, OpenLDAPacitypes );
1467 Debug( LDAP_DEBUG_ACL, "aciValidate: invalid type '%s'\n", isgr.bv_val );
1622 struct berval isgr; local
1624 if ( acl_get_part( &type, 0, '/', &isgr ) < 0 ) {
1630 idx = bv_getcaseidx( &isgr, OpenLDAPacitypes );
1632 Debug( LDAP_DEBUG_ACL, "aciPrettyNormal: invalid type '%s'\n", isgr.bv_val );

Completed in 23 milliseconds