From 736ae6a56653a8d20f57a7b8a6221eb45dba720c Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 4 Mar 2008 11:27:57 +1100 Subject: Don't hardcode objectCategory into the schema, even in the schema. We now load the schema early enough that we can generate this too! Andrew Bartlett (This used to be commit 1adc74c65a3219fc110964ccdf9a9d60a84831da) --- testprogs/ejs/minschema.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'testprogs') diff --git a/testprogs/ejs/minschema.js b/testprogs/ejs/minschema.js index b02286517a..5f873dd6c4 100755 --- a/testprogs/ejs/minschema.js +++ b/testprogs/ejs/minschema.js @@ -92,7 +92,6 @@ class_attrs = new Array("objectClass", "defaultSecurityDescriptor", "systemFlags", "defaultHidingValue", - "objectCategory", "defaultObjectCategory", /* this attributes are not used by w2k3 */ @@ -124,7 +123,6 @@ attrib_attrs = new Array("objectClass", "systemOnly", "systemFlags", "isMemberOfPartialAttributeSet", - "objectCategory", /* this attributes are not used by w2k3 */ "schemaFlagsEx", @@ -706,7 +704,6 @@ function write_aggregate() { printf("dn: CN=Aggregate,${SCHEMADN}\n"); print("objectClass: top objectClass: subSchema -objectCategory: CN=SubSchema,${SCHEMADN} "); if (dump_subschema_auto == undefined) { return; -- cgit