1ipa-server-install(1) ipa-server-install(1)
2
3
4
6 ipa-server-install - Configure an IPA server
7
9 ipa-server-install [OPTION]...
10
12 Configures the services needed by an IPA server. This includes setting
13 up a Kerberos Key Distribution Center (KDC) with an LDAP back-end, con‐
14 figuring Apache, configuring NTP and starting some IPA-provided ser‐
15 vices: ipa_kpasswd and ipa_webgui.
16
18 -u, --user=DS_USER
19 The user that the Directory Server will run as
20
21 -r, --realm=REALM_NAME
22 The Kerberos realm name for the IPA server
23
24 -n, --domain=DOMAIN_NAME
25 Your DNS domain name
26
27 -p, --ds-password=DM_PASSWORD
28 The password to be used by the Directory Server for the Direc‐
29 tory Manager user
30
31 -P, --master-password=MASTER_PASSWORD
32 The kerberos master password (normally autogenerated)
33
34 -a, --admin-password=ADMIN_PASSWORD
35 The password for the IPA admin user
36
37 -d, --debug
38 Enable debug logging when more verbose output is needed
39
40 --hostname=HOST_NAME
41 The fully-qualified DNS name of this server
42
43 --ip-address=IP_ADDRESS
44 The IP address of this server
45
46 -U, --unattended
47 An unattended installation that will never prompt for user input
48
49 --setup-bind
50 Generate a DNS zone file that contains auto-discovery records
51 for this IPA server
52
53 -n, --no-ntp
54 Do not configure NTP <fb>-U, --uninstall Uninstall an existing
55 IPA installation
56
57 By default the full name, home Directory and login shell and username
58 fields are displayed.
59
61 0 if the installation was successful
62
63 1 if an error occurred
64
65
66
67freeipa Mar 14 2008 ipa-server-install(1)