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 mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
