Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Extended AD’s schema #375182
    cheizer
    Participant

    I have tried it and it does work, but if I remember right, you do need to add one additional attribute to the apple computer class and that’s the mac address. I would suggest of course to test it all in a test forrest using a VMware environment first 🙂 .

    If you want more of what the actual load_apple.bat extensions mentioned in the white paper check out http://www.shukwit.com/index.php. He has the original apple schema extensions available. I compared then to what apple has used and suggested in the white paper and it’s really close. I think he added more.

    One more thing to note apple computer lists do not work with a modified schema that was in another thread earlier [url]https://www.afp548.com/forum/viewtopic.php?showtopic=23022[/url].

    in reply to: Integrating Leopard Server with AD #375160
    cheizer
    Participant

    Is AD your primary directory service at your school? Is this the only OD server and how many accounts?

    – Charles

    in reply to: Extended AD’s schema #375159
    cheizer
    Participant

    No problem,
    One of the easiest ways to extend your schema is to use the ADSchemaAnalyzer which comes with Microsoft ADAM.

    Here is how to do it. I just did this as MacWorld hands on lab with my co-worker so these steps are copied our slides.

    Steps:
    1) Get a copy of “apple.schema” files from a Mac OS X Server in “/etc/openldap/schema”
    2) Install Microsoft ADAM on a Windows server (Included with 2003R2)
    3) Run “ADSchemaAnalyzer.exe”
    4) Choose “File/Load target schema…”, next click the “Load LDIF…” button and select the “apple.schema” file (change the file type to “All files *.*”)
    5) Choose “File/Load base schema…” and connect to your AD domain controller.
    6) Choose “Schema/Mark all non-present elements as included”
    7) Choose “File/Create LDIF file…” and save it as “apple.schema.ldf”
    8) Make sure that the domain controller you’re connecting to has schema updates enabled
    9) Install the schema extensions via command prompt
Example:
C:\> ldifde /i /f apple.schema.ldif /v /k /c “DC=X” “DC=SF,DC=PRETENDCO,DC=COM”
    10) Make sure to disable schema updates on the domain controller you’re connected to

    Extra Info:
    Microsoft ADAM
http://www.microsoft.com/windowsserver2003/adam/default.mspx
    ADSchemaAnalyzer
http://technet.microsoft.com/en-us/library/cc780706.aspx
    Enable write schema changes
http://support.microsoft.com/kb/285172
    Enable AD schema editor
regsvr32 schmmgmt.dll

    I hope this helps.
    – Charles

Viewing 3 posts - 1 through 3 (of 3 total)