Searched refs:ACL_NONE (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dslapacl.c334 case ACL_NONE:
H A Dbackend.c1668 if ( op->o_conn && access > ACL_NONE &&
1707 if ( op->o_conn && access > ACL_NONE &&
1720 if ( op->o_conn && access > ACL_NONE &&
1805 assert( access > ACL_NONE );
H A Dacl.c211 for ( i = ACL_NONE; i <= op->o_bd->be_dfltaccess; i++ ) {
383 assert( access_level > ACL_NONE );
393 if ( op->o_acl_priv != ACL_NONE ) {
2352 cp->asc_e, &ndn, desc, &bvals, ACL_NONE );
2400 backend_attribute( op, e, &ndn, desc, &bvals, ACL_NONE );
H A Dslap.h1262 ACL_NONE = 0, enumerator in enum:slap_access_t
1390 #define ACL_PRIV_NONE ACL_ACCESS2PRIV( ACL_NONE )
1584 #define ACL_STATE_INIT { NULL, ACL_NONE, NULL, 0, 0, ACL_PRIV_NONE, -1, 0 }
H A Daclparse.c2466 if ( access == ACL_NONE ) {
2505 return ACL_NONE;
H A Dbconfig.c4276 be->be_dfltaccess = ACL_NONE;

Completed in 114 milliseconds