mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 08:09:34 -05:00
hide (experimental) schema
This commit is contained in:
parent
f89f552d2a
commit
c83b8b58a3
1 changed files with 2 additions and 0 deletions
|
|
@ -279,6 +279,7 @@ bdb_monitor_initialize( void )
|
|||
"bdb_monitor_initialize: register_at failed\n",
|
||||
0, 0, 0 );
|
||||
}
|
||||
(*s_at[ i ].ad)->ad_type->sat_flags |= SLAP_AT_HIDE;
|
||||
}
|
||||
|
||||
for ( i = 0; s_oc[ i ].desc != NULL; i++ ) {
|
||||
|
|
@ -288,6 +289,7 @@ bdb_monitor_initialize( void )
|
|||
"bdb_monitor_initialize: register_oc failed\n",
|
||||
0, 0, 0 );
|
||||
}
|
||||
(*s_oc[ i ].oc)->soc_flags |= SLAP_OC_HIDE;
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue