mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 11:39:34 -05:00
Allow unquoted DNs with whitespaces (ITS#5552)
This commit is contained in:
parent
31780c2add
commit
2688180f95
1 changed files with 1 additions and 1 deletions
|
|
@ -214,7 +214,7 @@ static ConfigDriver ppolicy_cf_default;
|
|||
|
||||
static ConfigTable ppolicycfg[] = {
|
||||
{ "ppolicy_default", "policyDN", 2, 2, 0,
|
||||
ARG_DN|ARG_MAGIC|PPOLICY_DEFAULT, ppolicy_cf_default,
|
||||
ARG_DN|ARG_QUOTE|ARG_MAGIC|PPOLICY_DEFAULT, ppolicy_cf_default,
|
||||
"( OLcfgOvAt:12.1 NAME 'olcPPolicyDefault' "
|
||||
"DESC 'DN of a pwdPolicy object for uncustomized objects' "
|
||||
"SYNTAX OMsDN SINGLE-VALUE )", NULL, NULL },
|
||||
|
|
|
|||
Loading…
Reference in a new issue