Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ingo Voss
OpenLDAP
Commits
f244d985
Commit
f244d985
authored
Aug 10, 2020
by
Howard Chu
Committed by
Quanah Gibson-Mount
Aug 10, 2020
Browse files
ITS#9309 don't allow ppolicy to be configured more than once on a backend
parent
0c17e0ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/overlays/ppolicy.c
View file @
f244d985
...
...
@@ -2580,6 +2580,7 @@ int ppolicy_initialize()
ldap_pvt_thread_mutex_init
(
&
chk_syntax_mutex
);
ppolicy
.
on_bi
.
bi_type
=
"ppolicy"
;
ppolicy
.
on_bi
.
bi_flags
=
SLAPO_BFLAG_SINGLE
;
ppolicy
.
on_bi
.
bi_db_init
=
ppolicy_db_init
;
ppolicy
.
on_bi
.
bi_db_open
=
ppolicy_db_open
;
ppolicy
.
on_bi
.
bi_db_close
=
ppolicy_db_close
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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