0
votes
1answer
84 views

How to disable a specific mount, when using automount over LDAP

I am using Ubuntu 11.04, on which NFS paths are automounted using AutoFS/LDAP. For example, /path1 and /path2 are auto mounted, but I want to disable automount for /path1, because I want to use a ...
0
votes
2answers
373 views

NFS users getting a laggy GUI expierence

I am setting up a system (ubuntu 12.04) that uses ldap, pam, and autofs to load users and their home folders from a remote server. One of the options for login is sitting down at the machine and ...
1
vote
0answers
160 views

How can I prevent autofs from mounting local user's home?

I've set up NFS and LDAP on an Ubuntu server. The client is configured to mount the home directory (NFS via Autofs) when a user logs in, which all runs perfectly well. However, autofs also tries to ...