diff options
author | Martin Kosek <mkosek@redhat.com> | 2011-05-04 10:09:44 +0200 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2011-05-12 16:55:27 -0400 |
commit | 9de10f3674078ef8c423522e30fe704a2d09a7c2 (patch) | |
tree | d5d8e7bb79a162a53fad0d25811e2f5d5f1bdd8d /ipa-client/man/ipa-client-install.1 | |
parent | 8d35089780abbc8a877ebd3bd991a3a3ba8a6f3e (diff) | |
download | freeipa-9de10f3674078ef8c423522e30fe704a2d09a7c2.tar.gz freeipa-9de10f3674078ef8c423522e30fe704a2d09a7c2.tar.xz freeipa-9de10f3674078ef8c423522e30fe704a2d09a7c2.zip |
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
Diffstat (limited to 'ipa-client/man/ipa-client-install.1')
-rw-r--r-- | ipa-client/man/ipa-client-install.1 | 14 |
1 files changed, 7 insertions, 7 deletions
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" |