mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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>
This commit is contained in:
committed by
Martin Basti
parent
e5acd01ed2
commit
2596adb312
@@ -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',),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user