Home
last modified time | relevance | path

Searched refs:SLAP_RESTRICT_OP_MASK (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-monitor/
H A Ddatabase.c71 struct berval *tf = ( ( restrictops & SLAP_RESTRICT_OP_MASK ) == SLAP_RESTRICT_OP_WRITES ) ? in init_readOnly()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dbackend.c1402 if( ( restrictops & SLAP_RESTRICT_OP_MASK) == SLAP_RESTRICT_OP_READS ) { in backend_check_restrictions()
H A Dslap.h1924 #define SLAP_RESTRICT_OP_MASK 0x00FFU macro