1ipa-client-automount(1) IPA 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 two files:
15
16 o /etc/nsswitch.conf
17
18 o /etc/sysconfig/autofs
19
20
21 By default this will use DNS discovery to attempt to determine the IPA
22 server(s) to use. If IPA servers are discovered then the automount
23 client will be configured to use DNS discovery.
24
25 If DNS discovery fails or a specific server is desired, use the
26 --server option.
27
28 The default automount location is named default. To specify a different
29 one use the --location option.
30
31 The IPA client must already be configured in order to configure auto‐
32 mount. The IPA client is configured as part of a server installation.
33
34 SSSD is configured to manage the automount maps.
35
36 The nss automount service is configured to use sss and files.
37
38 NFSv4 is also configured. The rpc.gssd and rpc.idmapd are started on
39 clients to support Kerberos-secured mounts.
40
42 --server=SERVER Set the FQDN of the IPA server to connect to.
43
44 --location=LOCATION
45 Automount location.
46
47 --idmap-domain=IDMAP_DOMAIN
48 NFS domain for idmapd.conf. If unset, defaults to the IPA do‐
49 main. If set to DNS, let idmapd or nfsidmap determine the domain
50 from DNS (see idmapd(8) or nfsidmap(5) for details). If set to
51 anything else, set idmapd.conf's Domain entry to that value.
52
53 -d, --debug
54 Print debugging information to stdout.
55
56 -U, --unattended
57 Unattended installation. The user will not be prompted.
58
59 --uninstall
60 Restore the automount configuration files.
61
62
64 Files that will be configured:
65
66 /etc/nsswitch.conf
67
68 /etc/sssd/sssd.conf
69
70
72 0 if the installation was successful
73
74 1 if an error occurred
75
76 2 if uninstalling and automount is not configured
77
78 3 if installing and automount already configured
79
80
81
82IPA May 25 2012 ipa-client-automount(1)