488489490491492493494495496497498
{ throw new LdapOperationNotSupportedException( "Cannot disable schema with enabled dependents: " + dependents, ResultCodeEnum.UNWILLING_TO_PERFORM ); } schema.disable(); globalRegistries.unload( schemaName ); return SCHEMA_MODIFIED; }