[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: autofs



Paul Clayton wrote:

I have been attempting to configure autofs with ldap, without much success
so far. What I have noticed, is that when the user logs on, no attempted is
made to contact the ldap server to get information about the auto.home, but
the user is authenticated with out any problem.

[..]

Below is my auto.master

----------------------------------------------------------------
/misc   /etc/auto.misc  --timeout=60
/export/home    ldap:nisMapName=auto.home,dc=my_domain,dc=com --timeout 500

Try specifying the ldap server:

/export/home ldap:ldap.my_domain.com:nisMapName=auto.home,dc=my_domain,dc=com --timeout 500


pg