Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
David Barchiesi
OpenLDAP
Commits
a44ba274
Commit
a44ba274
authored
Oct 30, 2020
by
Ondřej Kuzník
Committed by
Quanah Gibson-Mount
Dec 08, 2020
Browse files
ITS#9363 Unset readonly on delete
parent
d28e231a
Changes
1
Show whitespace changes
Inline
Side-by-side
servers/slapd/bconfig.c
View file @
a44ba274
...
@@ -1417,7 +1417,6 @@ config_generic(ConfigArgs *c) {
...
@@ -1417,7 +1417,6 @@ config_generic(ConfigArgs *c) {
case CFG_THREADQS:
case CFG_THREADQS:
case CFG_TTHREADS:
case CFG_TTHREADS:
case CFG_LTHREADS:
case CFG_LTHREADS:
case
CFG_RO
:
case CFG_AZPOLICY:
case CFG_AZPOLICY:
case CFG_DEPTH:
case CFG_DEPTH:
case CFG_LASTMOD:
case CFG_LASTMOD:
...
@@ -1430,6 +1429,10 @@ config_generic(ConfigArgs *c) {
...
@@ -1430,6 +1429,10 @@ config_generic(ConfigArgs *c) {
case CFG_SYNC_SUBENTRY:
case CFG_SYNC_SUBENTRY:
break;
break;
case CFG_RO:
c->be->be_restrictops &= ~SLAP_RESTRICT_READONLY;
break;
#ifdef LDAP_SLAPI
#ifdef LDAP_SLAPI
case CFG_PLUGIN:
case CFG_PLUGIN:
slapi_int_unregister_plugins(c->be, c->valx);
slapi_int_unregister_plugins(c->be, c->valx);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment