mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Hide cn=Monitor from namingContexts
Should add a special DN pointer
This commit is contained in:
parent
1990cad7c3
commit
dec67d1ad9
1 changed files with 3 additions and 0 deletions
|
|
@ -90,6 +90,9 @@ root_dse_info(
|
|||
attr_merge( e, ad_objectClass, vals );
|
||||
|
||||
for ( i = 0; i < nbackends; i++ ) {
|
||||
if ( backends[i].be_flags & SLAP_BFLAG_MONITOR ) {
|
||||
continue;
|
||||
}
|
||||
if ( backends[i].be_flags & SLAP_BFLAG_GLUE_SUBORDINATE ) {
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue