mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 12:30:29 -05:00
ITS#9343 Fix the minimum number of ppolicy_rules arguments check
This commit is contained in:
parent
053ca6b656
commit
cadbcc629c
1 changed files with 1 additions and 1 deletions
|
|
@ -607,7 +607,7 @@ static ConfigTable ppolicycfg[] = {
|
|||
"SINGLE-VALUE )", NULL, NULL },
|
||||
|
||||
/* slapd.conf compatibility */
|
||||
{ "ppolicy_rules", "rule", 3, 0, 0,
|
||||
{ "ppolicy_rules", "rule", 2, 0, 0,
|
||||
ARG_MAGIC|PPOLICY_DEFAULT_RULES,
|
||||
ppolicy_cf_rule,
|
||||
NULL, NULL, NULL },
|
||||
|
|
|
|||
Loading…
Reference in a new issue