1ipa-client-automount(1)        IPA Manual Pages        ipa-client-automount(1)
2
3
4

NAME

6       ipa-client-automount - Configure automount and NFS for IPA
7

SYNOPSIS

9       ipa-client-automount [OPTION]... <location>
10

DESCRIPTION

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

OPTIONS

48       --server=SERVER Set the FQDN of 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       -S, --idmap-domain=IDMAP_DOMAIN
57              NFS  domain  for  idmapd.conf.  If  unset,  defaults  to the IPA
58              domain. If set to DNS, let  idmapd  or  nfsidmap  determine  the
59              domain  from  DNS (see idmapd(8) or nfsidmap(5) for details). If
60              set to anything else, set idmapd.conf's  Domain  entry  to  that
61              value.
62
63       -d, --debug
64              Print debugging information to stdout.
65
66       -U, --unattended
67              Unattended installation. The user will not be prompted.
68
69       --uninstall
70              Restore the automount configuration files.
71
72

FILES

74       Files that will be always be configured:
75
76              /etc/nsswitch.conf
77
78       Files  that  will  be  configured  when  SSSD  is  the automount client
79       (default):
80
81              /etc/sssd/sssd.conf
82
83
84       Files that will be configured when using the ldap automount client:
85
86              /etc/sysconfig/autofs
87
88              /etc/autofs_ldap_auth.conf
89
90

EXIT STATUS

92       0 if the installation was successful
93
94       1 if an error occurred
95
96       2 if uninstalling and automount is not configured
97
98       3 if installing and automount already configured
99
100
101
102IPA                               May 25 2012          ipa-client-automount(1)
Impressum