Rob Verduijn
2015-04-15 20:30:48 UTC
Hello,
I'm trying to figure out how to use automounts in freeipa with offsets.
currently I have this:
the default location containing 3 maps
auto.direct
auto.home
auto.master
auto.direct is empty
auto.home contains:
key : * mount information : -rw nfs.example.com:/homes/&
auto.master contains
key : /- mount-information : auto.direct
key: /home mount information : auto.home
in autofs file this would be :
auto.master :
/- /etc/auto.direct
/home /etc/auto.home
and auto.home would contain:
test -rw nfs.example.com:/homes/&
now I would like to do the automount indirect offset like this :
test / -rw nfs.example.com:/homes/test \
/newfolder nfs2.example.com:/newfolder \
/anotherfolder nfs3.example.com:/anotherfolder \
/anotherfolder/2deep nfs4.example.com:/2deep
which would automount the newfolder like this :
/home/test/newfolder
and anotherfolder like this
/home/test/anotherfolder
and 2deep like this
/home/test/anotherfolder/2deep
is this possible in freeipa ?
Rob
I'm trying to figure out how to use automounts in freeipa with offsets.
currently I have this:
the default location containing 3 maps
auto.direct
auto.home
auto.master
auto.direct is empty
auto.home contains:
key : * mount information : -rw nfs.example.com:/homes/&
auto.master contains
key : /- mount-information : auto.direct
key: /home mount information : auto.home
in autofs file this would be :
auto.master :
/- /etc/auto.direct
/home /etc/auto.home
and auto.home would contain:
test -rw nfs.example.com:/homes/&
now I would like to do the automount indirect offset like this :
test / -rw nfs.example.com:/homes/test \
/newfolder nfs2.example.com:/newfolder \
/anotherfolder nfs3.example.com:/anotherfolder \
/anotherfolder/2deep nfs4.example.com:/2deep
which would automount the newfolder like this :
/home/test/newfolder
and anotherfolder like this
/home/test/anotherfolder
and 2deep like this
/home/test/anotherfolder/2deep
is this possible in freeipa ?
Rob
--
Manage your subscription for the Freeipa-users mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-users
Go to http://freeipa.org for more info on the project
Manage your subscription for the Freeipa-users mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-users
Go to http://freeipa.org for more info on the project