summaryrefslogtreecommitdiff
path: root/testprogs/ejs/minschema.js
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-03-04 14:16:57 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-03-04 14:16:57 +0100
commit5a5b50f3dd7d75214184f711c35a7536b64cbbe7 (patch)
tree489fa463e4e8a49aa485f4904fd8e7254206070d /testprogs/ejs/minschema.js
parentf4f6f849402488e150e9c759e57bfced6e9dfaf0 (diff)
parent3ced8006a6a58b459fd68e9b02d7673b16b2df95 (diff)
downloadsamba-5a5b50f3dd7d75214184f711c35a7536b64cbbe7.tar.gz
samba-5a5b50f3dd7d75214184f711c35a7536b64cbbe7.tar.bz2
samba-5a5b50f3dd7d75214184f711c35a7536b64cbbe7.zip
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3
Conflicts: source/build/smb_build/makefile.pm (This used to be commit 391fea450b2e6664fcd4e4419858997c6094cf3e)
Diffstat (limited to 'testprogs/ejs/minschema.js')
-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 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;