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
openldap
OpenLDAP
Commits
c8c39b84
Commit
c8c39b84
authored
Aug 10, 2020
by
Howard Chu
Browse files
ITS
#9309
don't allow ppolicy to be configured more than once on a backend
parent
85399807
Pipeline
#682
passed with stage
in 30 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/overlays/ppolicy.c
View file @
c8c39b84
...
...
@@ -3281,6 +3281,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
.
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