From 9de10f3674078ef8c423522e30fe704a2d09a7c2 Mon Sep 17 00:00:00 2001 From: Martin Kosek Date: Wed, 4 May 2011 10:09:44 +0200 Subject: Consolidate man pages and IPA tools help IPA tools options are not consistent with information in man pages. https://fedorahosted.org/freeipa/ticket/1163 https://fedorahosted.org/freeipa/ticket/1178 --- ipa-client/man/ipa-client-install.1 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'ipa-client/man') diff --git a/ipa-client/man/ipa-client-install.1 b/ipa-client/man/ipa-client-install.1 index 07f08ed24..40d53a872 100644 --- a/ipa-client/man/ipa-client-install.1 +++ b/ipa-client/man/ipa-client-install.1 @@ -40,9 +40,6 @@ Set the IPA server to connect to \fB\-\-realm\fR=\fIREALM_NAME\fR Set the IPA realm name to REALM_NAME .TP -\fB\-\-hostname\fR -The hostname of this server (FQDN). By default of nodename from uname(2) is used. -.TP \fB\-f\fR, \fB\-\-force\fR Force the settings even if errors occur .TP @@ -52,15 +49,15 @@ Print debugging information to stdout \fB\-U\fR, \fB\-\-unattended\fR Unattended installation. The user will not be prompted. .TP -\fB\-N\fR, \fB\-\-no\-ntp\fR -Do not configure or enable NTP. -.TP \fB\-\-ntp\-server\fR=\fINTP_SERVER\fR Configure ntpd to use this NTP server. .TP \fB\-S\fR, \fB\-\-no\-sssd\fR Do not configure the client to use SSSD for authentication, use nss_ldap instead. .TP +\fB\-N\fR, \fB\-\-no\-ntp\fR +Do not configure or enable NTP. +.TP \fB\-w\fR \fIPASSWORD\fR, \fB\-\-password\fR=\fIPASSWORD\fR Password for joining a machine to the IPA realm. Assumes bulk password unless principal is also set. .TP @@ -74,11 +71,14 @@ Authorized kerberos principal to use to join the IPA realm. Configure SSSD to permit all access. Otherwise the machine will be controlled by the Host\-based Access Controls (HBAC) on the IPA server. .TP \fB\-\-mkhomedir\fR -Configure pam to create a users home directory if it does not exist. +Configure PAM to create a users home directory if it does not exist. .TP \fB\-\-uninstall\fR Remove the IPA client software and restore the configuration to the pre\-IPA state. .TP +\fB\-\-hostname\fR +The hostname of this server (FQDN). By default of nodename from uname(2) is used. +.TP \fB\-\-enable\-dns\-updates\fR This option tells SSSD to automatically update DNS with the IP address of this client. .SH "EXIT STATUS" -- cgit