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
Joe Martin
OpenLDAP
Commits
2f38eca6
Commit
2f38eca6
authored
Jul 08, 2008
by
Quanah Gibson-Mount
Browse files
ITS#5552
parent
9aac6e02
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
2f38eca6
...
@@ -2,6 +2,7 @@ OpenLDAP 2.4 Change Log
...
@@ -2,6 +2,7 @@ OpenLDAP 2.4 Change Log
OpenLDAP 2.4.11 Engineering
OpenLDAP 2.4.11 Engineering
Added slapo-nssov contrib module
Added slapo-nssov contrib module
Fixed slapo-ppolicy DNs with whitespaces (ITS#5552)
Build Environment
Build Environment
Fixed test048 to skip if threads is not available (ITS#5529)
Fixed test048 to skip if threads is not available (ITS#5529)
...
...
servers/slapd/overlays/ppolicy.c
View file @
2f38eca6
...
@@ -214,7 +214,7 @@ static ConfigDriver ppolicy_cf_default;
...
@@ -214,7 +214,7 @@ static ConfigDriver ppolicy_cf_default;
static
ConfigTable
ppolicycfg
[]
=
{
static
ConfigTable
ppolicycfg
[]
=
{
{
"ppolicy_default"
,
"policyDN"
,
2
,
2
,
0
,
{
"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' "
"( OLcfgOvAt:12.1 NAME 'olcPPolicyDefault' "
"DESC 'DN of a pwdPolicy object for uncustomized objects' "
"DESC 'DN of a pwdPolicy object for uncustomized objects' "
"SYNTAX OMsDN SINGLE-VALUE )"
,
NULL
,
NULL
},
"SYNTAX OMsDN SINGLE-VALUE )"
,
NULL
,
NULL
},
...
...
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