Searched refs:be_acl (Results 1 – 8 of 8) sorted by relevance
433 ov->db.be_acl = op->o_bd->be_acl; in translucent_modify()631 ov->db.be_acl = op->o_bd->be_acl; in translucent_compare()663 ov->db.be_acl = op->o_bd->be_acl; in translucent_pwmod()1128 ov->db.be_acl = op->o_bd->be_acl; in translucent_search()1250 ov->db.be_acl = op->o_bd->be_acl; in translucent_bind()1354 ov->db.be_acl = be->be_acl; in translucent_db_open()
2991 cm->db.be_acl = op->o_bd->be_acl; in pcache_op_search()4787 cm->db.be_acl = be->be_acl; in pcache_db_open()4911 cm->db.be_acl = NULL; in pcache_db_close()
204 if ( op->o_bd->be_acl == NULL && frontendDB->be_acl == NULL ) { in slap_access_allowed()446 if ( frontendDB->be_acl != NULL ) { in access_allowed_mask()529 if( op->o_bd == NULL || op->o_bd->be_acl == NULL ) { in slap_acl_get()530 a = frontendDB->be_acl; in slap_acl_get()532 a = op->o_bd->be_acl; in slap_acl_get()537 if ( a == frontendDB->be_acl ) in slap_acl_get()550 if ( a != frontendDB->be_acl && state->as_fe_done ) in slap_acl_get()715 a = frontendDB->be_acl; in slap_acl_get()1938 if( op->o_bd != NULL && op->o_bd->be_acl == NULL && frontendDB->be_acl == NULL ) { in acl_check_modlist()
1298 for (i=0, a=c->be->be_acl; a; i++,a=a->acl_next) { in config_generic()1644 acl_destroy( c->be->be_acl ); in config_generic()1645 c->be->be_acl = NULL; in config_generic()1650 for (i=0, prev = &c->be->be_acl; i < c->valx; in config_generic()1659 if ( SLAP_CONFIG( c->be ) && !c->be->be_acl ) { in config_generic()1663 c->be->be_acl = defacl_parsed; in config_generic()2243 if ( SLAP_CONFIG( c->be ) && c->be->be_acl == defacl_parsed) { in config_generic()2244 c->be->be_acl = NULL; in config_generic()2251 for ( a=c->be->be_acl; a; a = a->acl_next ) in config_generic()2255 if ( SLAP_CONFIG( c->be ) && !c->be->be_acl) { in config_generic()[all …]
483 acl_destroy( bd->be_acl ); in backend_destroy_one()539 acl_destroy( bd->be_acl ); in backend_destroy()
1944 acl_append( &be->be_acl, a, pos ); in parse_acl()1947 acl_append( &frontendDB->be_acl, a, pos ); in parse_acl()
2479 if ( frontendDB->be_acl ) in config_destroy()2480 acl_destroy( frontendDB->be_acl ); in config_destroy()
1988 AccessControl *be_acl; /* access control list for this backend */ member