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:
parent
4d4a898742
commit
736ae6a566
File diff suppressed because it is too large
Load Diff
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user