ipa-server-install

Langue: en

Version: Mar 14 2008 (fedora - 04/07/09)

Section: 1 (Commandes utilisateur)

NAME

ipa-server-install - Configure an IPA server

SYNOPSIS

ipa-server-install [OPTION]...

DESCRIPTION

Configures the services needed by an IPA server. This includes setting up a Kerberos Key Distribution Center (KDC) with an LDAP back-end, configuring Apache, configuring NTP and starting some IPA-provided services: ipa_kpasswd and ipa_webgui.

OPTIONS

-u, --user=DS_USER
The user that the Directory Server will run as
-r, --realm=REALM_NAME
The Kerberos realm name for the IPA server
-n, --domain=DOMAIN_NAME
Your DNS domain name
-p, --ds-password=DM_PASSWORD
The password to be used by the Directory Server for the Directory Manager user
-P, --master-password=MASTER_PASSWORD
The kerberos master password (normally autogenerated)
-a, --admin-password=ADMIN_PASSWORD
The password for the IPA admin user
-d, --debug
Enable debug logging when more verbose output is needed
--hostname=HOST_NAME
The fully-qualified DNS name of this server
--ip-address=IP_ADDRESS
The IP address of this server
-U, --unattended
An unattended installation that will never prompt for user input
--setup-bind
Generate a DNS zone file that contains auto-discovery records for this IPA server
-n, --no-ntp
Do not configure NTP -U, --uninstall Uninstall an existing IPA installation
--dirsrv_pkcs12=FILE
PKCS#12 file containing the Directory Server SSL Certificate
--http_pkcs12=FILE
PKCS#12 file containing the Apache Server SSL Certificate
--dirsrv_pin=DIRSRV_PIN
The password of the Directory Server PKCS#12 file
--http_pin=HTTP_PIN
The password of the Apache Server PKCS#12 file

EXIT STATUS

0 if the installation was successful

1 if an error occurred