diff options
author | Andrew Bartlett <abartlet@samba.org> | 2008-03-04 11:27:57 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2008-03-04 11:27:57 +1100 |
commit | 736ae6a56653a8d20f57a7b8a6221eb45dba720c (patch) | |
tree | 3c6f475d0d5c92882eec25176d4361190f904150 /testprogs/ejs | |
parent | 4d4a898742a0439d3f60c84194b02901412f4679 (diff) | |
download | samba-736ae6a56653a8d20f57a7b8a6221eb45dba720c.tar.gz samba-736ae6a56653a8d20f57a7b8a6221eb45dba720c.tar.bz2 samba-736ae6a56653a8d20f57a7b8a6221eb45dba720c.zip |
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)
Diffstat (limited to 'testprogs/ejs')
-rwxr-xr-x | testprogs/ejs/minschema.js | 3 |
1 files changed, 0 insertions, 3 deletions
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; |