Skip to content
Snippets Groups Projects
Commit 13ac7429 authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

ITS#6002

parent cf5c0e1d
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,7 @@ OpenLDAP 2.4.16 Engineering ...@@ -14,6 +14,7 @@ OpenLDAP 2.4.16 Engineering
Fixed slapd-ldap/meta with broken AD results (ITS#5977) Fixed slapd-ldap/meta with broken AD results (ITS#5977)
Fixed slapd-ldap/meta with invalid attrs again (ITS#5959) Fixed slapd-ldap/meta with invalid attrs again (ITS#5959)
Fixed slapo-accesslog interaction with ppolicy (ITS#5979) 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 newCookie sync messages (ITS#5972)
Fixed slapo-syncprov multiple CSN propagation (ITS#5973) Fixed slapo-syncprov multiple CSN propagation (ITS#5973)
Documentation Documentation
......
...@@ -1262,8 +1262,8 @@ dl_cfgen( ConfigArgs *c ) ...@@ -1262,8 +1262,8 @@ dl_cfgen( ConfigArgs *c )
} }
*ptr++ = ' '; *ptr++ = ' ';
ptr = lutil_strncopy( ptr, dli->dli_oc->soc_cname.bv_val, ptr = lutil_strncopy( ptr, dli->dli_ad->ad_cname.bv_val,
dli->dli_oc->soc_cname.bv_len ); dli->dli_ad->ad_cname.bv_len );
for ( dlm = dli->dli_dlm; dlm; dlm = dlm->dlm_next ) { for ( dlm = dli->dli_dlm; dlm; dlm = dlm->dlm_next ) {
ptr[ 0 ] = ' '; ptr[ 0 ] = ' ';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment