Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #375753
    twm1010
    Participant

    I’m almost there, I can taste it…

    I followed the steps in another thread, and extended my schema. I can see the new classes in attributes in the MS schema editor. However, when I use a 10.5 client, bound to the AD and attempt to save say… finder preferences against a user object, I keep getting error -14142, schema class violation.

    I’m not sure where I went wrong here, perhaps the class types are wrong. Has anyone dealt with this?

    Thanks in advance,
    Tom

    #377582
    3stripes
    Participant

    Have you come up with a solution on this by chance?

    We are seeing the same issues.

    #377583
    twm1010
    Participant

    The classes were created incorrectly as the wrong type. An Apple SE helped me remove the bad classes (they can’t be deleted) and since we were on AD2003 we could create new ones with the same names. This fixed my problems as far as group attributes goes. The user one’s aren’t there yet, but the project requiring this disappeared so I stopped working on it. I do have saved the Apple scripts that correctly extend the schema, I could e-mail them to you.

    tom

    #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 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.

Comments are closed