I don’t believe that the Linux map names are hardcoded. On my system automount is started with the master map name in the arguments /usr/sbin/automount ldap:auto.master and the ldap entry for auto.home is arbitrarily named in # /home, auto.master, automount, example.com dn: cn=/home,ou=auto.master,ou=automount,dc=example,dc=com objectClass: automount cn: /home automountInformation: ldap:ldap.example.com:ou=auto.home,ou=automount,dc=example,dc=com --timeout 300 I’m sure these could be all changed to match the OS X conventions without impacting functionality on Linux.
|