diff options
author | Gowrishankar Rajaiyan <gsr@redhat.com> | 2010-12-18 00:44:30 +0530 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2010-12-20 10:56:31 -0500 |
commit | 018ca2ce3f0f146340c1861e3b99dfb5e18bcb55 (patch) | |
tree | ae0f0d3ced64ea0456a829ebdf9515bf12395895 /ipa-client | |
parent | d7d77a749c715a48c7ffd48a73459406f4c53cfd (diff) | |
download | freeipa-018ca2ce3f0f146340c1861e3b99dfb5e18bcb55.tar.gz freeipa-018ca2ce3f0f146340c1861e3b99dfb5e18bcb55.tar.xz freeipa-018ca2ce3f0f146340c1861e3b99dfb5e18bcb55.zip |
Fixing typos in man page of ipa-getkeytab
Diffstat (limited to 'ipa-client')
-rw-r--r-- | ipa-client/man/ipa-getkeytab.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ipa-client/man/ipa-getkeytab.1 b/ipa-client/man/ipa-getkeytab.1 index ed078759d..d87263c8c 100644 --- a/ipa-client/man/ipa-getkeytab.1 +++ b/ipa-client/man/ipa-getkeytab.1 @@ -47,7 +47,7 @@ example above). \fBWARNING:\fR retrieving the keytab resets the secret for the Kerberos principal. This renders all other keytabs for that principal invalid. -This is used during IPA client enrollement to retrieve a host service principal and store it in /etc/krb5.conf. It is possible to retrieve the keytab without Kerberos credentials if the host was pre\-created with a one\-time password. The keytab can be retrieved by binding as the host and authenticating with this one\-time password. The \fB\-D|\-\-binddn\fR and \fB\-w|\-\-binddn\fR options are used for this authentication. +This is used during IPA client enrollement to retrieve a host service principal and store it in /etc/krb5.keytab. It is possible to retrieve the keytab without Kerberos credentials if the host was pre\-created with a one\-time password. The keytab can be retrieved by binding as the host and authenticating with this one\-time password. The \fB\-D|\-\-binddn\fR and \fB\-w|\-\-bindpw\fR options are used for this authentication. .SH "OPTIONS" .TP \fB\-s ipaserver\fR @@ -94,7 +94,7 @@ Use this password for the key instead of one randomly generated. The LDAP DN to bind as when retrieving a keytab without Kerberos credentials. Generally used with the \fB\-w\fR option. .TP \fB\-w, \-\-bindpw\fR -The LDAP password to use when not when not binding with Kerberos. +The LDAP password to use when not binding with Kerberos. .SH "EXAMPLES" Add and retrieve a keytab for the NFS service principal on the host foo.example.com and save it in the file /tmp/nfs.keytab and retrieve just the des\-cbc\-crc key. |