From 4d0e739345fe3039db16e0ee613431e1aa92cf02 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Fri, 4 Mar 2011 11:08:54 -0500 Subject: 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 --- ipalib/plugins/pkinit.py | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'ipalib/plugins/pkinit.py') diff --git a/ipalib/plugins/pkinit.py b/ipalib/plugins/pkinit.py index 76934f9e..55a06508 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 -- cgit