summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/pkinit.py
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2011-03-04 11:08:54 -0500
committerRob Crittenden <rcritten@redhat.com>2011-03-04 11:09:43 -0500
commit4d0e739345fe3039db16e0ee613431e1aa92cf02 (patch)
tree87fe8f94e7b7265cd12b8a78eca89cedb87ad160 /ipalib/plugins/pkinit.py
parentc0ecdd1395e457592407c2d4d622a2758896d8ca (diff)
downloadfreeipa-4d0e739345fe3039db16e0ee613431e1aa92cf02.tar.gz
freeipa-4d0e739345fe3039db16e0ee613431e1aa92cf02.tar.xz
freeipa-4d0e739345fe3039db16e0ee613431e1aa92cf02.zip
Fix style and grammatical issues in built-in command help.
There is a rather large API.txt change but it is only due to changes in the doc string in parameters. ticket 729
Diffstat (limited to 'ipalib/plugins/pkinit.py')
-rw-r--r--ipalib/plugins/pkinit.py13
1 files changed, 9 insertions, 4 deletions
diff --git a/ipalib/plugins/pkinit.py b/ipalib/plugins/pkinit.py
index 76934f9eb..55a065085 100644
--- a/ipalib/plugins/pkinit.py
+++ b/ipalib/plugins/pkinit.py
@@ -19,16 +19,21 @@
"""
Kerberos pkinit options
-Right now it enables only to control whether Anonymous PKINIT is enabled
-or not based on whether the wellknown principal is active or not.
+Enable or disable anonymous pkinit using the principal
+WELLKNOWN/ANONYMOUS@REALM. The server must have been installed with
+pkinit support.
EXAMPLES:
- Enable Anonymous pkinit:
+ Enable anonymous pkinit:
ipa pkinit-anonymous enable
- Disable Anonymous pkinit:
+ Disable anonymous pkinit:
ipa pkinit-anonymous disable
+
+For more information on anonymous pkinit see:
+
+http://k5wiki.kerberos.org/wiki/Projects/Anonymous_pkinit
"""
from ipalib import api, errors