Home
last modified time | relevance | path

Searched refs:be_restrictops (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-monitor/
H A Ddatabase.c281 (void)init_readOnly( mi, e, be->be_restrictops ); in monitor_subsys_database_init_one()
282 (void)init_restrictedOperation( mi, e, be->be_restrictops ); in monitor_subsys_database_init_one()
574 (void)init_readOnly( mi, e_database, frontendDB->be_restrictops ); in monitor_subsys_database_init()
575 (void)init_restrictedOperation( mi, e_database, frontendDB->be_restrictops ); in monitor_subsys_database_init()
693 rp_cur = be->be_restrictops; in monitor_subsys_database_modify()
874 if ( rp_delete == be->be_restrictops ) { in monitor_subsys_database_modify()
963 be->be_restrictops = rp_cur; in monitor_subsys_database_modify()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dbackend.c628 be->be_restrictops = frontendDB->be_restrictops; in backend_db_init()
1114 restrictops = frontendDB->be_restrictops; in backend_check_restrictions()
1135 restrictops |= op->o_bd->be_restrictops; in backend_check_restrictions()
H A Dbconfig.c1146 c->value_int = (c->be->be_restrictops & SLAP_RESTRICT_READONLY); in config_generic()
1523 c->be->be_restrictops &= ~SLAP_RESTRICT_READONLY; in config_generic()
1972 c->be->be_restrictops |= SLAP_RESTRICT_READONLY; in config_generic()
1974 c->be->be_restrictops &= ~SLAP_RESTRICT_READONLY; in config_generic()
3514 return mask_to_verbs( restrictable_ops, c->be->be_restrictops, in config_restrict()
3518 c->be->be_restrictops = 0; in config_restrict()
3521 c->be->be_restrictops &= ~restrictable_ops[i].mask; in config_restrict()
3534 c->be->be_restrictops |= restrictops; in config_restrict()
H A Ddaemon.c2705 frontendDB->be_restrictops |= SLAP_RESTRICT_OP_WRITES; in slapd_daemon_task()
2707 be->be_restrictops |= SLAP_RESTRICT_OP_WRITES; in slapd_daemon_task()
H A Dslap.h1915 slap_mask_t be_restrictops; /* restriction operations */ member
/netbsd-src/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dslapi_utils.c3428 be->be_restrictops |= SLAP_RESTRICT_OP_WRITES; in slapi_be_set_readonly()
3430 be->be_restrictops &= ~(SLAP_RESTRICT_OP_WRITES); in slapi_be_set_readonly()
3438 return ( (be->be_restrictops & SLAP_RESTRICT_OP_WRITES) == SLAP_RESTRICT_OP_WRITES ); in slapi_be_get_readonly()