Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: AD Schema Extension #377641
    TC
    Participant

    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.

Viewing 1 post (of 1 total)