mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ITS#8912 omit hidden DBs from rootDse
This commit is contained in:
parent
a29391d495
commit
78229b3a5b
@ -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 New Issue
Block a user