Searched refs:SLAP_RESTRICT_READONLY (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dbackend.c1319 || (( restrictops & SLAP_RESTRICT_READONLY ) && updateop )) {
H A Dbconfig.c981 c->value_int = (c->be->be_restrictops & SLAP_RESTRICT_READONLY);
1621 c->be->be_restrictops |= SLAP_RESTRICT_READONLY;
1623 c->be->be_restrictops &= ~SLAP_RESTRICT_READONLY;
H A Dslap.h1910 #define SLAP_RESTRICT_READONLY 0x80000000U macro

Completed in 98 milliseconds