1ipa-client-automount(1) FreeIPA Manual Pages ipa-client-automount(1)
2
3
4
6 ipa-client-automount - Configure automount and NFS for IPA
7
9 ipa-client-automount [OPTION]... <location>
10
12 Configures automount for IPA.
13
14 The automount configuration consists of three files:
15
16 o /etc/nsswitch.conf
17
18 o /etc/sysconfig/autofs
19
20 o /etc/autofs_ldap_auth.conf
21
22
23 By default this will use DNS discovery to attempt to determine the IPA
24 server(s) to use. If IPA servers are discovered then the automount
25 client will be configured to use DNS discovery.
26
27 If DNS discovery fails or a specific server is desired, use the
28 --server option.
29
30 The default automount location is named default. To specify a different
31 one use the --location option.
32
33 The IPA client must already be configured in order to configure auto‐
34 mount. The IPA client is configured as part of a server installation.
35
36 There are two ways to configure automount. The default is to use sssd
37 to manage the automount maps. Alternatively autofs can configured to
38 bind to LDAP over GSSAPI and authenticate using the machine's host
39 principal.
40
41 The nsswitch automount service is configured to use either sss or ldap
42 and files depending on whether SSSD is configured or not.
43
44 NFSv4 is also configured. The rpc.gssd and rpc.idmapd are started on
45 clients to support Kerberos-secured mounts.
46
48 --server=SERVER Set the IPA server to connect to
49
50 --location=LOCATION
51 Automount location
52
53 -S, --no-sssd
54 Do not configure the client to use SSSD for automount
55
56 -d, --debug
57 Print debugging information to stdout
58
59 -U, --unattended
60 Unattended installation. The user will not be prompted
61
62 --uninstall
63 Restore the automount configuration files
64
65
67 Files that will be always be configured:
68
69 /etc/nsswitch.conf
70
71 Files that will be configured when SSSD is the automount client
72 (default):
73
74 /etc/sssd/sssd.conf
75
76
77 Files that will be configured when using the ldap automount client:
78
79 /etc/sysconfig/autofs
80
81 /etc/autofs_ldap_auth.conf
82
83
85 0 if the installation was successful
86
87 1 if an error occurred
88
89
90
91FreeIPA May 25 2012 ipa-client-automount(1)