Searched refs:restrictops (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-monitor/ |
H A D | database.c | 69 init_readOnly( monitor_info_t *mi, Entry *e, slap_mask_t restrictops ) in init_readOnly() argument 71 struct berval *tf = ( ( restrictops & SLAP_RESTRICT_OP_MASK ) == SLAP_RESTRICT_OP_WRITES ) ? in init_readOnly() 78 init_restrictedOperation( monitor_info_t *mi, Entry *e, slap_mask_t restrictops ) in init_restrictedOperation() argument 83 if ( restrictops & restricted_ops[ i ].tag ) { in init_restrictedOperation() 94 if ( restrictops & restricted_exops[ i ].tag ) { in init_restrictedOperation()
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
H A D | backend.c | 1105 slap_mask_t restrictops; in backend_check_restrictions() local 1114 restrictops = frontendDB->be_restrictops; in backend_check_restrictions() 1135 restrictops |= op->o_bd->be_restrictops; in backend_check_restrictions() 1399 if( ( restrictops & opflag ) in backend_check_restrictions() 1400 || ( exopflag && ( restrictops & exopflag ) ) in backend_check_restrictions() 1401 || (( restrictops & SLAP_RESTRICT_READONLY ) && updateop )) { in backend_check_restrictions() 1402 if( ( restrictops & SLAP_RESTRICT_OP_MASK) == SLAP_RESTRICT_OP_READS ) { in backend_check_restrictions() 1404 } else if ( restrictops & exopflag ) { in backend_check_restrictions()
|
H A D | bconfig.c | 3491 slap_mask_t restrictops = 0; in config_restrict() local 3525 i = verbs_to_mask( c->argc, c->argv, restrictable_ops, &restrictops ); in config_restrict() 3532 if ( restrictops & SLAP_RESTRICT_OP_EXTENDED ) in config_restrict() 3533 restrictops &= ~SLAP_RESTRICT_EXOP_MASK; in config_restrict() 3534 c->be->be_restrictops |= restrictops; in config_restrict()
|
/netbsd-src/external/bsd/openldap/dist/servers/lloadd/ |
H A D | config.c | 1627 slap_mask_t restrictops = 0; in config_restrict() local 1649 i = verbs_to_mask( c->argc, c->argv, restrictable_ops, &restrictops ); in config_restrict() 1657 if ( restrictops & SLAP_RESTRICT_OP_EXTENDED ) in config_restrict() 1658 restrictops &= ~SLAP_RESTRICT_EXOP_MASK; in config_restrict()
|