I've got an LDAP server setup and my Redhat/Solaris clients are able
to automount from it no problem. However, I can't seem to find the
correct syntax for Debian. All I'm looking to do is automount users
home directories. Here are my current files:
auto.master
/home /etc/auto.home
auto.home
* ldap:ldapserver

u=auto.home,o=ccm
The log shows an attempt to mount /home/user, but it says the lookup
failed.
Nov 24 16:57:50 linux01 automount[3986]: attempting to mount entry
/home/user
Nov 24 16:57:50 linux01 automount[4008]: lookup(program): looking up
user
Nov 24 16:57:50 linux01 automount[4008]: lookup(program): lookup for
user failed
I've googled all day long and to no avail, I can't seem to find
anything on how someone has set this up for Debian. Any help would be
greatly appreciated. Thanks in advance.
Scott