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
commitb4722beb78cafcb196c10392a48b22022a425e8e (patch)
tree492c3e9d392604046ecf822ee14540f8eb4eb9e8
parent4ab9723584818615934edaf41400071b7be14560 (diff)
downloadfreeipa-b4722beb78cafcb196c10392a48b22022a425e8e.tar.gz
freeipa-b4722beb78cafcb196c10392a48b22022a425e8e.tar.xz
freeipa-b4722beb78cafcb196c10392a48b22022a425e8e.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',),
),