HomeSort by: relevance | last modified time | path
    Searched refs:ACL_NONE (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/
slapacl.c 353 case ACL_NONE:
backend.c 1746 if ( op->o_conn && access > ACL_NONE &&
1785 if ( op->o_conn && access > ACL_NONE &&
1798 if ( op->o_conn && access > ACL_NONE &&
1883 assert( access > ACL_NONE );
acl.c 216 for ( i = ACL_NONE; i <= op->o_bd->be_dfltaccess; i++ ) {
388 assert( access_level > ACL_NONE );
398 if ( op->o_acl_priv != ACL_NONE ) {
2355 cp->asc_e, &ndn, desc, &bvals, ACL_NONE );
2403 backend_attribute( op, e, &ndn, desc, &bvals, ACL_NONE );
slap.h 1261 ACL_NONE = 0,
1386 #define ACL_PRIV_NONE ACL_ACCESS2PRIV( ACL_NONE )
1580 #define ACL_STATE_INIT { NULL, ACL_NONE, NULL, 0, 0, ACL_PRIV_NONE, -1, 0 }
aclparse.c 2385 if ( access == ACL_NONE ) {
2424 return ACL_NONE;
bconfig.c 4506 be->be_dfltaccess = ACL_NONE;
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
dds.c 911 ad_entryExpireTimestamp, &vals, ACL_NONE );

Completed in 96 milliseconds