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
13ac7429
Commit
13ac7429
authored
Mar 06, 2009
by
Quanah Gibson-Mount
Browse files
ITS#6002
parent
cf5c0e1d
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
13ac7429
...
...
@@ -14,6 +14,7 @@ OpenLDAP 2.4.16 Engineering
Fixed slapd-ldap/meta with broken AD results (ITS#5977)
Fixed slapd-ldap/meta with invalid attrs again (ITS#5959)
Fixed slapo-accesslog interaction with ppolicy (ITS#5979)
Fixed slapo-dynlist conversion to cn=config (ITS#6002)
Fixed slapo-syncprov newCookie sync messages (ITS#5972)
Fixed slapo-syncprov multiple CSN propagation (ITS#5973)
Documentation
...
...
servers/slapd/overlays/dynlist.c
View file @
13ac7429
...
...
@@ -1262,8 +1262,8 @@ dl_cfgen( ConfigArgs *c )
}
*
ptr
++
=
' '
;
ptr
=
lutil_strncopy
(
ptr
,
dli
->
dli_
oc
->
soc
_cname
.
bv_val
,
dli
->
dli_
oc
->
soc
_cname
.
bv_len
);
ptr
=
lutil_strncopy
(
ptr
,
dli
->
dli_
ad
->
ad
_cname
.
bv_val
,
dli
->
dli_
ad
->
ad
_cname
.
bv_len
);
for
(
dlm
=
dli
->
dli_dlm
;
dlm
;
dlm
=
dlm
->
dlm_next
)
{
ptr
[
0
]
=
' '
;
...
...
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