mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
ITS#8912 omit hidden DBs from rootDse
This commit is contained in:
parent
a29391d495
commit
78229b3a5b
1 changed files with 3 additions and 0 deletions
|
|
@ -254,6 +254,9 @@ fail:
|
|||
/* no suffix! */
|
||||
continue;
|
||||
}
|
||||
if ( SLAP_DBHIDDEN( be )) {
|
||||
continue;
|
||||
}
|
||||
if ( SLAP_MONITOR( be )) {
|
||||
if( attr_merge_one( e, ad_monitorContext,
|
||||
&be->be_suffix[0],
|
||||
|
|
|
|||
Loading…
Reference in a new issue