diff options
author | Jan Zeleny <jzeleny@redhat.com> | 2011-02-15 08:22:13 -0500 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2011-02-18 10:37:46 -0500 |
commit | 7fe78b4e48ab54ef819244d13c7bd7f76ca9faa0 (patch) | |
tree | 45d810f48c28adbbc5944e45116e0b86072c7406 /ipa-client/man/ipa-join.1 | |
parent | 478186e4852601f83153f657e9ccb2a472d45d38 (diff) | |
download | freeipa-7fe78b4e48ab54ef819244d13c7bd7f76ca9faa0.tar.gz freeipa-7fe78b4e48ab54ef819244d13c7bd7f76ca9faa0.tar.xz freeipa-7fe78b4e48ab54ef819244d13c7bd7f76ca9faa0.zip |
Fixes in ipa-join man page
https://fedorahosted.org/freeipa/ticket/784
https://fedorahosted.org/freeipa/ticket/786
https://fedorahosted.org/freeipa/ticket/787
Diffstat (limited to 'ipa-client/man/ipa-join.1')
-rw-r--r-- | ipa-client/man/ipa-join.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ipa-client/man/ipa-join.1 b/ipa-client/man/ipa-join.1 index 47d5966db..b46b25850 100644 --- a/ipa-client/man/ipa-join.1 +++ b/ipa-client/man/ipa-join.1 @@ -20,7 +20,7 @@ .SH "NAME" ipa\-join \- Join a machine to an IPA realm and get a keytab for the host service principal .SH "SYNOPSIS" -ipa\-join [ \fB\-h\fR hostname ] [ \fB\-k\fR keytab\-file ] [ \fB\-s\fR server ] [ \fB\-w\fR bulk\-bind\-password ] [\fB\-u\fR] [ \fB\-d\fR ] [ \fB\-q\fR ] +ipa\-join [\fB\-d\fR|\fB\-\-debug\fR] [\fB\-q\fR|\fB\-\-quiet\fR] [\fB\-u\fR|\fB\-\-unenroll\fR] [\fB\-h\fR|\fB\-\-hostname\fR hostname] [\fB\-s\fR|\fB\-\-server\fR hostame] [\fB\-k\fR|\fB\-\-keytab\fR filename] [\fB\-w\fR|\fB\-\-bindpw\fR password] [\fB\-?\fR|\fB\-\-help\fR] [\fB\-\-usage\fR] .SH "DESCRIPTION" Joins a host to an IPA realm and retrieves a kerberos \fIkeytab\fR for the host service principal, or unenrolls an enrolled host from an IPA server. @@ -48,13 +48,13 @@ The reverse is unenrollment. Unenrolling a host removes the Kerberos key on the The hostname of this server (FQDN). By default of nodename from uname(2) is used. .TP \fB\-s,\-\-server server\fR -The hostname of this server (FQDN). By default of nodename from uname(2) is used. +The hostname of the IPA server (FQDN). Note that by default there is no /etc/ipa/default.conf, in most cases it needs to be supplied. .TP \fB\-k,\-\-keytab keytab\-file\fR The keytab file where to append the new key (will be created if it does not exist). Default: /etc/krb5.keytab .TP \fB\-w,\-\-bindpw password\fR -The password to use if not using kerberos to authenticate +The password to use if not using Kerberos to authenticate. Use a password of this particular host (one time password created on IPA server) .TP \fB\-u,\-\-unenroll\fR Unenroll this host from the IPA server @@ -63,7 +63,7 @@ Unenroll this host from the IPA server Quiet mode. Only errors are displayed. .TP \fB\-d,\-\-debug\fR -Debug mode. +Print the raw XML-RPC output in GSSAPI mode. .SH "EXAMPLES" Join IPA domain and retrieve a keytab with kerberos credentials. |