summaryrefslogtreecommitdiffstats
path: root/ipa-client/man/ipa-rmkeytab.1
Commit message (Collapse)AuthorAgeFilesLines
* Bad return values for ipa-rmkeytab commandMartin Kosek2011-05-031-1/+1
| | | | | | | | | ipa-rmkeytab returns success even when the realm passed to the program is not found in a keytab. This patch adds an explanatory error message and returns error code 5 - Principal or realm not found. https://fedorahosted.org/freeipa/ticket/694
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-6/+6
| | | | | | | | | | The changes include: * Change license blobs in source files to mention GPLv3+ not GPLv2 only * Add GPLv3+ license text * Package COPYING not LICENSE as the license blobs (even the old ones) mention COPYING specifically, it is also more common, I think https://fedorahosted.org/freeipa/ticket/239
* 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.