diff options
author | Jan Cholasta <jcholast@redhat.com> | 2011-06-28 16:06:11 +0200 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2011-06-28 01:57:11 -0400 |
commit | 67b807d6402942061d9762f2c1ff31779b7d4744 (patch) | |
tree | 0663d60cacc6abb1df74805450064dcc2dc64b29 /API.txt | |
parent | f05141e6468ce972b9c0d9707a4d640fe40da2b7 (diff) | |
download | freeipa-67b807d6402942061d9762f2c1ff31779b7d4744.tar.gz freeipa-67b807d6402942061d9762f2c1ff31779b7d4744.tar.xz freeipa-67b807d6402942061d9762f2c1ff31779b7d4744.zip |
Replace the 'private' option in netgroup-find with 'managed'.
The 'private' option is kept in to maintain API compatibility, but
is hidden from the user.
ticket 1120
Diffstat (limited to 'API.txt')
-rw-r--r-- | API.txt | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1579,7 +1579,7 @@ output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), 'User-friendly output: Output('result', <type 'dict'>, 'list of deletions that failed') output: Output('value', <type 'unicode'>, "The primary_key value of the entry, e.g. 'jdoe' for a user") command: netgroup_find -args: 1,24,4 +args: 1,25,4 arg: Str('criteria?') option: Str('cn', attribute=True, autofill=False, cli_name='name', label=Gettext('Netgroup name', domain='ipa', localedir=None), multivalue=False, normalizer=<lambda>, primary_key=True, query=True, required=False) option: Str('description', attribute=True, autofill=False, cli_name='desc', label=Gettext('Description', domain='ipa', localedir=None), multivalue=False, query=True, required=False) @@ -1589,7 +1589,8 @@ option: StrEnum('usercategory', attribute=True, autofill=False, cli_name='userca option: StrEnum('hostcategory', attribute=True, autofill=False, cli_name='hostcat', label=Gettext('Host category', domain='ipa', localedir=None), multivalue=False, query=True, required=False, values=(u'all',)) option: Int('timelimit?', autofill=False, flags=['no_display'], label=Gettext('Time Limit', domain='ipa', localedir=None), minvalue=0) option: Int('sizelimit?', autofill=False, flags=['no_display'], label=Gettext('Size Limit', domain='ipa', localedir=None), minvalue=0) -option: Flag('private', autofill=True, cli_name='private', default=False) +option: Flag('private', autofill=True, default=False, exclude='webui', flags=['no_option', 'no_output']) +option: Flag('managed', autofill=True, cli_name='managed', default=False, default_from=<lambda>) option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui', flags=['no_output']) option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui', flags=['no_output']) option: Str('version?', exclude='webui', flags=['no_option', 'no_output']) |