nerdexam
LPI

300-300 · Question #59

Which of the following statements about automount in a FreeIPA domain are true? (Choose two.)

The correct answer is C. The base configuration file for automount is /etc/auto.master. D. In a FreeIPA domain, automount requires SSSD to be installed on each client.. Automounting in a FreeIPA domain involves several key aspects: Base Configuration File (/etc/auto.master): The auto.master file is the main configuration file for the automounter. It contains the master map which defines mount points and their corresponding maps. This file is cru

300.3 Identity Management

Question

Which of the following statements about automount in a FreeIPA domain are true? (Choose two.)

Options

  • AIn a FreeIPA domain, mount points for automount are always directories.
  • BThe command ipa automount up mounts all file systems handled by automount on a FreeIPA
  • CThe base configuration file for automount is /etc/auto.master.
  • DIn a FreeIPA domain, automount requires SSSD to be installed on each client.
  • EIn a FreeIPA domain, automount can only mount NFS shares from FreeIPA servers.

How the community answered

(44 responses)
  • A
    5% (2)
  • B
    11% (5)
  • C
    80% (35)
  • E
    5% (2)

Explanation

Automounting in a FreeIPA domain involves several key aspects: Base Configuration File (/etc/auto.master): The auto.master file is the main configuration file for the automounter. It contains the master map which defines mount points and their corresponding maps. This file is crucial for setting up automount points. Example entry in /etc/auto.master: /home /etc/auto.home SSSD Requirement: In a FreeIPA domain, automount requires the System Security Services Daemon (SSSD) to be installed and configured on each client. SSSD is used to retrieve automount maps from the FreeIPA server, enabling the automount feature to function correctly. Example configuration in /etc/sssd/sssd.conf: [sssd] services = nss, pam, autofs config_file_version = 2 domains = example.com [domain/example.com] autofs_provider = ipa ipa_server = srv

Topics

#automount#FreeIPA#SSSD#auto.master

Community Discussion

No community discussion yet for this question.

Full 300-300 Practice