summaryrefslogtreecommitdiff
path: root/testprogs
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2008-03-04 11:27:57 +1100
committerAndrew Bartlett <abartlet@samba.org>2008-03-04 11:27:57 +1100
commit1adc74c65a3219fc110964ccdf9a9d60a84831da (patch)
tree9f6934577ec4c2b9b05ba06a8a162b90b8d53859 /testprogs
parent272eb765b81e3eab216a07249334f9b7d20e530b (diff)
downloadsamba-1adc74c65a3219fc110964ccdf9a9d60a84831da.tar.gz
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
Diffstat (limited to 'testprogs')
-rwxr-xr-xtestprogs/ejs/minschema.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/testprogs/ejs/minschema.js b/testprogs/ejs/minschema.js
index b02286517a9..5f873dd6c4a 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;