1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

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 1adc74c65a)
This commit is contained in:
Andrew Bartlett 2008-03-04 11:27:57 +11:00
parent 4d4a898742
commit 736ae6a566
2 changed files with 0 additions and 548 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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;