rajeev karamchedu

Technology and Professional Services Director, currently part of a very exciting and talented team of technology/data management solution provider, IronBrick

6 responses to “Integrating Leopard Autofs with LDAP”

  1. Greg Neagle

    Leopard’s autofs only supports the automount schema definition, but if you have the older nisMap schema, you can use Directory Utility to edit the LDAP mappings to work with the nisMap schema.

    The master file for autofa is hardcoded to auto_master, but it’s a simple matter to edit the local /etc/auto_master file to point it at a “auto.master” file in LDAP:

    Change +auto_master # Use directory service
    to: auto.master # Use directory service

    More on integrating Leopard’s autofs with LDAP here: http://managingosx.wordpress.com/2007/12/11/autofs-in-leopard

  2. Greg Neagle

    Migrating to the new schema is preferred, but OS X admins can’t always convince the people who run the LDAP servers to make changes for them.

    Managing Directory Services configurations is a standard OS X admin task; one assumes OS X admins have a way to manage these configurations. I use radmind, but there are lots of tools to use. The relevant info is in /Library/Preferences/DirectoryService/DSLDAPv3PlugInConfig.plist and /Library/Preferences/DirectoryService/SearchNodeConfig.plist

  3. Integrating login and home directory on OS X Leopard clients « Colin.Guthr.ie

    [...] thanks go to Rajeev Karamchedu for his excellent series of posts on this topic. The information he gives is pretty much bang on. The most important part is about [...]

  4. Colin Guthrie

    Thanks for the excellent post – it helped me a lot.

    I did find that when I set this up recently the automountKey=/ bit didn’t work. Could be things have moved on in the last two years at the OSX side, but using a key of * worked fine.

    I wrote up my experience over here: http://colin.guthr.ie/2009/07/integrating-login-and-home-directory-on-os-x-leopard-clients/

    Thanks again.

Leave a Reply