Mailinglist Archive: opensuse (1445 mails)
< Previous | Next > |
[opensuse] howto automount nfs
- From: lynn <lynn@xxxxxxxxxxxx>
- Date: Wed, 28 Mar 2012 19:27:00 +0200
- Message-id: <4F7349E4.2050408@steve-ss.com>
12.1
Hi
On good advice, I've been advised to install automounted nfs.
I am exporting this:
cat /etc/exports
/home2 *(rw,sec=none:sys:krb5:krb5i:krb5p,no_subtree_check,insecure)
/home2 contains
/share1
/share2
/share3
...
and
/user1
/user2
/user3
...
Under normal nfs, we mount the whole of /home2 from the server on /home2 on the client.
The user home directories are held in LDAP as:
/home2/DOMAIN/user
Just as a test I'm trying to do the same withy autofs (we can discuss anything else after)
I have setup /etc/auto.master:
/home2 /etc/auto.misc
and
/etc/auto.misc
/home2 -rw,sec=krb5 server:/home2
When a user logs in I get:
automount [xxxx]: key "DOMAIN" not found in map source(s).
What have I done wrong?
Thanks,
L x
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse+owner@xxxxxxxxxxxx
Hi
On good advice, I've been advised to install automounted nfs.
I am exporting this:
cat /etc/exports
/home2 *(rw,sec=none:sys:krb5:krb5i:krb5p,no_subtree_check,insecure)
/home2 contains
/share1
/share2
/share3
...
and
/user1
/user2
/user3
...
Under normal nfs, we mount the whole of /home2 from the server on /home2 on the client.
The user home directories are held in LDAP as:
/home2/DOMAIN/user
Just as a test I'm trying to do the same withy autofs (we can discuss anything else after)
I have setup /etc/auto.master:
/home2 /etc/auto.misc
and
/etc/auto.misc
/home2 -rw,sec=krb5 server:/home2
When a user logs in I get:
automount [xxxx]: key "DOMAIN" not found in map source(s).
What have I done wrong?
Thanks,
L x
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse+owner@xxxxxxxxxxxx
< Previous | Next > |