summaryrefslogtreecommitdiffstats
path: root/ipa-client/man/ipa-rmkeytab.1
Commit message (Collapse)AuthorAgeFilesLines
* Update available options and descriptions in client man pagesRob Crittenden2010-03-021-5/+4
|
* A utility for removing principals from a keytab.Rob Crittenden2009-12-041-0/+90
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.