diff options
author | Rob Crittenden <rcritten@redhat.com> | 2009-12-04 16:29:09 -0500 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2009-12-04 16:29:09 -0500 |
commit | 62d40286ac67faa6b009e121035f92afa1372cf3 (patch) | |
tree | 1c9bfa065b4398aa529a65bd28ff5606858e626e /ipa-client/man/Makefile.am | |
parent | 8ecb5897c111b6243c5325dadf2af0e6cb1e4c33 (diff) | |
download | freeipa-62d40286ac67faa6b009e121035f92afa1372cf3.tar.gz freeipa-62d40286ac67faa6b009e121035f92afa1372cf3.tar.xz freeipa-62d40286ac67faa6b009e121035f92afa1372cf3.zip |
A utility for removing principals from a keytab.
When we un-enroll a client we'll do a bit of cleanup including removing
any principals for the IPA realm from /etc/krb5.keytab.
This removes principals in 2 ways:
- By principal, only entries matching the full principal are removed
- By realm. Any principal for that realm is removed
This does not change the KDC at all, just removes entries from a file
on the client machine.
Diffstat (limited to 'ipa-client/man/Makefile.am')
-rw-r--r-- | ipa-client/man/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ipa-client/man/Makefile.am b/ipa-client/man/Makefile.am index eee7144c1..bf11e39a8 100644 --- a/ipa-client/man/Makefile.am +++ b/ipa-client/man/Makefile.am @@ -6,6 +6,7 @@ NULL = man_MANS = \ ipa-getkeytab.1 \ + ipa-rmkeytab.1 \ ipa-client-install.1 \ ipa-join.1 |