Searched refs:restrictops (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-monitor/
H A Ddatabase.c69 init_readOnly( monitor_info_t *mi, Entry *e, slap_mask_t restrictops )
71 struct berval *tf = ( ( restrictops & SLAP_RESTRICT_OP_MASK ) == SLAP_RESTRICT_OP_WRITES ) ?
78 init_restrictedOperation( monitor_info_t *mi, Entry *e, slap_mask_t restrictops )
83 if ( restrictops & restricted_ops[ i ].tag ) {
94 if ( restrictops & restricted_exops[ i ].tag ) {
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dbackend.c1105 slap_mask_t restrictops; local
1114 restrictops = frontendDB->be_restrictops;
1135 restrictops |= op->o_bd->be_restrictops;
1399 if( ( restrictops & opflag )
1400 || ( exopflag && ( restrictops & exopflag ) )
1401 || (( restrictops & SLAP_RESTRICT_READONLY ) && updateop )) {
1402 if( ( restrictops & SLAP_RESTRICT_OP_MASK) == SLAP_RESTRICT_OP_READS ) {
1404 } else if ( restrictops & exopflag ) {
H A Dbconfig.c3491 slap_mask_t restrictops = 0; local
3525 i = verbs_to_mask( c->argc, c->argv, restrictable_ops, &restrictops );
3532 if ( restrictops & SLAP_RESTRICT_OP_EXTENDED )
3533 restrictops &= ~SLAP_RESTRICT_EXOP_MASK;
3534 c->be->be_restrictops |= restrictops;
/netbsd-current/external/bsd/openldap/dist/servers/lloadd/
H A Dconfig.c1627 slap_mask_t restrictops = 0; local
1649 i = verbs_to_mask( c->argc, c->argv, restrictable_ops, &restrictops );
1657 if ( restrictops & SLAP_RESTRICT_OP_EXTENDED )
1658 restrictops &= ~SLAP_RESTRICT_EXOP_MASK;
2541 /* restrictops, allows, disallows, requires, loglevel */

Completed in 109 milliseconds