summaryrefslogtreecommitdiffstats
path: root/ipa-client/man/ipa-rmkeytab.1
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2010-02-24 11:38:59 -0500
committerRob Crittenden <rcritten@redhat.com>2010-03-02 18:20:07 -0500
commit889cf124d8cba470dadf2ca88bcbb07d13bc928b (patch)
tree7e4e35cf4686ba87c503c046b5284002c3e9a805 /ipa-client/man/ipa-rmkeytab.1
parent3b4c4acfd24fcfd1d4b34a355a684f0683edee38 (diff)
downloadfreeipa-889cf124d8cba470dadf2ca88bcbb07d13bc928b.tar.gz
freeipa-889cf124d8cba470dadf2ca88bcbb07d13bc928b.tar.xz
freeipa-889cf124d8cba470dadf2ca88bcbb07d13bc928b.zip
Update available options and descriptions in client man pages
Diffstat (limited to 'ipa-client/man/ipa-rmkeytab.1')
-rw-r--r--ipa-client/man/ipa-rmkeytab.19
1 files changed, 4 insertions, 5 deletions
diff --git a/ipa-client/man/ipa-rmkeytab.1 b/ipa-client/man/ipa-rmkeytab.1
index a60f45cf..0b2251c8 100644
--- a/ipa-client/man/ipa-rmkeytab.1
+++ b/ipa-client/man/ipa-rmkeytab.1
@@ -54,8 +54,7 @@ the entry from the local keytab.
The non\-realm part of the full principal name.
.TP
\fB\-k keytab\-file\fR
-The keytab file where to append the new key (will be
-created if it does not exist).
+The keytab file to append the principal(s) from.
.TP
\fB\-r realm\fR
A realm to remove all principals for.
@@ -67,13 +66,13 @@ Remove the NFS service principal on the host foo.example.com from /tmp/nfs.keyta
# ipa\-rmkeytab \-p nfs/foo.example.com \-k /tmp/nfs.keytab
-Remove the ldap service principal onthe host foo.example.com from /etc/krb5.keytab.
+Remove the ldap service principal on the host foo.example.com from /etc/krb5.keytab.
- # ipa\-rmkeytab \-p ldap/foo.example.com \-k /tmp/ldap.keytab
+ # ipa\-rmkeytab \-p ldap/foo.example.com \-k /etc/krb5.keytab
Remove all principals for the realm EXAMPLE.COM.
- # ipa\-rmkeytab \-r EXAMPLE.COM \-k /tmp/ldap.keytab
+ # ipa\-rmkeytab \-r EXAMPLE.COM \-k /etc/krb5.keytab
.SH "EXIT STATUS"
The exit status is 0 on success, nonzero on error.