Hi all,
I'm looking high and low for a way to create/configure an automountmap in FreeIPA that is browsable. i.e. Something that would look like this if we were doing it old school:
/etc/auto.master:
/games auto.games -browse --timeout 120
in /etc/auto.games:
tron -fstype nfs gameserver:/tron cod -fstype nfs gameserver:/cod
I can do all of this in FreeIPA but for the life of me can't figure out how to have the equivalent of the -browse option enabled for the auto.games map entry. Am I making any sense? Thanks, -K
Kris C via FreeIPA-users wrote:
Hi all,
I'm looking high and low for a way to create/configure an automountmap in FreeIPA that is browsable. i.e. Something that would look like this if we were doing it old school:
/etc/auto.master:
/games auto.games -browse --timeout 120
in /etc/auto.games:
tron -fstype nfs gameserver:/tron cod -fstype nfs gameserver:/cod
I can do all of this in FreeIPA but for the life of me can't figure out how to have the equivalent of the -browse option enabled for the auto.games map entry. Am I making any sense? Thanks, -K
$ ipa automountmap-add default auto.games $ ipa automountkey-add default auto.games --key tron --info "-fstype nfs gameserver:/tron" $ ipa automountkey-add default auto.games --key cod --info "-fstype nfs gameserver:/cod" $ ipa automountkey-add default auto.master --key /games --info "auto.games -browse --timeout=120"
rob
freeipa-users@lists.fedorahosted.org