mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
ITS#9309 don't allow ppolicy to be configured more than once on a backend
This commit is contained in:
parent
85399807b4
commit
c8c39b8468
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue