Skip to content
Snippets Groups Projects
Commit 5eba9264 authored by Ondřej Kuzník's avatar Ondřej Kuzník Committed by Quanah Gibson-Mount
Browse files

ITS#9664 Add normalised suffix into rootDSE for ACL, etc.

This was removed in ITS#5540 since there was no EQUALITY matching rule,
but that situation changed in ITS#8341 and we need to add it back.
parent ea92405a
No related branches found
No related tags found
No related merge requests found
......@@ -278,12 +278,9 @@ fail:
if ( SLAP_GLUE_SUBORDINATE( be ) && !SLAP_GLUE_ADVERTISE( be ) ) {
continue;
}
for ( j = 0; be->be_suffix[j].bv_val != NULL; j++ ) {
if( attr_merge_one( e, ad_namingContexts,
&be->be_suffix[j], NULL ) )
{
goto fail;
}
if ( attr_merge( e, ad_namingContexts,
be->be_suffix, be->be_nsuffix ) ) {
goto fail;
}
}
......
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