Title: Linking an auxiliary class to a structural class


I've got a billion ADAM instances and I want to add an auxiliary class to a structural one, both class already exist. This is cake in the ADAM Schema MMC or via ADSI, but I'm going for LDF format. Can someone tell me where I fudged up? Thanks!

dn: CN=Test1,CN=Schema,CN=Configuration,DC=X
changetype: add
add: systemAuxiliaryClass
systemAuxiliaryClass: Test2
-

dn:
changetype: modify
add: schemaUpdateNow
schemaUpdateNow: 1
-

If an attribute (in this case systemAuxiliaryClass) is multivalued, when adding another value via LDF is that considered an add or a modify? I figured add.

-Brandon

Reply via email to