On Fri, 2011-11-11 at 13:29 -0500, Rob Crittenden wrote: > Martin Kosek wrote: > > Remove config-mod options help from config module help to keep the > > option doc on one place and without unnecessary redundancy. The new > > format is more consistent with the rest of the plugins. Also fix > > several inconsistencies in the labels/doc, including: > > - using abbreviation when not needed > > - using '.' at the end of options help > > > > https://fedorahosted.org/freeipa/ticket/1906 > > ack, pushed to master >
Unfortunately, one option in the patch was changed after API.txt was generated. Fixed and pushed under one-liner rule. Martin
>From 7bba01cdfab592cdea329a52182f1509e8dfee1b Mon Sep 17 00:00:00 2001 From: Martin Kosek <[email protected]> Date: Mon, 14 Nov 2011 10:21:59 +0100 Subject: [PATCH] Fix API.txt Fix a post-makeapi change in one option's label in commit 62c110a3b89e3f37d1f1fa24a2a533a708d5de26 https://fedorahosted.org/freeipa/ticket/1906 --- API.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/API.txt b/API.txt index 11d06fe021c56cd75769fac29d8883b788c165cf..bafff6c0308985a5ebf87667220a52b82f168870 100644 --- a/API.txt +++ b/API.txt @@ -448,7 +448,7 @@ option: IA5Str('ipahomesrootdir', attribute=True, autofill=False, cli_name='home option: Str('ipadefaultloginshell', attribute=True, autofill=False, cli_name='defaultshell', label=Gettext('Default shell', domain='ipa', localedir=None), multivalue=False, required=False) option: Str('ipadefaultprimarygroup', attribute=True, autofill=False, cli_name='defaultgroup', label=Gettext('Default users group', domain='ipa', localedir=None), multivalue=False, required=False) option: Str('ipadefaultemaildomain', attribute=True, autofill=False, cli_name='emaildomain', label=Gettext('Default e-mail domain', domain='ipa', localedir=None), multivalue=False, required=False) -option: Int('ipasearchtimelimit', validate_searchtimelimit, attribute=True, autofill=False, cli_name='searchtimelimit'('Maximum amount of time (sec.) for a search (> 0, or -1 for unlimited)', domain='ipa', localedir=None), label=Gettext('Search time limit', domain='ipa', localedir=None), minvalue=-1, multivalue=False, required=False) +option: Int('ipasearchtimelimit', validate_searchtimelimit, attribute=True, autofill=False, cli_name='searchtimelimit'('Maximum amount of time (seconds) for a search (> 0, or -1 for unlimited)', domain='ipa', localedir=None), label=Gettext('Search time limit', domain='ipa', localedir=None), minvalue=-1, multivalue=False, required=False) option: Int('ipasearchrecordslimit', attribute=True, autofill=False, cli_name='searchrecordslimit', label=Gettext('Search size limit', domain='ipa', localedir=None), minvalue=-1, multivalue=False, required=False) option: IA5Str('ipausersearchfields', attribute=True, autofill=False, cli_name='usersearch', label=Gettext('User search fields', domain='ipa', localedir=None), multivalue=False, required=False) option: IA5Str('ipagroupsearchfields', attribute=True, autofill=False, cli_name='groupsearch', label='Group search fields', multivalue=False, required=False) -- 1.7.7
_______________________________________________ Freeipa-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/freeipa-devel
