summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Heimes <cheimes@redhat.com>2015-07-23 18:22:19 +0200
committerMartin Basti <mbasti@redhat.com>2015-07-27 17:21:16 +0200
commit2596adb312700a6133a4405851af9aec62941cd9 (patch)
tree16c6fe0b03a043aa86627c9512dc45ce2143bfe1
parente5acd01ed2971be779e788937493844a9926bb96 (diff)
downloadfreeipa-2596adb312700a6133a4405851af9aec62941cd9.tar.gz
freeipa-2596adb312700a6133a4405851af9aec62941cd9.tar.xz
freeipa-2596adb312700a6133a4405851af9aec62941cd9.zip
certprofile-import: improve profile format documentation
The certprofile-import plugin expects a raw Dogtag config file. The XML format is not supported. --help gives a hint about the correct file format. https://fedorahosted.org/freeipa/ticket/5089 Reviewed-By: Fraser Tweedale <ftweedal@redhat.com>
-rw-r--r--ipalib/plugins/certprofile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugins/certprofile.py b/ipalib/plugins/certprofile.py
index 5550ed942..ae75d43d7 100644
--- a/ipalib/plugins/certprofile.py
+++ b/ipalib/plugins/certprofile.py
@@ -220,7 +220,7 @@ class certprofile_import(LDAPCreate):
msg_summary = _('Imported profile "%(value)s"')
takes_options = (
File('file',
- label=_('Filename'),
+ label=_('Filename of a raw profile. The XML format is not supported.'),
cli_name='file',
flags=('virtual_attribute',),
),