summaryrefslogtreecommitdiffstats
path: root/ipa-client/man
Commit message (Collapse)AuthorAgeFilesLines
...
* A utility for removing principals from a keytab.Rob Crittenden2009-12-042-0/+91
| | | | | | | | | | | | 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.
* Add man page for ipa-join commandRob Crittenden2009-10-122-1/+62
|
* Fix some minor man page issues.Rob Crittenden2008-06-041-8/+7
| | | | 438771
* Fix some formatting issues and correct the example.Rob Crittenden2008-06-041-28/+32
| | | | 443009
* Fix typo in ipa-client-install manpage.Rob Crittenden2008-05-141-1/+1
| | | | 446201
* Second half of the redoing how the version is managed.Rob Crittenden2008-05-071-0/+6
|
* Add --permitted-enctypes command and add it to the man page tooSimo Sorce2008-04-081-0/+21
|
* Add some missing man pagesRob Crittenden2008-03-172-2/+59
| | | | 436501
* Add --quiet option to ipa-getkeytabSimo Sorce2008-03-051-7/+21
| | | | | | Return message on success Avoid SASL output from being printed Make sure the man page is up to date
* Compress man pages after installationRob Crittenden2008-02-251-0/+2
|
* Move ipa-getkeytab man page into proper subdirRob Crittenden2008-02-252-0/+69
433878