Update man pages for FreeIPA client, replica and server install

Addresses: https://pagure.io/freeipa/issue/7024
Reviewed-By: Rob Crittenden <rcritten@redhat.com>
This commit is contained in:
Tibor Dudlák 2018-03-22 13:13:32 +01:00 committed by Rob Crittenden
parent 5d9c749e83
commit 333acf1ab6
3 changed files with 28 additions and 12 deletions

View File

@ -110,13 +110,16 @@ The hostname of this machine (FQDN). If specified, the hostname will be set and
Join the host even if it is already enrolled.
.TP
\fB\-\-ntp\-server\fR=\fINTP_SERVER\fR
Configure ntpd to use this NTP server. This option can be used multiple times.
Configure chronyd to use this NTP server. This option can be used multiple times and it is used to specify exactly one time server.
.TP
\fB\-\-ntp\-pool\fR=\fINTP_SERVER_POOL\fR
Configure chronyd to use this NTP server pool.
.TP
\fB\-N\fR, \fB\-\-no\-ntp\fR
Do not configure or enable NTP.
Do not configure NTP client (chornyd).
.TP
\fB\-\-force\-ntpd\fR
Stop and disable any time&date synchronization services besides ntpd.
\fB\-\-force\-chrony\fR
Stop and disable any time&date synchronization services besides chronyd.
.TP
\fB\-\-nisdomain\fR=\fINIS_DOMAIN\fR
Set the NIS domain name as specified. By default, this is set to the IPA domain name.
@ -246,13 +249,9 @@ Files that will be replaced if they exist and SSSD is not configured (\-\-no\-ss
.br
/etc/nslcd.conf
.TP
Files replaced if NTP is enabled:
Files replaced if NTP client (chronyd) configuration is enabled:
/etc/ntp.conf
.br
/etc/sysconfig/ntpd
.br
/etc/ntp/step\-tickers
/etc/chrony.conf
.TP
Files always created (replacing existing content):

View File

@ -83,8 +83,17 @@ This option can be used multiple times to specify more IP addresses of the serve
\fB\-\-mkhomedir\fR
Create home directories for users on their first login
.TP
\fB\-\-ntp\-server\fR=\fINTP_SERVER\fR
Configure chronyd to use this NTP server. This option can be used multiple times and it is used to specify exactly one time server.
.TP
\fB\-\-ntp\-pool\fR=\fINTP_SERVER_POOL\fR
Configure chronyd to use this NTP server pool.
.TP
\fB\-N\fR, \fB\-\-no\-ntp\fR
Do not configure NTP
Do not configure NTP client (chornyd).
.TP
\fB\-\-force\-chrony\fR
Stop and disable any time&date synchronization services besides chronyd.
.TP
\fB\-\-no\-ui\-redirect\fR
Do not automatically redirect to the Web UI.

View File

@ -42,8 +42,16 @@ The fully\-qualified DNS name of this server.
The IP address of this server. If this address does not match the address the host resolves to and \-\-setup\-dns is not selected, the installation will fail. If the server hostname is not resolvable, a record for the hostname and IP_ADDRESS is added to /etc/hosts.
This option can be used multiple times to specify more IP addresses of the server (e.g. multihomed and/or dualstacked server).
.TP
Configure chronyd to use this NTP server. This option can be used multiple times and it is used to specify exactly one time server.
.TP
\fB\-\-ntp\-pool\fR=\fINTP_SERVER_POOL\fR
Configure chronyd to use this NTP server pool.
.TP
\fB\-N\fR, \fB\-\-no\-ntp\fR
Do not configure NTP.
Do not configure NTP client (chornyd).
.TP
\fB\-\-force\-chrony\fR
Stop and disable any time&date synchronization services besides chronyd.
.TP
\fB\-\-idstart\fR=\fIIDSTART\fR
The starting user and group id number (default random).