mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
ITS#9363 Unset readonly on delete
This commit is contained in:
parent
d28e231a69
commit
a44ba27410
@ -1417,7 +1417,6 @@ config_generic(ConfigArgs *c) {
|
||||
case CFG_THREADQS:
|
||||
case CFG_TTHREADS:
|
||||
case CFG_LTHREADS:
|
||||
case CFG_RO:
|
||||
case CFG_AZPOLICY:
|
||||
case CFG_DEPTH:
|
||||
case CFG_LASTMOD:
|
||||
@ -1430,6 +1429,10 @@ config_generic(ConfigArgs *c) {
|
||||
case CFG_SYNC_SUBENTRY:
|
||||
break;
|
||||
|
||||
case CFG_RO:
|
||||
c->be->be_restrictops &= ~SLAP_RESTRICT_READONLY;
|
||||
break;
|
||||
|
||||
#ifdef LDAP_SLAPI
|
||||
case CFG_PLUGIN:
|
||||
slapi_int_unregister_plugins(c->be, c->valx);
|
||||
|
Loading…
Reference in New Issue
Block a user