I can’t seem to resolve this issue. Faithfully followed “Modiying the Active Directory Schema to Support Mac Systems” white paper. Event viewed the online seminar. LDIFDE import fails at line 705, which starts at:
# Add the new class to the user object
dn: CN=User,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: auxiliaryClass
auxiliaryClass: apple-user
–
# Add the new class to the computer object
dn: CN=Computer,CN=Schema,CN=Configuration,DC=X
changetype: modify
add: auxiliaryClass
auxiliaryClass: apple-computer
–
# Add the new class to the group object
dn: CN=Group,CN=Schema,CN=Configuration,DC=X
add: auxiliaryClass
auxiliaryClass: apple-group
–
Am I typing these incorrectly?
Thanks.
Comments are closed