Searched refs:be_acl (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/overlays/
H A Dtranslucent.c421 ov->db.be_acl = op->o_bd->be_acl;
619 ov->db.be_acl = op->o_bd->be_acl;
651 ov->db.be_acl = op->o_bd->be_acl;
1088 ov->db.be_acl = op->o_bd->be_acl;
1198 ov->db.be_acl = op->o_bd->be_acl;
[all...]
H A Dpcache.c2981 cm->db.be_acl = op->o_bd->be_acl;
4732 cm->db.be_acl = be->be_acl;
4855 cm->db.be_acl = NULL;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dacl.c199 if ( op->o_bd->be_acl == NULL && frontendDB->be_acl == NULL ) {
441 if ( frontendDB->be_acl != NULL ) {
524 if( op->o_bd == NULL || op->o_bd->be_acl == NULL ) {
525 a = frontendDB->be_acl;
527 a = op->o_bd->be_acl;
532 if ( a == frontendDB->be_acl )
545 if ( a != frontendDB->be_acl && state->as_fe_done )
710 a = frontendDB->be_acl;
1935 if( op->o_bd != NULL && op->o_bd->be_acl
[all...]
H A Dbconfig.c1075 for (i=0, a=c->be->be_acl; a; i++,a=a->acl_next) {
1327 acl_destroy( c->be->be_acl );
1328 c->be->be_acl = NULL;
1333 for (i=0, prev = &c->be->be_acl; i < c->valx;
1342 if ( SLAP_CONFIG( c->be ) && !c->be->be_acl ) {
1346 c->be->be_acl = defacl_parsed;
1846 if ( SLAP_CONFIG( c->be ) && c->be->be_acl == defacl_parsed) {
1847 c->be->be_acl = NULL;
1854 for ( a=c->be->be_acl; a; a = a->acl_next )
1858 if ( SLAP_CONFIG( c->be ) && !c->be->be_acl) {
[all...]
H A Dbackend.c465 acl_destroy( bd->be_acl );
521 acl_destroy( bd->be_acl );
H A Daclparse.c1993 acl_append( &be->be_acl, a, pos );
1996 acl_append( &frontendDB->be_acl, a, pos );
H A Dconfig.c2286 if ( frontendDB->be_acl )
2287 acl_destroy( frontendDB->be_acl );
H A Dslap.h1972 AccessControl *be_acl; /* access control list for this backend */ member in struct:BackendDB

Completed in 146 milliseconds