Skip to content
Snippets Groups Projects
Commit c83b8b58 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

hide (experimental) schema

parent f89f552d
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
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