2011-01-13 13:29:16 -06:00
|
|
|
command: aci_add
|
2011-01-27 11:54:36 -06:00
|
|
|
args: 1,15,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('aciname', attribute=True, cli_name='name', multivalue=False, primary_key=True, required=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: StrEnum('aciprefix', cli_name='prefix', values=(u'permission', u'delegation', u'selfservice', u'none'))
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2011-11-21 09:50:27 -06:00
|
|
|
option: Str('attrs', attribute=False, cli_name='attrs', csv=True, multivalue=True, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('filter', attribute=False, cli_name='filter', multivalue=False, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('group', attribute=False, cli_name='group', multivalue=False, required=False)
|
|
|
|
option: Str('memberof', attribute=False, cli_name='memberof', multivalue=False, required=False)
|
|
|
|
option: Str('permission', attribute=False, cli_name='permission', multivalue=False, required=False)
|
|
|
|
option: Str('permissions', attribute=False, cli_name='permissions', csv=True, multivalue=True, required=True)
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Flag('selfaci', attribute=False, autofill=True, cli_name='self', default=False, multivalue=False, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('subtree', attribute=False, cli_name='subtree', multivalue=False, required=False)
|
|
|
|
option: Str('targetgroup', attribute=False, cli_name='targetgroup', multivalue=False, required=False)
|
2011-05-12 01:28:22 -05:00
|
|
|
option: Flag('test?', autofill=True, default=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: StrEnum('type', attribute=False, cli_name='type', multivalue=False, required=False, values=(u'user', u'group', u'host', u'service', u'hostgroup', u'netgroup', u'dnsrecord'))
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-01-13 13:29:16 -06:00
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: aci_del
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 1,2,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('aciname', attribute=True, cli_name='name', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: StrEnum('aciprefix', cli_name='prefix', values=(u'permission', u'delegation', u'selfservice', u'none'))
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('result', <type 'bool'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: aci_find
|
2012-01-16 04:14:59 -06:00
|
|
|
args: 1,16,4
|
2012-10-30 08:44:50 -05:00
|
|
|
arg: Str('criteria?', noextrawhitespace=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('aciname', attribute=False, autofill=False, cli_name='name', multivalue=False, primary_key=True, query=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: StrEnum('aciprefix?', cli_name='prefix', multivalue=False, required=False, values=(u'permission', u'delegation', u'selfservice', u'none'))
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2011-11-21 09:50:27 -06:00
|
|
|
option: Str('attrs', attribute=False, autofill=False, cli_name='attrs', csv=True, multivalue=True, query=True, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('filter', attribute=False, autofill=False, cli_name='filter', multivalue=False, query=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('group', attribute=False, autofill=False, cli_name='group', multivalue=False, query=True, required=False)
|
|
|
|
option: Str('memberof', attribute=False, autofill=False, cli_name='memberof', multivalue=False, query=True, required=False)
|
|
|
|
option: Str('permission', attribute=False, autofill=False, cli_name='permission', multivalue=False, query=True, required=False)
|
|
|
|
option: Str('permissions', attribute=False, autofill=False, cli_name='permissions', csv=True, multivalue=True, query=True, required=False)
|
2012-01-16 04:14:59 -06:00
|
|
|
option: Flag('pkey_only?', autofill=True, default=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Bool('selfaci', attribute=False, autofill=False, cli_name='self', default=False, multivalue=False, query=True, required=False)
|
|
|
|
option: Str('subtree', attribute=False, autofill=False, cli_name='subtree', multivalue=False, query=True, required=False)
|
|
|
|
option: Str('targetgroup', attribute=False, autofill=False, cli_name='targetgroup', multivalue=False, query=True, required=False)
|
|
|
|
option: StrEnum('type', attribute=False, autofill=False, cli_name='type', multivalue=False, query=True, required=False, values=(u'user', u'group', u'host', u'service', u'hostgroup', u'netgroup', u'dnsrecord'))
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('count', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: ListOfEntries('result', (<type 'list'>, <type 'tuple'>), Gettext('A list of LDAP entries', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('truncated', <type 'bool'>, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: aci_mod
|
2011-01-27 11:54:36 -06:00
|
|
|
args: 1,14,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('aciname', attribute=True, cli_name='name', multivalue=False, primary_key=True, query=True, required=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: StrEnum('aciprefix', cli_name='prefix', values=(u'permission', u'delegation', u'selfservice', u'none'))
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2011-11-21 09:50:27 -06:00
|
|
|
option: Str('attrs', attribute=False, autofill=False, cli_name='attrs', csv=True, multivalue=True, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('filter', attribute=False, autofill=False, cli_name='filter', multivalue=False, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('group', attribute=False, autofill=False, cli_name='group', multivalue=False, required=False)
|
|
|
|
option: Str('memberof', attribute=False, autofill=False, cli_name='memberof', multivalue=False, required=False)
|
|
|
|
option: Str('permission', attribute=False, autofill=False, cli_name='permission', multivalue=False, required=False)
|
|
|
|
option: Str('permissions', attribute=False, autofill=False, cli_name='permissions', csv=True, multivalue=True, required=False)
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Flag('selfaci', attribute=False, autofill=True, cli_name='self', default=False, multivalue=False, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('subtree', attribute=False, autofill=False, cli_name='subtree', multivalue=False, required=False)
|
|
|
|
option: Str('targetgroup', attribute=False, autofill=False, cli_name='targetgroup', multivalue=False, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: StrEnum('type', attribute=False, autofill=False, cli_name='type', multivalue=False, required=False, values=(u'user', u'group', u'host', u'service', u'hostgroup', u'netgroup', u'dnsrecord'))
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: aci_rename
|
2011-01-27 11:54:36 -06:00
|
|
|
args: 1,15,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('aciname', attribute=True, cli_name='name', multivalue=False, primary_key=True, query=True, required=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: StrEnum('aciprefix', cli_name='prefix', values=(u'permission', u'delegation', u'selfservice', u'none'))
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2011-11-21 09:50:27 -06:00
|
|
|
option: Str('attrs', attribute=False, autofill=False, cli_name='attrs', csv=True, multivalue=True, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('filter', attribute=False, autofill=False, cli_name='filter', multivalue=False, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('group', attribute=False, autofill=False, cli_name='group', multivalue=False, required=False)
|
|
|
|
option: Str('memberof', attribute=False, autofill=False, cli_name='memberof', multivalue=False, required=False)
|
2011-05-12 01:28:22 -05:00
|
|
|
option: Str('newname')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('permission', attribute=False, autofill=False, cli_name='permission', multivalue=False, required=False)
|
|
|
|
option: Str('permissions', attribute=False, autofill=False, cli_name='permissions', csv=True, multivalue=True, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('selfaci', attribute=False, autofill=True, cli_name='self', default=False, multivalue=False, required=False)
|
|
|
|
option: Str('subtree', attribute=False, autofill=False, cli_name='subtree', multivalue=False, required=False)
|
|
|
|
option: Str('targetgroup', attribute=False, autofill=False, cli_name='targetgroup', multivalue=False, required=False)
|
|
|
|
option: StrEnum('type', attribute=False, autofill=False, cli_name='type', multivalue=False, required=False, values=(u'user', u'group', u'host', u'service', u'hostgroup', u'netgroup', u'dnsrecord'))
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-01-13 13:29:16 -06:00
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: aci_show
|
2013-11-29 05:57:30 -06:00
|
|
|
args: 1,5,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('aciname', attribute=True, cli_name='name', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: StrEnum('aciprefix', cli_name='prefix', values=(u'permission', u'delegation', u'selfservice', u'none'))
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2013-11-29 05:57:30 -06:00
|
|
|
option: DNParam('location?')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2013-06-10 17:57:08 -05:00
|
|
|
command: adtrust_is_enabled
|
|
|
|
args: 0,1,1
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('result', None, None)
|
2011-08-30 19:48:15 -05:00
|
|
|
command: automember_add
|
2012-08-03 02:04:58 -05:00
|
|
|
args: 1,7,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', cli_name='automember_rule')
|
2012-08-03 02:04:58 -05:00
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('description', attribute=True, cli_name='desc', multivalue=False, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
|
|
|
option: StrEnum('type', values=(u'group', u'hostgroup'))
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-08-30 19:48:15 -05:00
|
|
|
command: automember_add_condition
|
|
|
|
args: 1,8,5
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', cli_name='automember_rule')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2011-11-21 09:50:27 -06:00
|
|
|
option: Str('automemberexclusiveregex*', alwaysask=True, cli_name='exclusive_regex', csv=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('automemberinclusiveregex*', alwaysask=True, cli_name='inclusive_regex', csv=True)
|
|
|
|
option: Str('description', attribute=True, autofill=False, cli_name='desc', multivalue=False, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('key')
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: StrEnum('type', values=(u'group', u'hostgroup'))
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('completed', <type 'int'>, None)
|
|
|
|
output: Output('failed', <type 'dict'>, None)
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-08-30 19:48:15 -05:00
|
|
|
command: automember_default_group_remove
|
|
|
|
args: 0,5,3
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('description', attribute=True, autofill=False, cli_name='desc', multivalue=False, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: StrEnum('type', values=(u'group', u'hostgroup'))
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-08-30 19:48:15 -05:00
|
|
|
command: automember_default_group_set
|
|
|
|
args: 0,6,3
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('automemberdefaultgroup', cli_name='default_group')
|
|
|
|
option: Str('description', attribute=True, autofill=False, cli_name='desc', multivalue=False, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: StrEnum('type', values=(u'group', u'hostgroup'))
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-08-30 19:48:15 -05:00
|
|
|
command: automember_default_group_show
|
|
|
|
args: 0,4,3
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: StrEnum('type', values=(u'group', u'hostgroup'))
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-08-30 19:48:15 -05:00
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-08-30 19:48:15 -05:00
|
|
|
command: automember_del
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 1,2,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', cli_name='automember_rule')
|
|
|
|
option: StrEnum('type', values=(u'group', u'hostgroup'))
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('result', <type 'dict'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: ListOfPrimaryKeys('value', None, None)
|
2011-08-30 19:48:15 -05:00
|
|
|
command: automember_find
|
|
|
|
args: 1,5,4
|
|
|
|
arg: Str('criteria?', noextrawhitespace=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('description', attribute=True, autofill=False, cli_name='desc', multivalue=False, query=True, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: StrEnum('type', values=(u'group', u'hostgroup'))
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('count', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: ListOfEntries('result', (<type 'list'>, <type 'tuple'>), Gettext('A list of LDAP entries', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('truncated', <type 'bool'>, None)
|
2011-08-30 19:48:15 -05:00
|
|
|
command: automember_mod
|
2012-08-03 02:04:58 -05:00
|
|
|
args: 1,9,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', cli_name='automember_rule')
|
2012-08-03 02:04:58 -05:00
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-08-03 02:04:58 -05:00
|
|
|
option: Str('delattr*', cli_name='delattr', exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('description', attribute=True, autofill=False, cli_name='desc', multivalue=False, required=False)
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-08-03 02:04:58 -05:00
|
|
|
option: Flag('rights', autofill=True, default=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: StrEnum('type', values=(u'group', u'hostgroup'))
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2013-09-19 07:01:58 -05:00
|
|
|
command: automember_rebuild
|
2014-03-25 08:47:03 -05:00
|
|
|
args: 0,7,3
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2013-09-19 07:01:58 -05:00
|
|
|
option: Str('hosts*')
|
2014-03-25 08:47:03 -05:00
|
|
|
option: Flag('no_wait?', autofill=True, default=False)
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2013-09-19 07:01:58 -05:00
|
|
|
option: StrEnum('type', cli_name='type', multivalue=False, required=False, values=(u'group', u'hostgroup'))
|
|
|
|
option: Str('users*')
|
|
|
|
option: Str('version?', exclude='webui')
|
2014-03-25 08:47:03 -05:00
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2013-09-19 07:01:58 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-08-30 19:48:15 -05:00
|
|
|
command: automember_remove_condition
|
|
|
|
args: 1,8,5
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', cli_name='automember_rule')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2011-11-21 09:50:27 -06:00
|
|
|
option: Str('automemberexclusiveregex*', alwaysask=True, cli_name='exclusive_regex', csv=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('automemberinclusiveregex*', alwaysask=True, cli_name='inclusive_regex', csv=True)
|
|
|
|
option: Str('description', attribute=True, autofill=False, cli_name='desc', multivalue=False, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('key')
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: StrEnum('type', values=(u'group', u'hostgroup'))
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('completed', <type 'int'>, None)
|
|
|
|
output: Output('failed', <type 'dict'>, None)
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-08-30 19:48:15 -05:00
|
|
|
command: automember_show
|
|
|
|
args: 1,4,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', cli_name='automember_rule')
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: StrEnum('type', values=(u'group', u'hostgroup'))
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: automountkey_add
|
2010-12-19 13:23:16 -06:00
|
|
|
args: 2,7,3
|
2014-04-10 07:56:50 -05:00
|
|
|
arg: Str('automountlocationcn', cli_name='automountlocation', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
arg: IA5Str('automountmapautomountmapname', cli_name='automountmap', multivalue=False, primary_key=True, query=True, required=True)
|
2011-11-29 02:59:11 -06:00
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: IA5Str('automountinformation', attribute=True, cli_name='info', multivalue=False, required=True)
|
|
|
|
option: IA5Str('automountkey', attribute=True, cli_name='key', multivalue=False, required=True)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: automountkey_del
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 2,4,3
|
2014-04-10 07:56:50 -05:00
|
|
|
arg: Str('automountlocationcn', cli_name='automountlocation', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
arg: IA5Str('automountmapautomountmapname', cli_name='automountmap', multivalue=False, primary_key=True, query=True, required=True)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: IA5Str('automountinformation?', cli_name='info')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: IA5Str('automountkey', cli_name='key')
|
|
|
|
option: Flag('continue', autofill=True, cli_name='continue', default=False, exclude='webui', multivalue=False, required=True)
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('result', <type 'dict'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: ListOfPrimaryKeys('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: automountkey_find
|
2010-12-19 13:23:16 -06:00
|
|
|
args: 3,7,4
|
2014-04-10 07:56:50 -05:00
|
|
|
arg: Str('automountlocationcn', cli_name='automountlocation', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
arg: IA5Str('automountmapautomountmapname', cli_name='automountmap', multivalue=False, primary_key=True, query=True, required=True)
|
2011-06-24 13:32:57 -05:00
|
|
|
arg: Str('criteria?', noextrawhitespace=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: IA5Str('automountinformation', attribute=True, autofill=False, cli_name='info', multivalue=False, query=True, required=False)
|
|
|
|
option: IA5Str('automountkey', attribute=True, autofill=False, cli_name='key', multivalue=False, query=True, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('sizelimit?', autofill=False, minvalue=0)
|
|
|
|
option: Int('timelimit?', autofill=False, minvalue=0)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('count', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: ListOfEntries('result', (<type 'list'>, <type 'tuple'>), Gettext('A list of LDAP entries', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('truncated', <type 'bool'>, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: automountkey_mod
|
2011-11-29 02:59:11 -06:00
|
|
|
args: 2,11,3
|
2014-04-10 07:56:50 -05:00
|
|
|
arg: Str('automountlocationcn', cli_name='automountlocation', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
arg: IA5Str('automountmapautomountmapname', cli_name='automountmap', multivalue=False, primary_key=True, query=True, required=True)
|
2011-11-29 02:59:11 -06:00
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: IA5Str('automountinformation', attribute=True, autofill=False, cli_name='info', multivalue=False, required=False)
|
|
|
|
option: IA5Str('automountkey', alwaysask=False, attribute=True, cli_name='key', multivalue=False, required=True)
|
2011-11-29 02:59:11 -06:00
|
|
|
option: Str('delattr*', cli_name='delattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: IA5Str('newautomountinformation?', cli_name='newinfo')
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('rename', cli_name='rename', exclude='webui', multivalue=False, primary_key=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('rights', autofill=True, default=False)
|
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: automountkey_show
|
2010-12-19 13:23:16 -06:00
|
|
|
args: 2,6,3
|
2014-04-10 07:56:50 -05:00
|
|
|
arg: Str('automountlocationcn', cli_name='automountlocation', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
arg: IA5Str('automountmapautomountmapname', cli_name='automountmap', multivalue=False, primary_key=True, query=True, required=True)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: IA5Str('automountinformation?', cli_name='info')
|
|
|
|
option: IA5Str('automountkey', cli_name='key')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('rights', autofill=True, default=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: automountlocation_add
|
|
|
|
args: 1,5,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='location', multivalue=False, primary_key=True, required=True)
|
2011-11-29 02:59:11 -06:00
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: automountlocation_del
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 1,2,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='location', multivalue=True, primary_key=True, query=True, required=True)
|
2011-05-12 01:28:22 -05:00
|
|
|
option: Flag('continue', autofill=True, cli_name='continue', default=False)
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('result', <type 'dict'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: ListOfPrimaryKeys('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: automountlocation_find
|
2011-10-26 04:12:38 -05:00
|
|
|
args: 1,7,4
|
2011-06-24 13:32:57 -05:00
|
|
|
arg: Str('criteria?', noextrawhitespace=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('cn', attribute=True, autofill=False, cli_name='location', multivalue=False, primary_key=True, query=True, required=False)
|
|
|
|
option: Flag('pkey_only?', autofill=True, default=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('sizelimit?', autofill=False, minvalue=0)
|
|
|
|
option: Int('timelimit?', autofill=False, minvalue=0)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('count', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: ListOfEntries('result', (<type 'list'>, <type 'tuple'>), Gettext('A list of LDAP entries', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('truncated', <type 'bool'>, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: automountlocation_import
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 2,2,1
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='location', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
arg: Str('masterfile')
|
2011-05-12 01:28:22 -05:00
|
|
|
option: Flag('continue?', autofill=True, cli_name='continue', default=False)
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-01-13 13:29:16 -06:00
|
|
|
output: Output('result', None, None)
|
|
|
|
command: automountlocation_show
|
|
|
|
args: 1,4,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='location', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('rights', autofill=True, default=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: automountlocation_tofiles
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 1,1,1
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='location', multivalue=False, primary_key=True, query=True, required=True)
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-01-13 13:29:16 -06:00
|
|
|
output: Output('result', None, None)
|
|
|
|
command: automountmap_add
|
|
|
|
args: 2,6,3
|
2014-04-10 07:56:50 -05:00
|
|
|
arg: Str('automountlocationcn', cli_name='automountlocation', multivalue=False, primary_key=True, query=True, required=True)
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: IA5Str('automountmapname', attribute=True, cli_name='map', multivalue=False, primary_key=True, required=True)
|
2011-11-29 02:59:11 -06:00
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('description', attribute=True, cli_name='desc', multivalue=False, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: automountmap_add_indirect
|
|
|
|
args: 2,8,3
|
2014-04-10 07:56:50 -05:00
|
|
|
arg: Str('automountlocationcn', cli_name='automountlocation', multivalue=False, primary_key=True, query=True, required=True)
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: IA5Str('automountmapname', attribute=True, cli_name='map', multivalue=False, primary_key=True, required=True)
|
2011-11-29 02:59:11 -06:00
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Str('description', attribute=True, cli_name='desc', multivalue=False, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('key', cli_name='mount')
|
|
|
|
option: Str('parentmap?', autofill=True, cli_name='parentmap', default=u'auto.master')
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: automountmap_del
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 2,2,3
|
2014-04-10 07:56:50 -05:00
|
|
|
arg: Str('automountlocationcn', cli_name='automountlocation', multivalue=False, primary_key=True, query=True, required=True)
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: IA5Str('automountmapname', attribute=True, cli_name='map', multivalue=True, primary_key=True, query=True, required=True)
|
2011-05-12 01:28:22 -05:00
|
|
|
option: Flag('continue', autofill=True, cli_name='continue', default=False)
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('result', <type 'dict'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: ListOfPrimaryKeys('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: automountmap_find
|
2011-10-26 04:12:38 -05:00
|
|
|
args: 2,8,4
|
2014-04-10 07:56:50 -05:00
|
|
|
arg: Str('automountlocationcn', cli_name='automountlocation', multivalue=False, primary_key=True, query=True, required=True)
|
2011-06-24 13:32:57 -05:00
|
|
|
arg: Str('criteria?', noextrawhitespace=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: IA5Str('automountmapname', attribute=True, autofill=False, cli_name='map', multivalue=False, primary_key=True, query=True, required=False)
|
|
|
|
option: Str('description', attribute=True, autofill=False, cli_name='desc', multivalue=False, query=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('pkey_only?', autofill=True, default=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('sizelimit?', autofill=False, minvalue=0)
|
|
|
|
option: Int('timelimit?', autofill=False, minvalue=0)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('count', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: ListOfEntries('result', (<type 'list'>, <type 'tuple'>), Gettext('A list of LDAP entries', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('truncated', <type 'bool'>, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: automountmap_mod
|
2011-11-29 02:59:11 -06:00
|
|
|
args: 2,8,3
|
2014-04-10 07:56:50 -05:00
|
|
|
arg: Str('automountlocationcn', cli_name='automountlocation', multivalue=False, primary_key=True, query=True, required=True)
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: IA5Str('automountmapname', attribute=True, cli_name='map', multivalue=False, primary_key=True, query=True, required=True)
|
2011-11-29 02:59:11 -06:00
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('delattr*', cli_name='delattr', exclude='webui')
|
|
|
|
option: Str('description', attribute=True, autofill=False, cli_name='desc', multivalue=False, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('rights', autofill=True, default=False)
|
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: automountmap_show
|
|
|
|
args: 2,4,3
|
2014-04-10 07:56:50 -05:00
|
|
|
arg: Str('automountlocationcn', cli_name='automountlocation', multivalue=False, primary_key=True, query=True, required=True)
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: IA5Str('automountmapname', attribute=True, cli_name='map', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('rights', autofill=True, default=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: batch
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 1,1,2
|
2011-11-21 09:50:27 -06:00
|
|
|
arg: Any('methods*')
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('count', <type 'int'>, None)
|
2012-04-04 09:24:15 -05:00
|
|
|
output: Output('results', (<type 'list'>, <type 'tuple'>), None)
|
2014-10-13 07:30:15 -05:00
|
|
|
command: ca_is_enabled
|
|
|
|
args: 0,1,3
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('result', <type 'bool'>, None)
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
|
|
|
output: PrimaryKey('value', None, None)
|
2012-11-15 09:55:33 -06:00
|
|
|
command: cert_find
|
|
|
|
args: 0,17,4
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Flag('exactly?', autofill=True, default=False)
|
|
|
|
option: Str('issuedon_from?', autofill=False)
|
|
|
|
option: Str('issuedon_to?', autofill=False)
|
2014-02-25 09:20:04 -06:00
|
|
|
option: Int('max_serial_number?', autofill=False, maxvalue=2147483647, minvalue=0)
|
|
|
|
option: Int('min_serial_number?', autofill=False, maxvalue=2147483647, minvalue=0)
|
2012-11-15 09:55:33 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Int('revocation_reason?', autofill=False, maxvalue=10, minvalue=0)
|
|
|
|
option: Str('revokedon_from?', autofill=False)
|
|
|
|
option: Str('revokedon_to?', autofill=False)
|
|
|
|
option: Int('sizelimit?', default=100, minvalue=0)
|
|
|
|
option: Str('subject?', autofill=False)
|
|
|
|
option: Str('validnotafter_from?', autofill=False)
|
|
|
|
option: Str('validnotafter_to?', autofill=False)
|
|
|
|
option: Str('validnotbefore_from?', autofill=False)
|
|
|
|
option: Str('validnotbefore_to?', autofill=False)
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('count', <type 'int'>, None)
|
|
|
|
output: ListOfEntries('result', (<type 'list'>, <type 'tuple'>), Gettext('A list of LDAP entries', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
|
|
|
output: Output('truncated', <type 'bool'>, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: cert_remove_hold
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 1,1,1
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('serial_number')
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-01-13 13:29:16 -06:00
|
|
|
output: Output('result', None, None)
|
|
|
|
command: cert_request
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 1,4,1
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: File('csr', cli_name='csr_file')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('add', autofill=True, default=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('principal')
|
2011-01-13 13:29:16 -06:00
|
|
|
option: Str('request_type', autofill=True, default=u'pkcs10')
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('result', <type 'dict'>, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: cert_revoke
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 1,2,1
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('serial_number')
|
2012-04-04 13:57:22 -05:00
|
|
|
option: Int('revocation_reason', autofill=True, default=0, maxvalue=10, minvalue=0)
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-01-13 13:29:16 -06:00
|
|
|
output: Output('result', None, None)
|
|
|
|
command: cert_show
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 1,2,1
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('serial_number')
|
|
|
|
option: Str('out?', exclude='webui')
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-01-13 13:29:16 -06:00
|
|
|
output: Output('result', None, None)
|
|
|
|
command: cert_status
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 1,1,1
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('request_id')
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2013-08-02 09:14:27 -05:00
|
|
|
output: Output('result', None, None)
|
|
|
|
command: compat_is_enabled
|
|
|
|
args: 0,1,1
|
|
|
|
option: Str('version?', exclude='webui')
|
2011-01-13 13:29:16 -06:00
|
|
|
output: Output('result', None, None)
|
|
|
|
command: config_mod
|
2013-09-18 14:48:23 -05:00
|
|
|
args: 0,25,3
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Str('delattr*', cli_name='delattr', exclude='webui')
|
2013-10-29 05:37:03 -05:00
|
|
|
option: StrEnum('ipaconfigstring', attribute=True, autofill=False, cli_name='ipaconfigstring', csv=True, multivalue=True, required=False, values=(u'AllowNThash', u'KDC:Disable Last Success', u'KDC:Disable Lockout'))
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('ipadefaultemaildomain', attribute=True, autofill=False, cli_name='emaildomain', multivalue=False, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('ipadefaultloginshell', attribute=True, autofill=False, cli_name='defaultshell', multivalue=False, required=False)
|
|
|
|
option: Str('ipadefaultprimarygroup', attribute=True, autofill=False, cli_name='defaultgroup', multivalue=False, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('ipagroupobjectclasses', attribute=True, autofill=False, cli_name='groupobjectclasses', csv=True, multivalue=True, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: IA5Str('ipagroupsearchfields', attribute=True, autofill=False, cli_name='groupsearch', multivalue=False, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: IA5Str('ipahomesrootdir', attribute=True, autofill=False, cli_name='homedirectory', multivalue=False, required=False)
|
2013-03-04 07:52:10 -06:00
|
|
|
option: StrEnum('ipakrbauthzdata', attribute=True, autofill=False, cli_name='pac_type', csv=True, multivalue=True, required=False, values=(u'MS-PAC', u'PAD', u'nfs:NONE'))
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('ipamaxusernamelength', attribute=True, autofill=False, cli_name='maxusername', minvalue=1, multivalue=False, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Bool('ipamigrationenabled', attribute=True, autofill=False, cli_name='enable_migration', multivalue=False, required=False)
|
|
|
|
option: Int('ipapwdexpadvnotify', attribute=True, autofill=False, cli_name='pwdexpnotify', minvalue=0, multivalue=False, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('ipasearchrecordslimit', attribute=True, autofill=False, cli_name='searchrecordslimit', minvalue=-1, multivalue=False, required=False)
|
|
|
|
option: Int('ipasearchtimelimit', attribute=True, autofill=False, cli_name='searchtimelimit', minvalue=-1, multivalue=False, required=False)
|
2011-11-23 15:59:21 -06:00
|
|
|
option: Str('ipaselinuxusermapdefault', attribute=True, autofill=False, cli_name='ipaselinuxusermapdefault', multivalue=False, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('ipaselinuxusermaporder', attribute=True, autofill=False, cli_name='ipaselinuxusermaporder', multivalue=False, required=False)
|
2014-11-13 01:42:55 -06:00
|
|
|
option: StrEnum('ipauserauthtype', attribute=True, autofill=False, cli_name='user_auth_type', csv=True, multivalue=True, required=False, values=(u'password', u'radius', u'otp', u'disabled'))
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('ipauserobjectclasses', attribute=True, autofill=False, cli_name='userobjectclasses', csv=True, multivalue=True, required=False)
|
|
|
|
option: IA5Str('ipausersearchfields', attribute=True, autofill=False, cli_name='usersearch', multivalue=False, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('rights', autofill=True, default=False)
|
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: config_show
|
|
|
|
args: 0,4,3
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('rights', autofill=True, default=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-01-13 13:29:16 -06:00
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: cosentry_add
|
|
|
|
args: 1,7,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='cn', multivalue=False, primary_key=True, required=True)
|
2011-11-29 02:59:11 -06:00
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('cospriority', attribute=True, cli_name='cospriority', minvalue=0, multivalue=False, required=True)
|
|
|
|
option: DNParam('krbpwdpolicyreference', attribute=True, cli_name='krbpwdpolicyreference', multivalue=False, required=True)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: cosentry_del
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 1,2,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='cn', multivalue=True, primary_key=True, query=True, required=True)
|
2011-05-12 01:28:22 -05:00
|
|
|
option: Flag('continue', autofill=True, cli_name='continue', default=False)
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('result', <type 'dict'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: ListOfPrimaryKeys('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: cosentry_find
|
2011-10-26 04:12:38 -05:00
|
|
|
args: 1,9,4
|
2011-06-24 13:32:57 -05:00
|
|
|
arg: Str('criteria?', noextrawhitespace=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('cn', attribute=True, autofill=False, cli_name='cn', multivalue=False, primary_key=True, query=True, required=False)
|
|
|
|
option: Int('cospriority', attribute=True, autofill=False, cli_name='cospriority', minvalue=0, multivalue=False, query=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: DNParam('krbpwdpolicyreference', attribute=True, autofill=False, cli_name='krbpwdpolicyreference', multivalue=False, query=True, required=False)
|
|
|
|
option: Flag('pkey_only?', autofill=True, default=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('sizelimit?', autofill=False, minvalue=0)
|
|
|
|
option: Int('timelimit?', autofill=False, minvalue=0)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('count', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: ListOfEntries('result', (<type 'list'>, <type 'tuple'>), Gettext('A list of LDAP entries', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('truncated', <type 'bool'>, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: cosentry_mod
|
2011-11-29 02:59:11 -06:00
|
|
|
args: 1,9,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='cn', multivalue=False, primary_key=True, query=True, required=True)
|
2011-11-29 02:59:11 -06:00
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('cospriority', attribute=True, autofill=False, cli_name='cospriority', minvalue=0, multivalue=False, required=False)
|
|
|
|
option: Str('delattr*', cli_name='delattr', exclude='webui')
|
|
|
|
option: DNParam('krbpwdpolicyreference', attribute=True, autofill=False, cli_name='krbpwdpolicyreference', multivalue=False, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('rights', autofill=True, default=False)
|
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: cosentry_show
|
|
|
|
args: 1,4,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='cn', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('rights', autofill=True, default=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: delegation_add
|
|
|
|
args: 1,7,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('aciname', attribute=True, cli_name='name', multivalue=False, primary_key=True, required=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2011-11-21 09:50:27 -06:00
|
|
|
option: Str('attrs', attribute=True, cli_name='attrs', csv=True, multivalue=True, required=True)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('group', attribute=True, cli_name='group', multivalue=False, required=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('memberof', attribute=True, cli_name='membergroup', multivalue=False, required=True)
|
|
|
|
option: Str('permissions', attribute=True, cli_name='permissions', csv=True, multivalue=True, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: delegation_del
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 1,1,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('aciname', attribute=True, cli_name='name', multivalue=False, primary_key=True, query=True, required=True)
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('result', <type 'bool'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: delegation_find
|
2012-01-16 04:14:59 -06:00
|
|
|
args: 1,9,4
|
2012-10-30 08:44:50 -05:00
|
|
|
arg: Str('criteria?', noextrawhitespace=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('aciname', attribute=True, autofill=False, cli_name='name', multivalue=False, primary_key=True, query=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2011-11-21 09:50:27 -06:00
|
|
|
option: Str('attrs', attribute=True, autofill=False, cli_name='attrs', csv=True, multivalue=True, query=True, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('group', attribute=True, autofill=False, cli_name='group', multivalue=False, query=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('memberof', attribute=True, autofill=False, cli_name='membergroup', multivalue=False, query=True, required=False)
|
|
|
|
option: Str('permissions', attribute=True, autofill=False, cli_name='permissions', csv=True, multivalue=True, query=True, required=False)
|
2012-01-16 04:14:59 -06:00
|
|
|
option: Flag('pkey_only?', autofill=True, default=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('count', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: ListOfEntries('result', (<type 'list'>, <type 'tuple'>), Gettext('A list of LDAP entries', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('truncated', <type 'bool'>, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: delegation_mod
|
|
|
|
args: 1,7,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('aciname', attribute=True, cli_name='name', multivalue=False, primary_key=True, query=True, required=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2011-11-21 09:50:27 -06:00
|
|
|
option: Str('attrs', attribute=True, autofill=False, cli_name='attrs', csv=True, multivalue=True, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('group', attribute=True, autofill=False, cli_name='group', multivalue=False, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('memberof', attribute=True, autofill=False, cli_name='membergroup', multivalue=False, required=False)
|
|
|
|
option: Str('permissions', attribute=True, autofill=False, cli_name='permissions', csv=True, multivalue=True, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: delegation_show
|
|
|
|
args: 1,3,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('aciname', attribute=True, cli_name='name', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('version?', exclude='webui')
|
2011-01-13 13:29:16 -06:00
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-17 11:28:24 -06:00
|
|
|
command: dns_is_enabled
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 0,1,3
|
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('result', <type 'bool'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: dns_resolve
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 1,1,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('hostname')
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('result', <type 'bool'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2012-02-10 05:54:49 -06:00
|
|
|
command: dnsconfig_mod
|
2012-03-07 08:54:38 -06:00
|
|
|
args: 0,11,3
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Str('delattr*', cli_name='delattr', exclude='webui')
|
|
|
|
option: Bool('idnsallowsyncptr', attribute=True, autofill=False, cli_name='allow_sync_ptr', multivalue=False, required=False)
|
2012-02-10 05:54:49 -06:00
|
|
|
option: Str('idnsforwarders', attribute=True, autofill=False, cli_name='forwarder', csv=True, multivalue=True, required=False)
|
2012-10-29 03:15:08 -05:00
|
|
|
option: StrEnum('idnsforwardpolicy', attribute=True, autofill=False, cli_name='forward_policy', multivalue=False, required=False, values=(u'only', u'first', u'none'))
|
2013-08-09 04:55:49 -05:00
|
|
|
option: DeprecatedParam('idnszonerefresh', attribute=True, autofill=False, cli_name='zone_refresh', multivalue=False, required=False)
|
2012-02-10 05:54:49 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('rights', autofill=True, default=False)
|
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
2012-02-10 05:54:49 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2012-02-10 05:54:49 -06:00
|
|
|
command: dnsconfig_show
|
|
|
|
args: 0,4,3
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2014-05-22 08:01:27 -05:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Flag('rights', autofill=True, default=False)
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
|
|
|
output: PrimaryKey('value', None, None)
|
|
|
|
command: dnsforwardzone_add
|
|
|
|
args: 1,8,3
|
|
|
|
arg: DNSNameParam('idnsname', attribute=True, cli_name='name', multivalue=False, only_absolute=True, primary_key=True, required=True)
|
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Str('idnsforwarders', attribute=True, cli_name='forwarder', csv=True, multivalue=True, required=False)
|
|
|
|
option: StrEnum('idnsforwardpolicy', attribute=True, cli_name='forward_policy', multivalue=False, required=False, values=(u'only', u'first', u'none'))
|
|
|
|
option: Str('name_from_ip', attribute=False, cli_name='name_from_ip', multivalue=False, required=False)
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
|
|
|
output: PrimaryKey('value', None, None)
|
|
|
|
command: dnsforwardzone_add_permission
|
|
|
|
args: 1,1,3
|
|
|
|
arg: DNSNameParam('idnsname', attribute=True, cli_name='name', multivalue=False, only_absolute=True, primary_key=True, query=True, required=True)
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('result', <type 'bool'>, None)
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
|
|
|
output: Output('value', <type 'unicode'>, None)
|
|
|
|
command: dnsforwardzone_del
|
|
|
|
args: 1,2,3
|
|
|
|
arg: DNSNameParam('idnsname', attribute=True, cli_name='name', multivalue=True, only_absolute=True, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('continue', autofill=True, cli_name='continue', default=False)
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('result', <type 'dict'>, None)
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
|
|
|
output: ListOfPrimaryKeys('value', None, None)
|
|
|
|
command: dnsforwardzone_disable
|
|
|
|
args: 1,1,3
|
|
|
|
arg: DNSNameParam('idnsname', attribute=True, cli_name='name', multivalue=False, only_absolute=True, primary_key=True, query=True, required=True)
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('result', <type 'bool'>, None)
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
|
|
|
output: PrimaryKey('value', None, None)
|
|
|
|
command: dnsforwardzone_enable
|
|
|
|
args: 1,1,3
|
|
|
|
arg: DNSNameParam('idnsname', attribute=True, cli_name='name', multivalue=False, only_absolute=True, primary_key=True, query=True, required=True)
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('result', <type 'bool'>, None)
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
|
|
|
output: PrimaryKey('value', None, None)
|
|
|
|
command: dnsforwardzone_find
|
|
|
|
args: 1,11,4
|
|
|
|
arg: Str('criteria?', noextrawhitespace=False)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Str('idnsforwarders', attribute=True, autofill=False, cli_name='forwarder', csv=True, multivalue=True, query=True, required=False)
|
|
|
|
option: StrEnum('idnsforwardpolicy', attribute=True, autofill=False, cli_name='forward_policy', multivalue=False, query=True, required=False, values=(u'only', u'first', u'none'))
|
|
|
|
option: DNSNameParam('idnsname', attribute=True, autofill=False, cli_name='name', multivalue=False, only_absolute=True, primary_key=True, query=True, required=False)
|
|
|
|
option: Bool('idnszoneactive', attribute=True, autofill=False, cli_name='zone_active', multivalue=False, query=True, required=False)
|
|
|
|
option: Str('name_from_ip', attribute=False, autofill=False, cli_name='name_from_ip', multivalue=False, query=True, required=False)
|
|
|
|
option: Flag('pkey_only?', autofill=True, default=False)
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Int('sizelimit?', autofill=False, minvalue=0)
|
|
|
|
option: Int('timelimit?', autofill=False, minvalue=0)
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('count', <type 'int'>, None)
|
|
|
|
output: ListOfEntries('result', (<type 'list'>, <type 'tuple'>), Gettext('A list of LDAP entries', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
|
|
|
output: Output('truncated', <type 'bool'>, None)
|
|
|
|
command: dnsforwardzone_mod
|
|
|
|
args: 1,10,3
|
|
|
|
arg: DNSNameParam('idnsname', attribute=True, cli_name='name', multivalue=False, only_absolute=True, primary_key=True, query=True, required=True)
|
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Str('delattr*', cli_name='delattr', exclude='webui')
|
|
|
|
option: Str('idnsforwarders', attribute=True, autofill=False, cli_name='forwarder', csv=True, multivalue=True, required=False)
|
|
|
|
option: StrEnum('idnsforwardpolicy', attribute=True, autofill=False, cli_name='forward_policy', multivalue=False, required=False, values=(u'only', u'first', u'none'))
|
|
|
|
option: Str('name_from_ip', attribute=False, autofill=False, cli_name='name_from_ip', multivalue=False, required=False)
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Flag('rights', autofill=True, default=False)
|
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
|
|
|
output: PrimaryKey('value', None, None)
|
|
|
|
command: dnsforwardzone_remove_permission
|
|
|
|
args: 1,1,3
|
|
|
|
arg: DNSNameParam('idnsname', attribute=True, cli_name='name', multivalue=False, only_absolute=True, primary_key=True, query=True, required=True)
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('result', <type 'bool'>, None)
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
|
|
|
output: Output('value', <type 'unicode'>, None)
|
|
|
|
command: dnsforwardzone_show
|
|
|
|
args: 1,4,3
|
|
|
|
arg: DNSNameParam('idnsname', attribute=True, cli_name='name', multivalue=False, only_absolute=True, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-02-10 05:54:49 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('rights', autofill=True, default=False)
|
2012-02-10 05:54:49 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: dnsrecord_add
|
2015-03-04 08:13:48 -06:00
|
|
|
args: 2,100,3
|
2014-04-11 07:14:37 -05:00
|
|
|
arg: DNSNameParam('dnszoneidnsname', cli_name='dnszone', multivalue=False, only_absolute=True, primary_key=True, query=True, required=True)
|
|
|
|
arg: DNSNameParam('idnsname', attribute=True, cli_name='name', multivalue=False, primary_key=True, required=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('a6_part_data', attribute=False, cli_name='a6_data', multivalue=False, option_group=u'A6 Record', required=False)
|
|
|
|
option: A6Record('a6record', attribute=True, cli_name='a6_rec', csv=True, multivalue=True, option_group=u'A6 Record', required=False)
|
2012-02-24 07:15:24 -06:00
|
|
|
option: Flag('a_extra_create_reverse', attribute=False, autofill=True, cli_name='a_create_reverse', default=False, multivalue=False, option_group=u'A Record', required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('a_part_ip_address', attribute=False, cli_name='a_ip_address', multivalue=False, option_group=u'A Record', required=False)
|
2012-02-24 07:15:24 -06:00
|
|
|
option: Flag('aaaa_extra_create_reverse', attribute=False, autofill=True, cli_name='aaaa_create_reverse', default=False, multivalue=False, option_group=u'AAAA Record', required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('aaaa_part_ip_address', attribute=False, cli_name='aaaa_ip_address', multivalue=False, option_group=u'AAAA Record', required=False)
|
|
|
|
option: AAAARecord('aaaarecord', attribute=True, cli_name='aaaa_rec', csv=True, multivalue=True, option_group=u'AAAA Record', required=False)
|
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
2014-04-11 07:14:37 -05:00
|
|
|
option: DNSNameParam('afsdb_part_hostname', attribute=False, cli_name='afsdb_hostname', multivalue=False, option_group=u'AFSDB Record', required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('afsdb_part_subtype', attribute=False, cli_name='afsdb_subtype', maxvalue=65535, minvalue=0, multivalue=False, option_group=u'AFSDB Record', required=False)
|
|
|
|
option: AFSDBRecord('afsdbrecord', attribute=True, cli_name='afsdb_rec', csv=True, multivalue=True, option_group=u'AFSDB Record', required=False)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-01-12 02:37:36 -06:00
|
|
|
option: APLRecord('aplrecord', attribute=True, cli_name='apl_rec', csv=True, multivalue=True, option_group=u'APL Record', required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: ARecord('arecord', attribute=True, cli_name='a_rec', csv=True, multivalue=True, option_group=u'A Record', required=False)
|
2012-01-12 02:37:36 -06:00
|
|
|
option: Int('cert_part_algorithm', attribute=False, cli_name='cert_algorithm', maxvalue=255, minvalue=0, multivalue=False, option_group=u'CERT Record', required=False)
|
|
|
|
option: Str('cert_part_certificate_or_crl', attribute=False, cli_name='cert_certificate_or_crl', multivalue=False, option_group=u'CERT Record', required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('cert_part_key_tag', attribute=False, cli_name='cert_key_tag', maxvalue=65535, minvalue=0, multivalue=False, option_group=u'CERT Record', required=False)
|
|
|
|
option: Int('cert_part_type', attribute=False, cli_name='cert_type', maxvalue=65535, minvalue=0, multivalue=False, option_group=u'CERT Record', required=False)
|
|
|
|
option: CERTRecord('certrecord', attribute=True, cli_name='cert_rec', csv=True, multivalue=True, option_group=u'CERT Record', required=False)
|
2014-04-11 07:14:37 -05:00
|
|
|
option: DNSNameParam('cname_part_hostname', attribute=False, cli_name='cname_hostname', multivalue=False, option_group=u'CNAME Record', required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: CNAMERecord('cnamerecord', attribute=True, cli_name='cname_rec', csv=True, multivalue=True, option_group=u'CNAME Record', required=False)
|
2012-01-12 02:37:36 -06:00
|
|
|
option: DHCIDRecord('dhcidrecord', attribute=True, cli_name='dhcid_rec', csv=True, multivalue=True, option_group=u'DHCID Record', required=False)
|
2014-06-17 10:04:46 -05:00
|
|
|
option: Int('dlv_part_algorithm', attribute=False, cli_name='dlv_algorithm', maxvalue=255, minvalue=0, multivalue=False, option_group=u'DLV Record', required=False)
|
2014-06-17 10:52:37 -05:00
|
|
|
option: Str('dlv_part_digest', attribute=False, cli_name='dlv_digest', multivalue=False, option_group=u'DLV Record', pattern='^[0-9a-fA-F]+$', required=False)
|
2014-06-17 10:04:46 -05:00
|
|
|
option: Int('dlv_part_digest_type', attribute=False, cli_name='dlv_digest_type', maxvalue=255, minvalue=0, multivalue=False, option_group=u'DLV Record', required=False)
|
|
|
|
option: Int('dlv_part_key_tag', attribute=False, cli_name='dlv_key_tag', maxvalue=65535, minvalue=0, multivalue=False, option_group=u'DLV Record', required=False)
|
2012-01-12 02:37:36 -06:00
|
|
|
option: DLVRecord('dlvrecord', attribute=True, cli_name='dlv_rec', csv=True, multivalue=True, option_group=u'DLV Record', required=False)
|
2014-04-11 07:14:37 -05:00
|
|
|
option: DNSNameParam('dname_part_target', attribute=False, cli_name='dname_target', multivalue=False, option_group=u'DNAME Record', required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: DNAMERecord('dnamerecord', attribute=True, cli_name='dname_rec', csv=True, multivalue=True, option_group=u'DNAME Record', required=False)
|
|
|
|
option: StrEnum('dnsclass', attribute=True, cli_name='class', multivalue=False, required=False, values=(u'IN', u'CS', u'CH', u'HS'))
|
2012-01-12 02:37:36 -06:00
|
|
|
option: DNSKEYRecord('dnskeyrecord', attribute=True, cli_name='dnskey_rec', csv=True, multivalue=True, option_group=u'DNSKEY Record', required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('dnsttl', attribute=True, cli_name='ttl', multivalue=False, required=False)
|
2012-01-12 02:37:36 -06:00
|
|
|
option: Int('ds_part_algorithm', attribute=False, cli_name='ds_algorithm', maxvalue=255, minvalue=0, multivalue=False, option_group=u'DS Record', required=False)
|
2014-06-17 10:52:37 -05:00
|
|
|
option: Str('ds_part_digest', attribute=False, cli_name='ds_digest', multivalue=False, option_group=u'DS Record', pattern='^[0-9a-fA-F]+$', required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('ds_part_digest_type', attribute=False, cli_name='ds_digest_type', maxvalue=255, minvalue=0, multivalue=False, option_group=u'DS Record', required=False)
|
|
|
|
option: Int('ds_part_key_tag', attribute=False, cli_name='ds_key_tag', maxvalue=65535, minvalue=0, multivalue=False, option_group=u'DS Record', required=False)
|
|
|
|
option: DSRecord('dsrecord', attribute=True, cli_name='ds_rec', csv=True, multivalue=True, option_group=u'DS Record', required=False)
|
|
|
|
option: Flag('force', autofill=True, default=False)
|
2012-01-12 02:37:36 -06:00
|
|
|
option: HIPRecord('hiprecord', attribute=True, cli_name='hip_rec', csv=True, multivalue=True, option_group=u'HIP Record', required=False)
|
|
|
|
option: IPSECKEYRecord('ipseckeyrecord', attribute=True, cli_name='ipseckey_rec', csv=True, multivalue=True, option_group=u'IPSECKEY Record', required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: KEYRecord('keyrecord', attribute=True, cli_name='key_rec', csv=True, multivalue=True, option_group=u'KEY Record', required=False)
|
2014-04-11 07:14:37 -05:00
|
|
|
option: DNSNameParam('kx_part_exchanger', attribute=False, cli_name='kx_exchanger', multivalue=False, option_group=u'KX Record', required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('kx_part_preference', attribute=False, cli_name='kx_preference', maxvalue=65535, minvalue=0, multivalue=False, option_group=u'KX Record', required=False)
|
|
|
|
option: KXRecord('kxrecord', attribute=True, cli_name='kx_rec', csv=True, multivalue=True, option_group=u'KX Record', required=False)
|
|
|
|
option: Decimal('loc_part_altitude', attribute=False, cli_name='loc_altitude', maxvalue=Decimal('42849672.95'), minvalue=Decimal('-100000.00'), multivalue=False, option_group=u'LOC Record', precision=2, required=False)
|
|
|
|
option: Decimal('loc_part_h_precision', attribute=False, cli_name='loc_h_precision', maxvalue=Decimal('90000000.00'), minvalue=Decimal('0.0'), multivalue=False, option_group=u'LOC Record', precision=2, required=False)
|
2012-01-12 02:37:36 -06:00
|
|
|
option: Int('loc_part_lat_deg', attribute=False, cli_name='loc_lat_deg', maxvalue=90, minvalue=0, multivalue=False, option_group=u'LOC Record', required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: StrEnum('loc_part_lat_dir', attribute=False, cli_name='loc_lat_dir', multivalue=False, option_group=u'LOC Record', required=False, values=(u'N', u'S'))
|
2012-01-12 02:37:36 -06:00
|
|
|
option: Int('loc_part_lat_min', attribute=False, cli_name='loc_lat_min', maxvalue=59, minvalue=0, multivalue=False, option_group=u'LOC Record', required=False)
|
2012-01-17 04:19:00 -06:00
|
|
|
option: Decimal('loc_part_lat_sec', attribute=False, cli_name='loc_lat_sec', maxvalue=Decimal('59.999'), minvalue=Decimal('0.0'), multivalue=False, option_group=u'LOC Record', precision=3, required=False)
|
2012-01-12 02:37:36 -06:00
|
|
|
option: Int('loc_part_lon_deg', attribute=False, cli_name='loc_lon_deg', maxvalue=180, minvalue=0, multivalue=False, option_group=u'LOC Record', required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: StrEnum('loc_part_lon_dir', attribute=False, cli_name='loc_lon_dir', multivalue=False, option_group=u'LOC Record', required=False, values=(u'E', u'W'))
|
2012-01-12 02:37:36 -06:00
|
|
|
option: Int('loc_part_lon_min', attribute=False, cli_name='loc_lon_min', maxvalue=59, minvalue=0, multivalue=False, option_group=u'LOC Record', required=False)
|
2012-01-17 04:19:00 -06:00
|
|
|
option: Decimal('loc_part_lon_sec', attribute=False, cli_name='loc_lon_sec', maxvalue=Decimal('59.999'), minvalue=Decimal('0.0'), multivalue=False, option_group=u'LOC Record', precision=3, required=False)
|
|
|
|
option: Decimal('loc_part_size', attribute=False, cli_name='loc_size', maxvalue=Decimal('90000000.00'), minvalue=Decimal('0.0'), multivalue=False, option_group=u'LOC Record', precision=2, required=False)
|
|
|
|
option: Decimal('loc_part_v_precision', attribute=False, cli_name='loc_v_precision', maxvalue=Decimal('90000000.00'), minvalue=Decimal('0.0'), multivalue=False, option_group=u'LOC Record', precision=2, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: LOCRecord('locrecord', attribute=True, cli_name='loc_rec', csv=True, multivalue=True, option_group=u'LOC Record', required=False)
|
2014-04-11 07:14:37 -05:00
|
|
|
option: DNSNameParam('mx_part_exchanger', attribute=False, cli_name='mx_exchanger', multivalue=False, option_group=u'MX Record', required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('mx_part_preference', attribute=False, cli_name='mx_preference', maxvalue=65535, minvalue=0, multivalue=False, option_group=u'MX Record', required=False)
|
|
|
|
option: MXRecord('mxrecord', attribute=True, cli_name='mx_rec', csv=True, multivalue=True, option_group=u'MX Record', required=False)
|
|
|
|
option: Str('naptr_part_flags', attribute=False, cli_name='naptr_flags', multivalue=False, option_group=u'NAPTR Record', required=False)
|
2012-01-12 02:37:36 -06:00
|
|
|
option: Int('naptr_part_order', attribute=False, cli_name='naptr_order', maxvalue=65535, minvalue=0, multivalue=False, option_group=u'NAPTR Record', required=False)
|
|
|
|
option: Int('naptr_part_preference', attribute=False, cli_name='naptr_preference', maxvalue=65535, minvalue=0, multivalue=False, option_group=u'NAPTR Record', required=False)
|
|
|
|
option: Str('naptr_part_regexp', attribute=False, cli_name='naptr_regexp', multivalue=False, option_group=u'NAPTR Record', required=False)
|
|
|
|
option: Str('naptr_part_replacement', attribute=False, cli_name='naptr_replacement', multivalue=False, option_group=u'NAPTR Record', required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('naptr_part_service', attribute=False, cli_name='naptr_service', multivalue=False, option_group=u'NAPTR Record', required=False)
|
|
|
|
option: NAPTRRecord('naptrrecord', attribute=True, cli_name='naptr_rec', csv=True, multivalue=True, option_group=u'NAPTR Record', required=False)
|
2014-04-11 07:14:37 -05:00
|
|
|
option: DNSNameParam('ns_part_hostname', attribute=False, cli_name='ns_hostname', multivalue=False, option_group=u'NS Record', required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: NSEC3Record('nsec3record', attribute=True, cli_name='nsec3_rec', csv=True, multivalue=True, option_group=u'NSEC3 Record', required=False)
|
|
|
|
option: NSECRecord('nsecrecord', attribute=True, cli_name='nsec_rec', csv=True, multivalue=True, option_group=u'NSEC Record', required=False)
|
|
|
|
option: NSRecord('nsrecord', attribute=True, cli_name='ns_rec', csv=True, multivalue=True, option_group=u'NS Record', required=False)
|
2014-04-04 09:56:44 -05:00
|
|
|
option: DNSNameParam('ptr_part_hostname', attribute=False, cli_name='ptr_hostname', multivalue=False, option_group=u'PTR Record', required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: PTRRecord('ptrrecord', attribute=True, cli_name='ptr_rec', csv=True, multivalue=True, option_group=u'PTR Record', required=False)
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: RPRecord('rprecord', attribute=True, cli_name='rp_rec', csv=True, multivalue=True, option_group=u'RP Record', required=False)
|
|
|
|
option: RRSIGRecord('rrsigrecord', attribute=True, cli_name='rrsig_rec', csv=True, multivalue=True, option_group=u'RRSIG Record', required=False)
|
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
|
|
|
option: SIGRecord('sigrecord', attribute=True, cli_name='sig_rec', csv=True, multivalue=True, option_group=u'SIG Record', required=False)
|
2012-01-12 02:37:36 -06:00
|
|
|
option: SPFRecord('spfrecord', attribute=True, cli_name='spf_rec', csv=True, multivalue=True, option_group=u'SPF Record', required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('srv_part_port', attribute=False, cli_name='srv_port', maxvalue=65535, minvalue=0, multivalue=False, option_group=u'SRV Record', required=False)
|
2012-01-12 02:37:36 -06:00
|
|
|
option: Int('srv_part_priority', attribute=False, cli_name='srv_priority', maxvalue=65535, minvalue=0, multivalue=False, option_group=u'SRV Record', required=False)
|
2014-04-11 07:14:37 -05:00
|
|
|
option: DNSNameParam('srv_part_target', attribute=False, cli_name='srv_target', multivalue=False, option_group=u'SRV Record', required=False)
|
2012-01-12 02:37:36 -06:00
|
|
|
option: Int('srv_part_weight', attribute=False, cli_name='srv_weight', maxvalue=65535, minvalue=0, multivalue=False, option_group=u'SRV Record', required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: SRVRecord('srvrecord', attribute=True, cli_name='srv_rec', csv=True, multivalue=True, option_group=u'SRV Record', required=False)
|
2012-01-12 02:37:36 -06:00
|
|
|
option: Int('sshfp_part_algorithm', attribute=False, cli_name='sshfp_algorithm', maxvalue=255, minvalue=0, multivalue=False, option_group=u'SSHFP Record', required=False)
|
|
|
|
option: Str('sshfp_part_fingerprint', attribute=False, cli_name='sshfp_fingerprint', multivalue=False, option_group=u'SSHFP Record', required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('sshfp_part_fp_type', attribute=False, cli_name='sshfp_fp_type', maxvalue=255, minvalue=0, multivalue=False, option_group=u'SSHFP Record', required=False)
|
|
|
|
option: SSHFPRecord('sshfprecord', attribute=True, cli_name='sshfp_rec', csv=True, multivalue=True, option_group=u'SSHFP Record', required=False)
|
|
|
|
option: Flag('structured', autofill=True, default=False)
|
2012-01-12 02:37:36 -06:00
|
|
|
option: TARecord('tarecord', attribute=True, cli_name='ta_rec', csv=True, multivalue=True, option_group=u'TA Record', required=False)
|
|
|
|
option: TKEYRecord('tkeyrecord', attribute=True, cli_name='tkey_rec', csv=True, multivalue=True, option_group=u'TKEY Record', required=False)
|
2014-06-25 05:36:59 -05:00
|
|
|
option: Str('tlsa_part_cert_association_data', attribute=False, cli_name='tlsa_cert_association_data', multivalue=False, option_group=u'TLSA Record', required=False)
|
|
|
|
option: Int('tlsa_part_cert_usage', attribute=False, cli_name='tlsa_cert_usage', maxvalue=255, minvalue=0, multivalue=False, option_group=u'TLSA Record', required=False)
|
|
|
|
option: Int('tlsa_part_matching_type', attribute=False, cli_name='tlsa_matching_type', maxvalue=255, minvalue=0, multivalue=False, option_group=u'TLSA Record', required=False)
|
|
|
|
option: Int('tlsa_part_selector', attribute=False, cli_name='tlsa_selector', maxvalue=255, minvalue=0, multivalue=False, option_group=u'TLSA Record', required=False)
|
|
|
|
option: TLSARecord('tlsarecord', attribute=True, cli_name='tlsa_rec', csv=True, multivalue=True, option_group=u'TLSA Record', required=False)
|
2012-01-12 02:37:36 -06:00
|
|
|
option: TSIGRecord('tsigrecord', attribute=True, cli_name='tsig_rec', csv=True, multivalue=True, option_group=u'TSIG Record', required=False)
|
|
|
|
option: Str('txt_part_data', attribute=False, cli_name='txt_data', multivalue=False, option_group=u'TXT Record', required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: TXTRecord('txtrecord', attribute=True, cli_name='txt_rec', csv=True, multivalue=True, option_group=u'TXT Record', required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: dnsrecord_del
|
2015-03-04 08:13:48 -06:00
|
|
|
args: 2,39,3
|
2014-04-11 07:14:37 -05:00
|
|
|
arg: DNSNameParam('dnszoneidnsname', cli_name='dnszone', multivalue=False, only_absolute=True, primary_key=True, query=True, required=True)
|
|
|
|
arg: DNSNameParam('idnsname', attribute=True, cli_name='name', multivalue=False, primary_key=True, query=True, required=True)
|
2012-01-12 02:37:36 -06:00
|
|
|
option: A6Record('a6record', attribute=True, autofill=False, cli_name='a6_rec', csv=True, multivalue=True, option_group=None, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: AAAARecord('aaaarecord', attribute=True, autofill=False, cli_name='aaaa_rec', csv=True, multivalue=True, option_group=None, required=False)
|
2012-01-12 02:37:36 -06:00
|
|
|
option: AFSDBRecord('afsdbrecord', attribute=True, autofill=False, cli_name='afsdb_rec', csv=True, multivalue=True, option_group=None, required=False)
|
|
|
|
option: APLRecord('aplrecord', attribute=True, autofill=False, cli_name='apl_rec', csv=True, multivalue=True, option_group=None, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: ARecord('arecord', attribute=True, autofill=False, cli_name='a_rec', csv=True, multivalue=True, option_group=None, required=False)
|
2012-01-12 02:37:36 -06:00
|
|
|
option: CERTRecord('certrecord', attribute=True, autofill=False, cli_name='cert_rec', csv=True, multivalue=True, option_group=None, required=False)
|
|
|
|
option: CNAMERecord('cnamerecord', attribute=True, autofill=False, cli_name='cname_rec', csv=True, multivalue=True, option_group=None, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('del_all', autofill=True, default=False)
|
2012-01-12 02:37:36 -06:00
|
|
|
option: DHCIDRecord('dhcidrecord', attribute=True, autofill=False, cli_name='dhcid_rec', csv=True, multivalue=True, option_group=None, required=False)
|
|
|
|
option: DLVRecord('dlvrecord', attribute=True, autofill=False, cli_name='dlv_rec', csv=True, multivalue=True, option_group=None, required=False)
|
|
|
|
option: DNAMERecord('dnamerecord', attribute=True, autofill=False, cli_name='dname_rec', csv=True, multivalue=True, option_group=None, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: StrEnum('dnsclass', attribute=True, autofill=False, cli_name='class', multivalue=False, required=False, values=(u'IN', u'CS', u'CH', u'HS'))
|
2012-01-12 02:37:36 -06:00
|
|
|
option: DNSKEYRecord('dnskeyrecord', attribute=True, autofill=False, cli_name='dnskey_rec', csv=True, multivalue=True, option_group=None, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('dnsttl', attribute=True, autofill=False, cli_name='ttl', multivalue=False, required=False)
|
2012-01-12 02:37:36 -06:00
|
|
|
option: DSRecord('dsrecord', attribute=True, autofill=False, cli_name='ds_rec', csv=True, multivalue=True, option_group=None, required=False)
|
|
|
|
option: HIPRecord('hiprecord', attribute=True, autofill=False, cli_name='hip_rec', csv=True, multivalue=True, option_group=None, required=False)
|
|
|
|
option: IPSECKEYRecord('ipseckeyrecord', attribute=True, autofill=False, cli_name='ipseckey_rec', csv=True, multivalue=True, option_group=None, required=False)
|
|
|
|
option: KEYRecord('keyrecord', attribute=True, autofill=False, cli_name='key_rec', csv=True, multivalue=True, option_group=None, required=False)
|
|
|
|
option: KXRecord('kxrecord', attribute=True, autofill=False, cli_name='kx_rec', csv=True, multivalue=True, option_group=None, required=False)
|
|
|
|
option: LOCRecord('locrecord', attribute=True, autofill=False, cli_name='loc_rec', csv=True, multivalue=True, option_group=None, required=False)
|
|
|
|
option: MXRecord('mxrecord', attribute=True, autofill=False, cli_name='mx_rec', csv=True, multivalue=True, option_group=None, required=False)
|
|
|
|
option: NAPTRRecord('naptrrecord', attribute=True, autofill=False, cli_name='naptr_rec', csv=True, multivalue=True, option_group=None, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: NSEC3Record('nsec3record', attribute=True, autofill=False, cli_name='nsec3_rec', csv=True, multivalue=True, option_group=None, required=False)
|
|
|
|
option: NSECRecord('nsecrecord', attribute=True, autofill=False, cli_name='nsec_rec', csv=True, multivalue=True, option_group=None, required=False)
|
|
|
|
option: NSRecord('nsrecord', attribute=True, autofill=False, cli_name='ns_rec', csv=True, multivalue=True, option_group=None, required=False)
|
2012-01-12 02:37:36 -06:00
|
|
|
option: PTRRecord('ptrrecord', attribute=True, autofill=False, cli_name='ptr_rec', csv=True, multivalue=True, option_group=None, required=False)
|
|
|
|
option: RPRecord('rprecord', attribute=True, autofill=False, cli_name='rp_rec', csv=True, multivalue=True, option_group=None, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: RRSIGRecord('rrsigrecord', attribute=True, autofill=False, cli_name='rrsig_rec', csv=True, multivalue=True, option_group=None, required=False)
|
2012-01-12 02:37:36 -06:00
|
|
|
option: SIGRecord('sigrecord', attribute=True, autofill=False, cli_name='sig_rec', csv=True, multivalue=True, option_group=None, required=False)
|
|
|
|
option: SPFRecord('spfrecord', attribute=True, autofill=False, cli_name='spf_rec', csv=True, multivalue=True, option_group=None, required=False)
|
|
|
|
option: SRVRecord('srvrecord', attribute=True, autofill=False, cli_name='srv_rec', csv=True, multivalue=True, option_group=None, required=False)
|
|
|
|
option: SSHFPRecord('sshfprecord', attribute=True, autofill=False, cli_name='sshfp_rec', csv=True, multivalue=True, option_group=None, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('structured', autofill=True, default=False)
|
2012-01-12 02:37:36 -06:00
|
|
|
option: TARecord('tarecord', attribute=True, autofill=False, cli_name='ta_rec', csv=True, multivalue=True, option_group=None, required=False)
|
|
|
|
option: TKEYRecord('tkeyrecord', attribute=True, autofill=False, cli_name='tkey_rec', csv=True, multivalue=True, option_group=None, required=False)
|
2014-06-25 05:36:59 -05:00
|
|
|
option: TLSARecord('tlsarecord', attribute=True, autofill=False, cli_name='tlsa_rec', csv=True, multivalue=True, option_group=None, required=False)
|
2012-01-12 02:37:36 -06:00
|
|
|
option: TSIGRecord('tsigrecord', attribute=True, autofill=False, cli_name='tsig_rec', csv=True, multivalue=True, option_group=None, required=False)
|
|
|
|
option: TXTRecord('txtrecord', attribute=True, autofill=False, cli_name='txt_rec', csv=True, multivalue=True, option_group=None, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
2013-04-08 10:04:17 -05:00
|
|
|
output: Output('result', <type 'dict'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: ListOfPrimaryKeys('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: dnsrecord_delentry
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 2,2,3
|
2014-04-11 07:14:37 -05:00
|
|
|
arg: DNSNameParam('dnszoneidnsname', cli_name='dnszone', multivalue=False, only_absolute=True, primary_key=True, query=True, required=True)
|
|
|
|
arg: DNSNameParam('idnsname', attribute=True, cli_name='name', multivalue=True, primary_key=True, query=True, required=True)
|
2011-05-12 01:28:22 -05:00
|
|
|
option: Flag('continue', autofill=True, cli_name='continue', default=False)
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('result', <type 'dict'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: ListOfPrimaryKeys('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: dnsrecord_find
|
2015-03-04 08:13:48 -06:00
|
|
|
args: 2,44,4
|
2014-04-11 07:14:37 -05:00
|
|
|
arg: DNSNameParam('dnszoneidnsname', cli_name='dnszone', multivalue=False, only_absolute=True, primary_key=True, query=True, required=True)
|
2011-06-24 13:32:57 -05:00
|
|
|
arg: Str('criteria?', noextrawhitespace=False)
|
2012-02-24 07:15:24 -06:00
|
|
|
option: A6Record('a6record', attribute=True, autofill=False, cli_name='a6_rec', csv=True, multivalue=True, option_group=None, query=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: AAAARecord('aaaarecord', attribute=True, autofill=False, cli_name='aaaa_rec', csv=True, multivalue=True, option_group=None, query=True, required=False)
|
2012-02-24 07:15:24 -06:00
|
|
|
option: AFSDBRecord('afsdbrecord', attribute=True, autofill=False, cli_name='afsdb_rec', csv=True, multivalue=True, option_group=None, query=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-02-24 07:15:24 -06:00
|
|
|
option: APLRecord('aplrecord', attribute=True, autofill=False, cli_name='apl_rec', csv=True, multivalue=True, option_group=None, query=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: ARecord('arecord', attribute=True, autofill=False, cli_name='a_rec', csv=True, multivalue=True, option_group=None, query=True, required=False)
|
2012-02-24 07:15:24 -06:00
|
|
|
option: CERTRecord('certrecord', attribute=True, autofill=False, cli_name='cert_rec', csv=True, multivalue=True, option_group=None, query=True, required=False)
|
|
|
|
option: CNAMERecord('cnamerecord', attribute=True, autofill=False, cli_name='cname_rec', csv=True, multivalue=True, option_group=None, query=True, required=False)
|
|
|
|
option: DHCIDRecord('dhcidrecord', attribute=True, autofill=False, cli_name='dhcid_rec', csv=True, multivalue=True, option_group=None, query=True, required=False)
|
|
|
|
option: DLVRecord('dlvrecord', attribute=True, autofill=False, cli_name='dlv_rec', csv=True, multivalue=True, option_group=None, query=True, required=False)
|
|
|
|
option: DNAMERecord('dnamerecord', attribute=True, autofill=False, cli_name='dname_rec', csv=True, multivalue=True, option_group=None, query=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: StrEnum('dnsclass', attribute=True, autofill=False, cli_name='class', multivalue=False, query=True, required=False, values=(u'IN', u'CS', u'CH', u'HS'))
|
2012-02-24 07:15:24 -06:00
|
|
|
option: DNSKEYRecord('dnskeyrecord', attribute=True, autofill=False, cli_name='dnskey_rec', csv=True, multivalue=True, option_group=None, query=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('dnsttl', attribute=True, autofill=False, cli_name='ttl', multivalue=False, query=True, required=False)
|
2012-02-24 07:15:24 -06:00
|
|
|
option: DSRecord('dsrecord', attribute=True, autofill=False, cli_name='ds_rec', csv=True, multivalue=True, option_group=None, query=True, required=False)
|
|
|
|
option: HIPRecord('hiprecord', attribute=True, autofill=False, cli_name='hip_rec', csv=True, multivalue=True, option_group=None, query=True, required=False)
|
2014-04-11 07:14:37 -05:00
|
|
|
option: DNSNameParam('idnsname', attribute=True, autofill=False, cli_name='name', multivalue=False, primary_key=True, query=True, required=False)
|
2012-02-24 07:15:24 -06:00
|
|
|
option: IPSECKEYRecord('ipseckeyrecord', attribute=True, autofill=False, cli_name='ipseckey_rec', csv=True, multivalue=True, option_group=None, query=True, required=False)
|
|
|
|
option: KEYRecord('keyrecord', attribute=True, autofill=False, cli_name='key_rec', csv=True, multivalue=True, option_group=None, query=True, required=False)
|
|
|
|
option: KXRecord('kxrecord', attribute=True, autofill=False, cli_name='kx_rec', csv=True, multivalue=True, option_group=None, query=True, required=False)
|
|
|
|
option: LOCRecord('locrecord', attribute=True, autofill=False, cli_name='loc_rec', csv=True, multivalue=True, option_group=None, query=True, required=False)
|
|
|
|
option: MXRecord('mxrecord', attribute=True, autofill=False, cli_name='mx_rec', csv=True, multivalue=True, option_group=None, query=True, required=False)
|
|
|
|
option: NAPTRRecord('naptrrecord', attribute=True, autofill=False, cli_name='naptr_rec', csv=True, multivalue=True, option_group=None, query=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: NSEC3Record('nsec3record', attribute=True, autofill=False, cli_name='nsec3_rec', csv=True, multivalue=True, option_group=None, query=True, required=False)
|
|
|
|
option: NSECRecord('nsecrecord', attribute=True, autofill=False, cli_name='nsec_rec', csv=True, multivalue=True, option_group=None, query=True, required=False)
|
|
|
|
option: NSRecord('nsrecord', attribute=True, autofill=False, cli_name='ns_rec', csv=True, multivalue=True, option_group=None, query=True, required=False)
|
|
|
|
option: Flag('pkey_only?', autofill=True, default=False)
|
2012-02-24 07:15:24 -06:00
|
|
|
option: PTRRecord('ptrrecord', attribute=True, autofill=False, cli_name='ptr_rec', csv=True, multivalue=True, option_group=None, query=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-02-24 07:15:24 -06:00
|
|
|
option: RPRecord('rprecord', attribute=True, autofill=False, cli_name='rp_rec', csv=True, multivalue=True, option_group=None, query=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: RRSIGRecord('rrsigrecord', attribute=True, autofill=False, cli_name='rrsig_rec', csv=True, multivalue=True, option_group=None, query=True, required=False)
|
2012-02-24 07:15:24 -06:00
|
|
|
option: SIGRecord('sigrecord', attribute=True, autofill=False, cli_name='sig_rec', csv=True, multivalue=True, option_group=None, query=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('sizelimit?', autofill=False, minvalue=0)
|
2012-02-24 07:15:24 -06:00
|
|
|
option: SPFRecord('spfrecord', attribute=True, autofill=False, cli_name='spf_rec', csv=True, multivalue=True, option_group=None, query=True, required=False)
|
|
|
|
option: SRVRecord('srvrecord', attribute=True, autofill=False, cli_name='srv_rec', csv=True, multivalue=True, option_group=None, query=True, required=False)
|
|
|
|
option: SSHFPRecord('sshfprecord', attribute=True, autofill=False, cli_name='sshfp_rec', csv=True, multivalue=True, option_group=None, query=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('structured', autofill=True, default=False)
|
2012-02-24 07:15:24 -06:00
|
|
|
option: TARecord('tarecord', attribute=True, autofill=False, cli_name='ta_rec', csv=True, multivalue=True, option_group=None, query=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('timelimit?', autofill=False, minvalue=0)
|
2012-02-24 07:15:24 -06:00
|
|
|
option: TKEYRecord('tkeyrecord', attribute=True, autofill=False, cli_name='tkey_rec', csv=True, multivalue=True, option_group=None, query=True, required=False)
|
2014-06-25 05:36:59 -05:00
|
|
|
option: TLSARecord('tlsarecord', attribute=True, autofill=False, cli_name='tlsa_rec', csv=True, multivalue=True, option_group=None, query=True, required=False)
|
2012-02-24 07:15:24 -06:00
|
|
|
option: TSIGRecord('tsigrecord', attribute=True, autofill=False, cli_name='tsig_rec', csv=True, multivalue=True, option_group=None, query=True, required=False)
|
|
|
|
option: TXTRecord('txtrecord', attribute=True, autofill=False, cli_name='txt_rec', csv=True, multivalue=True, option_group=None, query=True, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('count', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: ListOfEntries('result', (<type 'list'>, <type 'tuple'>), Gettext('A list of LDAP entries', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('truncated', <type 'bool'>, None)
|
2011-07-12 02:11:00 -05:00
|
|
|
command: dnsrecord_mod
|
2015-03-04 08:13:48 -06:00
|
|
|
args: 2,100,3
|
2014-04-11 07:14:37 -05:00
|
|
|
arg: DNSNameParam('dnszoneidnsname', cli_name='dnszone', multivalue=False, only_absolute=True, primary_key=True, query=True, required=True)
|
|
|
|
arg: DNSNameParam('idnsname', attribute=True, cli_name='name', multivalue=False, primary_key=True, query=True, required=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('a6_part_data', attribute=False, autofill=False, cli_name='a6_data', multivalue=False, option_group=u'A6 Record', required=False)
|
|
|
|
option: A6Record('a6record', attribute=True, autofill=False, cli_name='a6_rec', csv=True, multivalue=True, option_group=u'A6 Record', required=False)
|
2012-01-12 02:37:36 -06:00
|
|
|
option: Str('a_part_ip_address', attribute=False, autofill=False, cli_name='a_ip_address', multivalue=False, option_group=u'A Record', required=False)
|
|
|
|
option: Str('aaaa_part_ip_address', attribute=False, autofill=False, cli_name='aaaa_ip_address', multivalue=False, option_group=u'AAAA Record', required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: AAAARecord('aaaarecord', attribute=True, autofill=False, cli_name='aaaa_rec', csv=True, multivalue=True, option_group=u'AAAA Record', required=False)
|
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
2014-04-11 07:14:37 -05:00
|
|
|
option: DNSNameParam('afsdb_part_hostname', attribute=False, autofill=False, cli_name='afsdb_hostname', multivalue=False, option_group=u'AFSDB Record', required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('afsdb_part_subtype', attribute=False, autofill=False, cli_name='afsdb_subtype', maxvalue=65535, minvalue=0, multivalue=False, option_group=u'AFSDB Record', required=False)
|
|
|
|
option: AFSDBRecord('afsdbrecord', attribute=True, autofill=False, cli_name='afsdb_rec', csv=True, multivalue=True, option_group=u'AFSDB Record', required=False)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-01-12 02:37:36 -06:00
|
|
|
option: APLRecord('aplrecord', attribute=True, autofill=False, cli_name='apl_rec', csv=True, multivalue=True, option_group=u'APL Record', required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: ARecord('arecord', attribute=True, autofill=False, cli_name='a_rec', csv=True, multivalue=True, option_group=u'A Record', required=False)
|
2012-01-12 02:37:36 -06:00
|
|
|
option: Int('cert_part_algorithm', attribute=False, autofill=False, cli_name='cert_algorithm', maxvalue=255, minvalue=0, multivalue=False, option_group=u'CERT Record', required=False)
|
|
|
|
option: Str('cert_part_certificate_or_crl', attribute=False, autofill=False, cli_name='cert_certificate_or_crl', multivalue=False, option_group=u'CERT Record', required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('cert_part_key_tag', attribute=False, autofill=False, cli_name='cert_key_tag', maxvalue=65535, minvalue=0, multivalue=False, option_group=u'CERT Record', required=False)
|
|
|
|
option: Int('cert_part_type', attribute=False, autofill=False, cli_name='cert_type', maxvalue=65535, minvalue=0, multivalue=False, option_group=u'CERT Record', required=False)
|
|
|
|
option: CERTRecord('certrecord', attribute=True, autofill=False, cli_name='cert_rec', csv=True, multivalue=True, option_group=u'CERT Record', required=False)
|
2014-04-11 07:14:37 -05:00
|
|
|
option: DNSNameParam('cname_part_hostname', attribute=False, autofill=False, cli_name='cname_hostname', multivalue=False, option_group=u'CNAME Record', required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: CNAMERecord('cnamerecord', attribute=True, autofill=False, cli_name='cname_rec', csv=True, multivalue=True, option_group=u'CNAME Record', required=False)
|
|
|
|
option: Str('delattr*', cli_name='delattr', exclude='webui')
|
2012-01-12 02:37:36 -06:00
|
|
|
option: DHCIDRecord('dhcidrecord', attribute=True, autofill=False, cli_name='dhcid_rec', csv=True, multivalue=True, option_group=u'DHCID Record', required=False)
|
2014-06-17 10:04:46 -05:00
|
|
|
option: Int('dlv_part_algorithm', attribute=False, autofill=False, cli_name='dlv_algorithm', maxvalue=255, minvalue=0, multivalue=False, option_group=u'DLV Record', required=False)
|
2014-06-17 10:52:37 -05:00
|
|
|
option: Str('dlv_part_digest', attribute=False, autofill=False, cli_name='dlv_digest', multivalue=False, option_group=u'DLV Record', pattern='^[0-9a-fA-F]+$', required=False)
|
2014-06-17 10:04:46 -05:00
|
|
|
option: Int('dlv_part_digest_type', attribute=False, autofill=False, cli_name='dlv_digest_type', maxvalue=255, minvalue=0, multivalue=False, option_group=u'DLV Record', required=False)
|
|
|
|
option: Int('dlv_part_key_tag', attribute=False, autofill=False, cli_name='dlv_key_tag', maxvalue=65535, minvalue=0, multivalue=False, option_group=u'DLV Record', required=False)
|
2012-01-12 02:37:36 -06:00
|
|
|
option: DLVRecord('dlvrecord', attribute=True, autofill=False, cli_name='dlv_rec', csv=True, multivalue=True, option_group=u'DLV Record', required=False)
|
2014-04-11 07:14:37 -05:00
|
|
|
option: DNSNameParam('dname_part_target', attribute=False, autofill=False, cli_name='dname_target', multivalue=False, option_group=u'DNAME Record', required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: DNAMERecord('dnamerecord', attribute=True, autofill=False, cli_name='dname_rec', csv=True, multivalue=True, option_group=u'DNAME Record', required=False)
|
|
|
|
option: StrEnum('dnsclass', attribute=True, autofill=False, cli_name='class', multivalue=False, required=False, values=(u'IN', u'CS', u'CH', u'HS'))
|
2012-01-12 02:37:36 -06:00
|
|
|
option: DNSKEYRecord('dnskeyrecord', attribute=True, autofill=False, cli_name='dnskey_rec', csv=True, multivalue=True, option_group=u'DNSKEY Record', required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('dnsttl', attribute=True, autofill=False, cli_name='ttl', multivalue=False, required=False)
|
2012-01-12 02:37:36 -06:00
|
|
|
option: Int('ds_part_algorithm', attribute=False, autofill=False, cli_name='ds_algorithm', maxvalue=255, minvalue=0, multivalue=False, option_group=u'DS Record', required=False)
|
2014-06-17 10:52:37 -05:00
|
|
|
option: Str('ds_part_digest', attribute=False, autofill=False, cli_name='ds_digest', multivalue=False, option_group=u'DS Record', pattern='^[0-9a-fA-F]+$', required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('ds_part_digest_type', attribute=False, autofill=False, cli_name='ds_digest_type', maxvalue=255, minvalue=0, multivalue=False, option_group=u'DS Record', required=False)
|
|
|
|
option: Int('ds_part_key_tag', attribute=False, autofill=False, cli_name='ds_key_tag', maxvalue=65535, minvalue=0, multivalue=False, option_group=u'DS Record', required=False)
|
|
|
|
option: DSRecord('dsrecord', attribute=True, autofill=False, cli_name='ds_rec', csv=True, multivalue=True, option_group=u'DS Record', required=False)
|
2012-01-12 02:37:36 -06:00
|
|
|
option: HIPRecord('hiprecord', attribute=True, autofill=False, cli_name='hip_rec', csv=True, multivalue=True, option_group=u'HIP Record', required=False)
|
|
|
|
option: IPSECKEYRecord('ipseckeyrecord', attribute=True, autofill=False, cli_name='ipseckey_rec', csv=True, multivalue=True, option_group=u'IPSECKEY Record', required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: KEYRecord('keyrecord', attribute=True, autofill=False, cli_name='key_rec', csv=True, multivalue=True, option_group=u'KEY Record', required=False)
|
2014-04-11 07:14:37 -05:00
|
|
|
option: DNSNameParam('kx_part_exchanger', attribute=False, autofill=False, cli_name='kx_exchanger', multivalue=False, option_group=u'KX Record', required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('kx_part_preference', attribute=False, autofill=False, cli_name='kx_preference', maxvalue=65535, minvalue=0, multivalue=False, option_group=u'KX Record', required=False)
|
|
|
|
option: KXRecord('kxrecord', attribute=True, autofill=False, cli_name='kx_rec', csv=True, multivalue=True, option_group=u'KX Record', required=False)
|
|
|
|
option: Decimal('loc_part_altitude', attribute=False, autofill=False, cli_name='loc_altitude', maxvalue=Decimal('42849672.95'), minvalue=Decimal('-100000.00'), multivalue=False, option_group=u'LOC Record', precision=2, required=False)
|
|
|
|
option: Decimal('loc_part_h_precision', attribute=False, autofill=False, cli_name='loc_h_precision', maxvalue=Decimal('90000000.00'), minvalue=Decimal('0.0'), multivalue=False, option_group=u'LOC Record', precision=2, required=False)
|
2012-01-12 02:37:36 -06:00
|
|
|
option: Int('loc_part_lat_deg', attribute=False, autofill=False, cli_name='loc_lat_deg', maxvalue=90, minvalue=0, multivalue=False, option_group=u'LOC Record', required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: StrEnum('loc_part_lat_dir', attribute=False, autofill=False, cli_name='loc_lat_dir', multivalue=False, option_group=u'LOC Record', required=False, values=(u'N', u'S'))
|
2012-01-12 02:37:36 -06:00
|
|
|
option: Int('loc_part_lat_min', attribute=False, autofill=False, cli_name='loc_lat_min', maxvalue=59, minvalue=0, multivalue=False, option_group=u'LOC Record', required=False)
|
2012-01-17 04:19:00 -06:00
|
|
|
option: Decimal('loc_part_lat_sec', attribute=False, autofill=False, cli_name='loc_lat_sec', maxvalue=Decimal('59.999'), minvalue=Decimal('0.0'), multivalue=False, option_group=u'LOC Record', precision=3, required=False)
|
2012-01-12 02:37:36 -06:00
|
|
|
option: Int('loc_part_lon_deg', attribute=False, autofill=False, cli_name='loc_lon_deg', maxvalue=180, minvalue=0, multivalue=False, option_group=u'LOC Record', required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: StrEnum('loc_part_lon_dir', attribute=False, autofill=False, cli_name='loc_lon_dir', multivalue=False, option_group=u'LOC Record', required=False, values=(u'E', u'W'))
|
2012-01-12 02:37:36 -06:00
|
|
|
option: Int('loc_part_lon_min', attribute=False, autofill=False, cli_name='loc_lon_min', maxvalue=59, minvalue=0, multivalue=False, option_group=u'LOC Record', required=False)
|
2012-01-17 04:19:00 -06:00
|
|
|
option: Decimal('loc_part_lon_sec', attribute=False, autofill=False, cli_name='loc_lon_sec', maxvalue=Decimal('59.999'), minvalue=Decimal('0.0'), multivalue=False, option_group=u'LOC Record', precision=3, required=False)
|
|
|
|
option: Decimal('loc_part_size', attribute=False, autofill=False, cli_name='loc_size', maxvalue=Decimal('90000000.00'), minvalue=Decimal('0.0'), multivalue=False, option_group=u'LOC Record', precision=2, required=False)
|
|
|
|
option: Decimal('loc_part_v_precision', attribute=False, autofill=False, cli_name='loc_v_precision', maxvalue=Decimal('90000000.00'), minvalue=Decimal('0.0'), multivalue=False, option_group=u'LOC Record', precision=2, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: LOCRecord('locrecord', attribute=True, autofill=False, cli_name='loc_rec', csv=True, multivalue=True, option_group=u'LOC Record', required=False)
|
2014-04-11 07:14:37 -05:00
|
|
|
option: DNSNameParam('mx_part_exchanger', attribute=False, autofill=False, cli_name='mx_exchanger', multivalue=False, option_group=u'MX Record', required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('mx_part_preference', attribute=False, autofill=False, cli_name='mx_preference', maxvalue=65535, minvalue=0, multivalue=False, option_group=u'MX Record', required=False)
|
|
|
|
option: MXRecord('mxrecord', attribute=True, autofill=False, cli_name='mx_rec', csv=True, multivalue=True, option_group=u'MX Record', required=False)
|
|
|
|
option: Str('naptr_part_flags', attribute=False, autofill=False, cli_name='naptr_flags', multivalue=False, option_group=u'NAPTR Record', required=False)
|
2012-01-12 02:37:36 -06:00
|
|
|
option: Int('naptr_part_order', attribute=False, autofill=False, cli_name='naptr_order', maxvalue=65535, minvalue=0, multivalue=False, option_group=u'NAPTR Record', required=False)
|
|
|
|
option: Int('naptr_part_preference', attribute=False, autofill=False, cli_name='naptr_preference', maxvalue=65535, minvalue=0, multivalue=False, option_group=u'NAPTR Record', required=False)
|
|
|
|
option: Str('naptr_part_regexp', attribute=False, autofill=False, cli_name='naptr_regexp', multivalue=False, option_group=u'NAPTR Record', required=False)
|
|
|
|
option: Str('naptr_part_replacement', attribute=False, autofill=False, cli_name='naptr_replacement', multivalue=False, option_group=u'NAPTR Record', required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('naptr_part_service', attribute=False, autofill=False, cli_name='naptr_service', multivalue=False, option_group=u'NAPTR Record', required=False)
|
|
|
|
option: NAPTRRecord('naptrrecord', attribute=True, autofill=False, cli_name='naptr_rec', csv=True, multivalue=True, option_group=u'NAPTR Record', required=False)
|
2014-04-11 07:14:37 -05:00
|
|
|
option: DNSNameParam('ns_part_hostname', attribute=False, autofill=False, cli_name='ns_hostname', multivalue=False, option_group=u'NS Record', required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: NSEC3Record('nsec3record', attribute=True, autofill=False, cli_name='nsec3_rec', csv=True, multivalue=True, option_group=u'NSEC3 Record', required=False)
|
|
|
|
option: NSECRecord('nsecrecord', attribute=True, autofill=False, cli_name='nsec_rec', csv=True, multivalue=True, option_group=u'NSEC Record', required=False)
|
|
|
|
option: NSRecord('nsrecord', attribute=True, autofill=False, cli_name='ns_rec', csv=True, multivalue=True, option_group=u'NS Record', required=False)
|
2014-04-04 09:56:44 -05:00
|
|
|
option: DNSNameParam('ptr_part_hostname', attribute=False, autofill=False, cli_name='ptr_hostname', multivalue=False, option_group=u'PTR Record', required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: PTRRecord('ptrrecord', attribute=True, autofill=False, cli_name='ptr_rec', csv=True, multivalue=True, option_group=u'PTR Record', required=False)
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2014-04-11 07:14:37 -05:00
|
|
|
option: DNSNameParam('rename', cli_name='rename', multivalue=False, primary_key=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('rights', autofill=True, default=False)
|
|
|
|
option: RPRecord('rprecord', attribute=True, autofill=False, cli_name='rp_rec', csv=True, multivalue=True, option_group=u'RP Record', required=False)
|
|
|
|
option: RRSIGRecord('rrsigrecord', attribute=True, autofill=False, cli_name='rrsig_rec', csv=True, multivalue=True, option_group=u'RRSIG Record', required=False)
|
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
|
|
|
option: SIGRecord('sigrecord', attribute=True, autofill=False, cli_name='sig_rec', csv=True, multivalue=True, option_group=u'SIG Record', required=False)
|
2012-01-12 02:37:36 -06:00
|
|
|
option: SPFRecord('spfrecord', attribute=True, autofill=False, cli_name='spf_rec', csv=True, multivalue=True, option_group=u'SPF Record', required=False)
|
|
|
|
option: Int('srv_part_port', attribute=False, autofill=False, cli_name='srv_port', maxvalue=65535, minvalue=0, multivalue=False, option_group=u'SRV Record', required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('srv_part_priority', attribute=False, autofill=False, cli_name='srv_priority', maxvalue=65535, minvalue=0, multivalue=False, option_group=u'SRV Record', required=False)
|
2014-04-11 07:14:37 -05:00
|
|
|
option: DNSNameParam('srv_part_target', attribute=False, autofill=False, cli_name='srv_target', multivalue=False, option_group=u'SRV Record', required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('srv_part_weight', attribute=False, autofill=False, cli_name='srv_weight', maxvalue=65535, minvalue=0, multivalue=False, option_group=u'SRV Record', required=False)
|
|
|
|
option: SRVRecord('srvrecord', attribute=True, autofill=False, cli_name='srv_rec', csv=True, multivalue=True, option_group=u'SRV Record', required=False)
|
2012-01-12 02:37:36 -06:00
|
|
|
option: Int('sshfp_part_algorithm', attribute=False, autofill=False, cli_name='sshfp_algorithm', maxvalue=255, minvalue=0, multivalue=False, option_group=u'SSHFP Record', required=False)
|
|
|
|
option: Str('sshfp_part_fingerprint', attribute=False, autofill=False, cli_name='sshfp_fingerprint', multivalue=False, option_group=u'SSHFP Record', required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('sshfp_part_fp_type', attribute=False, autofill=False, cli_name='sshfp_fp_type', maxvalue=255, minvalue=0, multivalue=False, option_group=u'SSHFP Record', required=False)
|
|
|
|
option: SSHFPRecord('sshfprecord', attribute=True, autofill=False, cli_name='sshfp_rec', csv=True, multivalue=True, option_group=u'SSHFP Record', required=False)
|
|
|
|
option: Flag('structured', autofill=True, default=False)
|
2012-01-12 02:37:36 -06:00
|
|
|
option: TARecord('tarecord', attribute=True, autofill=False, cli_name='ta_rec', csv=True, multivalue=True, option_group=u'TA Record', required=False)
|
|
|
|
option: TKEYRecord('tkeyrecord', attribute=True, autofill=False, cli_name='tkey_rec', csv=True, multivalue=True, option_group=u'TKEY Record', required=False)
|
2014-06-25 05:36:59 -05:00
|
|
|
option: Str('tlsa_part_cert_association_data', attribute=False, autofill=False, cli_name='tlsa_cert_association_data', multivalue=False, option_group=u'TLSA Record', required=False)
|
|
|
|
option: Int('tlsa_part_cert_usage', attribute=False, autofill=False, cli_name='tlsa_cert_usage', maxvalue=255, minvalue=0, multivalue=False, option_group=u'TLSA Record', required=False)
|
|
|
|
option: Int('tlsa_part_matching_type', attribute=False, autofill=False, cli_name='tlsa_matching_type', maxvalue=255, minvalue=0, multivalue=False, option_group=u'TLSA Record', required=False)
|
|
|
|
option: Int('tlsa_part_selector', attribute=False, autofill=False, cli_name='tlsa_selector', maxvalue=255, minvalue=0, multivalue=False, option_group=u'TLSA Record', required=False)
|
|
|
|
option: TLSARecord('tlsarecord', attribute=True, autofill=False, cli_name='tlsa_rec', csv=True, multivalue=True, option_group=u'TLSA Record', required=False)
|
2012-01-12 02:37:36 -06:00
|
|
|
option: TSIGRecord('tsigrecord', attribute=True, autofill=False, cli_name='tsig_rec', csv=True, multivalue=True, option_group=u'TSIG Record', required=False)
|
|
|
|
option: Str('txt_part_data', attribute=False, autofill=False, cli_name='txt_data', multivalue=False, option_group=u'TXT Record', required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: TXTRecord('txtrecord', attribute=True, autofill=False, cli_name='txt_rec', csv=True, multivalue=True, option_group=u'TXT Record', required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: dnsrecord_show
|
2012-01-12 02:37:36 -06:00
|
|
|
args: 2,5,3
|
2014-04-11 07:14:37 -05:00
|
|
|
arg: DNSNameParam('dnszoneidnsname', cli_name='dnszone', multivalue=False, only_absolute=True, primary_key=True, query=True, required=True)
|
|
|
|
arg: DNSNameParam('idnsname', attribute=True, cli_name='name', multivalue=False, primary_key=True, query=True, required=True)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('rights', autofill=True, default=False)
|
|
|
|
option: Flag('structured', autofill=True, default=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: dnszone_add
|
2014-06-30 11:29:40 -05:00
|
|
|
args: 1,26,3
|
2014-04-11 07:14:37 -05:00
|
|
|
arg: DNSNameParam('idnsname', attribute=True, cli_name='name', multivalue=False, only_absolute=True, primary_key=True, required=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: StrEnum('dnsclass', attribute=True, cli_name='class', multivalue=False, required=False, values=(u'IN', u'CS', u'CH', u'HS'))
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('dnsttl', attribute=True, cli_name='ttl', maxvalue=2147483647, minvalue=0, multivalue=False, required=False)
|
|
|
|
option: Flag('force', autofill=True, default=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Bool('idnsallowdynupdate', attribute=True, autofill=True, cli_name='dynamic_update', default=False, multivalue=False, required=False)
|
2012-02-24 02:30:39 -06:00
|
|
|
option: Str('idnsallowquery', attribute=True, autofill=True, cli_name='allow_query', default=u'any;', multivalue=False, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Bool('idnsallowsyncptr', attribute=True, cli_name='allow_sync_ptr', multivalue=False, required=False)
|
2012-02-24 02:30:39 -06:00
|
|
|
option: Str('idnsallowtransfer', attribute=True, autofill=True, cli_name='allow_transfer', default=u'none;', multivalue=False, required=False)
|
2012-02-14 04:10:22 -06:00
|
|
|
option: Str('idnsforwarders', attribute=True, cli_name='forwarder', csv=True, multivalue=True, required=False)
|
2012-10-29 03:15:08 -05:00
|
|
|
option: StrEnum('idnsforwardpolicy', attribute=True, cli_name='forward_policy', multivalue=False, required=False, values=(u'only', u'first', u'none'))
|
2014-04-29 12:42:41 -05:00
|
|
|
option: Bool('idnssecinlinesigning', attribute=True, cli_name='dnssec', default=False, multivalue=False, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('idnssoaexpire', attribute=True, autofill=True, cli_name='expire', default=1209600, maxvalue=2147483647, minvalue=0, multivalue=False, required=True)
|
|
|
|
option: Int('idnssoaminimum', attribute=True, autofill=True, cli_name='minimum', default=3600, maxvalue=2147483647, minvalue=0, multivalue=False, required=True)
|
2014-09-05 09:09:59 -05:00
|
|
|
option: DNSNameParam('idnssoamname', attribute=True, cli_name='name_server', default=None, multivalue=False, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('idnssoarefresh', attribute=True, autofill=True, cli_name='refresh', default=3600, maxvalue=2147483647, minvalue=0, multivalue=False, required=True)
|
|
|
|
option: Int('idnssoaretry', attribute=True, autofill=True, cli_name='retry', default=900, maxvalue=2147483647, minvalue=0, multivalue=False, required=True)
|
2014-09-16 05:23:21 -05:00
|
|
|
option: DNSNameParam('idnssoarname', attribute=True, autofill=True, cli_name='admin_email', default=<DNS name hostmaster>, multivalue=False, required=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('idnssoaserial', attribute=True, autofill=True, cli_name='serial', maxvalue=4294967295L, minvalue=1, multivalue=False, required=True)
|
|
|
|
option: Str('idnsupdatepolicy', attribute=True, autofill=True, cli_name='update_policy', multivalue=False, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('ip_address?')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('name_from_ip', attribute=False, cli_name='name_from_ip', multivalue=False, required=False)
|
2014-06-30 11:29:40 -05:00
|
|
|
option: Str('nsec3paramrecord', attribute=True, cli_name='nsec3param_rec', multivalue=False, pattern='^\\d+ \\d+ \\d+ (([0-9a-fA-F]{2})+|-)$', required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2012-06-27 06:10:10 -05:00
|
|
|
command: dnszone_add_permission
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 1,1,3
|
2014-04-11 07:14:37 -05:00
|
|
|
arg: DNSNameParam('idnsname', attribute=True, cli_name='name', multivalue=False, only_absolute=True, primary_key=True, query=True, required=True)
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2012-06-27 06:10:10 -05:00
|
|
|
output: Output('result', <type 'bool'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-04-10 05:26:02 -05:00
|
|
|
output: Output('value', <type 'unicode'>, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: dnszone_del
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 1,2,3
|
2014-04-11 07:14:37 -05:00
|
|
|
arg: DNSNameParam('idnsname', attribute=True, cli_name='name', multivalue=True, only_absolute=True, primary_key=True, query=True, required=True)
|
2011-05-12 01:28:22 -05:00
|
|
|
option: Flag('continue', autofill=True, cli_name='continue', default=False)
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('result', <type 'dict'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: ListOfPrimaryKeys('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: dnszone_disable
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 1,1,3
|
2014-04-11 07:14:37 -05:00
|
|
|
arg: DNSNameParam('idnsname', attribute=True, cli_name='name', multivalue=False, only_absolute=True, primary_key=True, query=True, required=True)
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('result', <type 'bool'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: dnszone_enable
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 1,1,3
|
2014-04-11 07:14:37 -05:00
|
|
|
arg: DNSNameParam('idnsname', attribute=True, cli_name='name', multivalue=False, only_absolute=True, primary_key=True, query=True, required=True)
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('result', <type 'bool'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: dnszone_find
|
2014-06-30 11:29:40 -05:00
|
|
|
args: 1,28,4
|
2011-06-24 13:32:57 -05:00
|
|
|
arg: Str('criteria?', noextrawhitespace=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: StrEnum('dnsclass', attribute=True, autofill=False, cli_name='class', multivalue=False, query=True, required=False, values=(u'IN', u'CS', u'CH', u'HS'))
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('dnsttl', attribute=True, autofill=False, cli_name='ttl', maxvalue=2147483647, minvalue=0, multivalue=False, query=True, required=False)
|
|
|
|
option: Flag('forward_only', autofill=True, cli_name='forward_only', default=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Bool('idnsallowdynupdate', attribute=True, autofill=False, cli_name='dynamic_update', default=False, multivalue=False, query=True, required=False)
|
2012-02-24 02:30:39 -06:00
|
|
|
option: Str('idnsallowquery', attribute=True, autofill=False, cli_name='allow_query', default=u'any;', multivalue=False, query=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Bool('idnsallowsyncptr', attribute=True, autofill=False, cli_name='allow_sync_ptr', multivalue=False, query=True, required=False)
|
2012-02-24 02:30:39 -06:00
|
|
|
option: Str('idnsallowtransfer', attribute=True, autofill=False, cli_name='allow_transfer', default=u'none;', multivalue=False, query=True, required=False)
|
2012-02-14 04:10:22 -06:00
|
|
|
option: Str('idnsforwarders', attribute=True, autofill=False, cli_name='forwarder', csv=True, multivalue=True, query=True, required=False)
|
2012-10-29 03:15:08 -05:00
|
|
|
option: StrEnum('idnsforwardpolicy', attribute=True, autofill=False, cli_name='forward_policy', multivalue=False, query=True, required=False, values=(u'only', u'first', u'none'))
|
2014-04-11 07:14:37 -05:00
|
|
|
option: DNSNameParam('idnsname', attribute=True, autofill=False, cli_name='name', multivalue=False, only_absolute=True, primary_key=True, query=True, required=False)
|
2014-04-29 12:42:41 -05:00
|
|
|
option: Bool('idnssecinlinesigning', attribute=True, autofill=False, cli_name='dnssec', default=False, multivalue=False, query=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('idnssoaexpire', attribute=True, autofill=False, cli_name='expire', default=1209600, maxvalue=2147483647, minvalue=0, multivalue=False, query=True, required=False)
|
|
|
|
option: Int('idnssoaminimum', attribute=True, autofill=False, cli_name='minimum', default=3600, maxvalue=2147483647, minvalue=0, multivalue=False, query=True, required=False)
|
2014-09-05 09:09:59 -05:00
|
|
|
option: DNSNameParam('idnssoamname', attribute=True, autofill=False, cli_name='name_server', default=None, multivalue=False, query=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('idnssoarefresh', attribute=True, autofill=False, cli_name='refresh', default=3600, maxvalue=2147483647, minvalue=0, multivalue=False, query=True, required=False)
|
|
|
|
option: Int('idnssoaretry', attribute=True, autofill=False, cli_name='retry', default=900, maxvalue=2147483647, minvalue=0, multivalue=False, query=True, required=False)
|
2014-09-16 05:23:21 -05:00
|
|
|
option: DNSNameParam('idnssoarname', attribute=True, autofill=False, cli_name='admin_email', default=<DNS name hostmaster>, multivalue=False, query=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('idnssoaserial', attribute=True, autofill=False, cli_name='serial', maxvalue=4294967295L, minvalue=1, multivalue=False, query=True, required=False)
|
|
|
|
option: Str('idnsupdatepolicy', attribute=True, autofill=False, cli_name='update_policy', multivalue=False, query=True, required=False)
|
|
|
|
option: Bool('idnszoneactive', attribute=True, autofill=False, cli_name='zone_active', multivalue=False, query=True, required=False)
|
|
|
|
option: Str('name_from_ip', attribute=False, autofill=False, cli_name='name_from_ip', multivalue=False, query=True, required=False)
|
2014-06-30 11:29:40 -05:00
|
|
|
option: Str('nsec3paramrecord', attribute=True, autofill=False, cli_name='nsec3param_rec', multivalue=False, pattern='^\\d+ \\d+ \\d+ (([0-9a-fA-F]{2})+|-)$', query=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('pkey_only?', autofill=True, default=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('sizelimit?', autofill=False, minvalue=0)
|
|
|
|
option: Int('timelimit?', autofill=False, minvalue=0)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('count', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: ListOfEntries('result', (<type 'list'>, <type 'tuple'>), Gettext('A list of LDAP entries', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('truncated', <type 'bool'>, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: dnszone_mod
|
2014-06-30 11:29:40 -05:00
|
|
|
args: 1,27,3
|
2014-04-11 07:14:37 -05:00
|
|
|
arg: DNSNameParam('idnsname', attribute=True, cli_name='name', multivalue=False, only_absolute=True, primary_key=True, query=True, required=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Str('delattr*', cli_name='delattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: StrEnum('dnsclass', attribute=True, autofill=False, cli_name='class', multivalue=False, required=False, values=(u'IN', u'CS', u'CH', u'HS'))
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('dnsttl', attribute=True, autofill=False, cli_name='ttl', maxvalue=2147483647, minvalue=0, multivalue=False, required=False)
|
|
|
|
option: Flag('force', autofill=True, default=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Bool('idnsallowdynupdate', attribute=True, autofill=False, cli_name='dynamic_update', default=False, multivalue=False, required=False)
|
2012-02-24 02:30:39 -06:00
|
|
|
option: Str('idnsallowquery', attribute=True, autofill=False, cli_name='allow_query', default=u'any;', multivalue=False, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Bool('idnsallowsyncptr', attribute=True, autofill=False, cli_name='allow_sync_ptr', multivalue=False, required=False)
|
2012-02-24 02:30:39 -06:00
|
|
|
option: Str('idnsallowtransfer', attribute=True, autofill=False, cli_name='allow_transfer', default=u'none;', multivalue=False, required=False)
|
2012-02-14 04:10:22 -06:00
|
|
|
option: Str('idnsforwarders', attribute=True, autofill=False, cli_name='forwarder', csv=True, multivalue=True, required=False)
|
2012-10-29 03:15:08 -05:00
|
|
|
option: StrEnum('idnsforwardpolicy', attribute=True, autofill=False, cli_name='forward_policy', multivalue=False, required=False, values=(u'only', u'first', u'none'))
|
2014-04-29 12:42:41 -05:00
|
|
|
option: Bool('idnssecinlinesigning', attribute=True, autofill=False, cli_name='dnssec', default=False, multivalue=False, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('idnssoaexpire', attribute=True, autofill=False, cli_name='expire', default=1209600, maxvalue=2147483647, minvalue=0, multivalue=False, required=False)
|
|
|
|
option: Int('idnssoaminimum', attribute=True, autofill=False, cli_name='minimum', default=3600, maxvalue=2147483647, minvalue=0, multivalue=False, required=False)
|
2014-09-05 09:09:59 -05:00
|
|
|
option: DNSNameParam('idnssoamname', attribute=True, autofill=False, cli_name='name_server', default=None, multivalue=False, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('idnssoarefresh', attribute=True, autofill=False, cli_name='refresh', default=3600, maxvalue=2147483647, minvalue=0, multivalue=False, required=False)
|
|
|
|
option: Int('idnssoaretry', attribute=True, autofill=False, cli_name='retry', default=900, maxvalue=2147483647, minvalue=0, multivalue=False, required=False)
|
2014-09-16 05:23:21 -05:00
|
|
|
option: DNSNameParam('idnssoarname', attribute=True, autofill=False, cli_name='admin_email', default=<DNS name hostmaster>, multivalue=False, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('idnssoaserial', attribute=True, autofill=False, cli_name='serial', maxvalue=4294967295L, minvalue=1, multivalue=False, required=False)
|
|
|
|
option: Str('idnsupdatepolicy', attribute=True, autofill=False, cli_name='update_policy', multivalue=False, required=False)
|
|
|
|
option: Str('name_from_ip', attribute=False, autofill=False, cli_name='name_from_ip', multivalue=False, required=False)
|
2014-06-30 11:29:40 -05:00
|
|
|
option: Str('nsec3paramrecord', attribute=True, autofill=False, cli_name='nsec3param_rec', multivalue=False, pattern='^\\d+ \\d+ \\d+ (([0-9a-fA-F]{2})+|-)$', required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('rights', autofill=True, default=False)
|
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2012-06-27 06:10:10 -05:00
|
|
|
command: dnszone_remove_permission
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 1,1,3
|
2014-04-11 07:14:37 -05:00
|
|
|
arg: DNSNameParam('idnsname', attribute=True, cli_name='name', multivalue=False, only_absolute=True, primary_key=True, query=True, required=True)
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2012-06-27 06:10:10 -05:00
|
|
|
output: Output('result', <type 'bool'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-04-10 05:26:02 -05:00
|
|
|
output: Output('value', <type 'unicode'>, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: dnszone_show
|
|
|
|
args: 1,4,3
|
2014-04-11 07:14:37 -05:00
|
|
|
arg: DNSNameParam('idnsname', attribute=True, cli_name='name', multivalue=False, only_absolute=True, primary_key=True, query=True, required=True)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('rights', autofill=True, default=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: env
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 1,3,4
|
2011-01-13 13:29:16 -06:00
|
|
|
arg: Str('variables*')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=True, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('server?', autofill=True, default=False)
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('count', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('result', <type 'dict'>, None)
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('total', <type 'int'>, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: group_add
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,10,3
|
2012-04-12 07:45:38 -05:00
|
|
|
arg: Str('cn', attribute=True, cli_name='group_name', maxlength=255, multivalue=False, pattern='^[a-zA-Z0-9_.][a-zA-Z0-9_.-]{0,252}[a-zA-Z0-9_.$-]?$', primary_key=True, required=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2014-09-26 01:54:28 -05:00
|
|
|
option: Str('description', attribute=True, cli_name='desc', multivalue=False, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('external', autofill=True, cli_name='external', default=False)
|
2012-02-23 03:25:22 -06:00
|
|
|
option: Int('gidnumber', attribute=True, cli_name='gid', minvalue=1, multivalue=False, required=False)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-05-12 01:28:22 -05:00
|
|
|
option: Flag('nonposix', autofill=True, cli_name='nonposix', default=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-01-13 13:29:16 -06:00
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: group_add_member
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,7,3
|
2012-04-12 07:45:38 -05:00
|
|
|
arg: Str('cn', attribute=True, cli_name='group_name', maxlength=255, multivalue=False, pattern='^[a-zA-Z0-9_.][a-zA-Z0-9_.-]{0,252}[a-zA-Z0-9_.$-]?$', primary_key=True, query=True, required=True)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('group*', alwaysask=True, cli_name='groups', csv=True)
|
|
|
|
option: Str('ipaexternalmember*', cli_name='external', csv=True)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2011-11-21 09:50:27 -06:00
|
|
|
option: Str('user*', alwaysask=True, cli_name='users', csv=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('completed', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2011-01-13 13:29:16 -06:00
|
|
|
command: group_del
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 1,2,3
|
2012-04-12 07:45:38 -05:00
|
|
|
arg: Str('cn', attribute=True, cli_name='group_name', maxlength=255, multivalue=True, pattern='^[a-zA-Z0-9_.][a-zA-Z0-9_.-]{0,252}[a-zA-Z0-9_.$-]?$', primary_key=True, query=True, required=True)
|
2011-05-12 01:28:22 -05:00
|
|
|
option: Flag('continue', autofill=True, cli_name='continue', default=False)
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('result', <type 'dict'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: ListOfPrimaryKeys('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: group_detach
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 1,1,3
|
2012-04-12 07:45:38 -05:00
|
|
|
arg: Str('cn', attribute=True, cli_name='group_name', maxlength=255, multivalue=False, pattern='^[a-zA-Z0-9_.][a-zA-Z0-9_.-]{0,252}[a-zA-Z0-9_.$-]?$', primary_key=True, query=True, required=True)
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('result', <type 'bool'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: group_find
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,28,4
|
2011-06-24 13:32:57 -05:00
|
|
|
arg: Str('criteria?', noextrawhitespace=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-04-12 07:45:38 -05:00
|
|
|
option: Str('cn', attribute=True, autofill=False, cli_name='group_name', maxlength=255, multivalue=False, pattern='^[a-zA-Z0-9_.][a-zA-Z0-9_.-]{0,252}[a-zA-Z0-9_.$-]?$', primary_key=True, query=True, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('description', attribute=True, autofill=False, cli_name='desc', multivalue=False, query=True, required=False)
|
2013-03-11 06:37:29 -05:00
|
|
|
option: Flag('external', autofill=True, cli_name='external', default=False)
|
2012-02-23 03:25:22 -06:00
|
|
|
option: Int('gidnumber', attribute=True, autofill=False, cli_name='gid', minvalue=1, multivalue=False, query=True, required=False)
|
2011-11-21 09:50:27 -06:00
|
|
|
option: Str('group*', cli_name='groups', csv=True)
|
|
|
|
option: Str('in_group*', cli_name='in_groups', csv=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('in_hbacrule*', cli_name='in_hbacrules', csv=True)
|
2011-11-21 09:50:27 -06:00
|
|
|
option: Str('in_netgroup*', cli_name='in_netgroups', csv=True)
|
|
|
|
option: Str('in_role*', cli_name='in_roles', csv=True)
|
|
|
|
option: Str('in_sudorule*', cli_name='in_sudorules', csv=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('no_group*', cli_name='no_groups', csv=True)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('no_user*', cli_name='no_users', csv=True)
|
2013-03-11 06:37:29 -05:00
|
|
|
option: Flag('nonposix', autofill=True, cli_name='nonposix', default=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('not_in_group*', cli_name='not_in_groups', csv=True)
|
|
|
|
option: Str('not_in_hbacrule*', cli_name='not_in_hbacrules', csv=True)
|
|
|
|
option: Str('not_in_netgroup*', cli_name='not_in_netgroups', csv=True)
|
|
|
|
option: Str('not_in_role*', cli_name='not_in_roles', csv=True)
|
2011-11-21 09:50:27 -06:00
|
|
|
option: Str('not_in_sudorule*', cli_name='not_in_sudorules', csv=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('pkey_only?', autofill=True, default=False)
|
2013-03-11 06:37:29 -05:00
|
|
|
option: Flag('posix', autofill=True, cli_name='posix', default=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('private', autofill=True, cli_name='private', default=False)
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Int('sizelimit?', autofill=False, minvalue=0)
|
|
|
|
option: Int('timelimit?', autofill=False, minvalue=0)
|
|
|
|
option: Str('user*', cli_name='users', csv=True)
|
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('count', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: ListOfEntries('result', (<type 'list'>, <type 'tuple'>), Gettext('A list of LDAP entries', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('truncated', <type 'bool'>, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: group_mod
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,13,3
|
2012-04-12 07:45:38 -05:00
|
|
|
arg: Str('cn', attribute=True, cli_name='group_name', maxlength=255, multivalue=False, pattern='^[a-zA-Z0-9_.][a-zA-Z0-9_.-]{0,252}[a-zA-Z0-9_.$-]?$', primary_key=True, query=True, required=True)
|
2011-11-29 02:59:11 -06:00
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2011-11-29 02:59:11 -06:00
|
|
|
option: Str('delattr*', cli_name='delattr', exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('description', attribute=True, autofill=False, cli_name='desc', multivalue=False, required=False)
|
2012-06-20 08:08:33 -05:00
|
|
|
option: Flag('external', autofill=True, cli_name='external', default=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('gidnumber', attribute=True, autofill=False, cli_name='gid', minvalue=1, multivalue=False, required=False)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('posix', autofill=True, cli_name='posix', default=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:45:38 -05:00
|
|
|
option: Str('rename', cli_name='rename', maxlength=255, multivalue=False, pattern='^[a-zA-Z0-9_.][a-zA-Z0-9_.-]{0,252}[a-zA-Z0-9_.$-]?$', primary_key=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('rights', autofill=True, default=False)
|
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
|
|
|
option: Str('version?', exclude='webui')
|
2011-01-13 13:29:16 -06:00
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: group_remove_member
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,7,3
|
2012-04-12 07:45:38 -05:00
|
|
|
arg: Str('cn', attribute=True, cli_name='group_name', maxlength=255, multivalue=False, pattern='^[a-zA-Z0-9_.][a-zA-Z0-9_.-]{0,252}[a-zA-Z0-9_.$-]?$', primary_key=True, query=True, required=True)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('group*', alwaysask=True, cli_name='groups', csv=True)
|
|
|
|
option: Str('ipaexternalmember*', cli_name='external', csv=True)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2011-11-21 09:50:27 -06:00
|
|
|
option: Str('user*', alwaysask=True, cli_name='users', csv=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('completed', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2011-01-13 13:29:16 -06:00
|
|
|
command: group_show
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,5,3
|
2012-04-12 07:45:38 -05:00
|
|
|
arg: Str('cn', attribute=True, cli_name='group_name', maxlength=255, multivalue=False, pattern='^[a-zA-Z0-9_.][a-zA-Z0-9_.-]{0,252}[a-zA-Z0-9_.$-]?$', primary_key=True, query=True, required=True)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('rights', autofill=True, default=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: hbacrule_add
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,16,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, primary_key=True, required=True)
|
|
|
|
option: StrEnum('accessruletype', attribute=True, autofill=True, cli_name='type', default=u'allow', exclude='webui', multivalue=False, required=True, values=(u'allow', u'deny'))
|
2011-11-29 02:59:11 -06:00
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('description', attribute=True, cli_name='desc', multivalue=False, required=False)
|
|
|
|
option: Str('externalhost', attribute=True, cli_name='externalhost', multivalue=True, required=False)
|
|
|
|
option: StrEnum('hostcategory', attribute=True, cli_name='hostcat', multivalue=False, required=False, values=(u'all',))
|
|
|
|
option: Bool('ipaenabledflag', attribute=True, cli_name='ipaenabledflag', multivalue=False, required=False)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: StrEnum('servicecategory', attribute=True, cli_name='servicecat', multivalue=False, required=False, values=(u'all',))
|
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
2013-04-12 10:38:09 -05:00
|
|
|
option: DeprecatedParam('sourcehost_host', attribute=True, cli_name='sourcehost_host', multivalue=False, required=False)
|
|
|
|
option: DeprecatedParam('sourcehost_hostgroup', attribute=True, cli_name='sourcehost_hostgroup', multivalue=False, required=False)
|
|
|
|
option: DeprecatedParam('sourcehostcategory', attribute=True, cli_name='sourcehostcategory', multivalue=False, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: StrEnum('usercategory', attribute=True, cli_name='usercat', multivalue=False, required=False, values=(u'all',))
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: hbacrule_add_host
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,6,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2011-11-21 09:50:27 -06:00
|
|
|
option: Str('host*', alwaysask=True, cli_name='hosts', csv=True)
|
|
|
|
option: Str('hostgroup*', alwaysask=True, cli_name='hostgroups', csv=True)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('completed', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2011-01-13 13:29:16 -06:00
|
|
|
command: hbacrule_add_service
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,6,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2011-11-21 09:50:27 -06:00
|
|
|
option: Str('hbacsvc*', alwaysask=True, cli_name='hbacsvcs', csv=True)
|
|
|
|
option: Str('hbacsvcgroup*', alwaysask=True, cli_name='hbacsvcgroups', csv=True)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('completed', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2011-01-13 13:29:16 -06:00
|
|
|
command: hbacrule_add_sourcehost
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,6,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2011-11-21 09:50:27 -06:00
|
|
|
option: Str('host*', alwaysask=True, cli_name='hosts', csv=True)
|
|
|
|
option: Str('hostgroup*', alwaysask=True, cli_name='hostgroups', csv=True)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('completed', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2011-01-13 13:29:16 -06:00
|
|
|
command: hbacrule_add_user
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,6,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('group*', alwaysask=True, cli_name='groups', csv=True)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2011-11-21 09:50:27 -06:00
|
|
|
option: Str('user*', alwaysask=True, cli_name='users', csv=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('completed', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2011-01-13 13:29:16 -06:00
|
|
|
command: hbacrule_del
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 1,2,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=True, primary_key=True, query=True, required=True)
|
2011-05-12 01:28:22 -05:00
|
|
|
option: Flag('continue', autofill=True, cli_name='continue', default=False)
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('result', <type 'dict'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: ListOfPrimaryKeys('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: hbacrule_disable
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 1,1,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, primary_key=True, query=True, required=True)
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('result', <type 'bool'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: hbacrule_enable
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 1,1,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, primary_key=True, query=True, required=True)
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('result', <type 'bool'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: hbacrule_find
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,18,4
|
2011-06-24 13:32:57 -05:00
|
|
|
arg: Str('criteria?', noextrawhitespace=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: StrEnum('accessruletype', attribute=True, autofill=False, cli_name='type', default=u'allow', exclude='webui', multivalue=False, query=True, required=False, values=(u'allow', u'deny'))
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Str('cn', attribute=True, autofill=False, cli_name='name', multivalue=False, primary_key=True, query=True, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('description', attribute=True, autofill=False, cli_name='desc', multivalue=False, query=True, required=False)
|
2012-05-21 04:03:21 -05:00
|
|
|
option: Str('externalhost', attribute=True, autofill=False, cli_name='externalhost', multivalue=True, query=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: StrEnum('hostcategory', attribute=True, autofill=False, cli_name='hostcat', multivalue=False, query=True, required=False, values=(u'all',))
|
|
|
|
option: Bool('ipaenabledflag', attribute=True, autofill=False, cli_name='ipaenabledflag', multivalue=False, query=True, required=False)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('pkey_only?', autofill=True, default=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: StrEnum('servicecategory', attribute=True, autofill=False, cli_name='servicecat', multivalue=False, query=True, required=False, values=(u'all',))
|
|
|
|
option: Int('sizelimit?', autofill=False, minvalue=0)
|
2013-04-12 10:38:09 -05:00
|
|
|
option: DeprecatedParam('sourcehost_host', attribute=True, autofill=False, cli_name='sourcehost_host', multivalue=False, query=True, required=False)
|
|
|
|
option: DeprecatedParam('sourcehost_hostgroup', attribute=True, autofill=False, cli_name='sourcehost_hostgroup', multivalue=False, query=True, required=False)
|
|
|
|
option: DeprecatedParam('sourcehostcategory', attribute=True, autofill=False, cli_name='sourcehostcategory', multivalue=False, query=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('timelimit?', autofill=False, minvalue=0)
|
|
|
|
option: StrEnum('usercategory', attribute=True, autofill=False, cli_name='usercat', multivalue=False, query=True, required=False, values=(u'all',))
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('count', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: ListOfEntries('result', (<type 'list'>, <type 'tuple'>), Gettext('A list of LDAP entries', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('truncated', <type 'bool'>, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: hbacrule_mod
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,18,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: StrEnum('accessruletype', attribute=True, autofill=False, cli_name='type', default=u'allow', exclude='webui', multivalue=False, required=False, values=(u'allow', u'deny'))
|
2011-11-29 02:59:11 -06:00
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('delattr*', cli_name='delattr', exclude='webui')
|
|
|
|
option: Str('description', attribute=True, autofill=False, cli_name='desc', multivalue=False, required=False)
|
|
|
|
option: Str('externalhost', attribute=True, autofill=False, cli_name='externalhost', multivalue=True, required=False)
|
|
|
|
option: StrEnum('hostcategory', attribute=True, autofill=False, cli_name='hostcat', multivalue=False, required=False, values=(u'all',))
|
|
|
|
option: Bool('ipaenabledflag', attribute=True, autofill=False, cli_name='ipaenabledflag', multivalue=False, required=False)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('rights', autofill=True, default=False)
|
|
|
|
option: StrEnum('servicecategory', attribute=True, autofill=False, cli_name='servicecat', multivalue=False, required=False, values=(u'all',))
|
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
2013-04-12 10:38:09 -05:00
|
|
|
option: DeprecatedParam('sourcehost_host', attribute=True, autofill=False, cli_name='sourcehost_host', multivalue=False, required=False)
|
|
|
|
option: DeprecatedParam('sourcehost_hostgroup', attribute=True, autofill=False, cli_name='sourcehost_hostgroup', multivalue=False, required=False)
|
|
|
|
option: DeprecatedParam('sourcehostcategory', attribute=True, autofill=False, cli_name='sourcehostcategory', multivalue=False, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: StrEnum('usercategory', attribute=True, autofill=False, cli_name='usercat', multivalue=False, required=False, values=(u'all',))
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: hbacrule_remove_host
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,6,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2011-11-21 09:50:27 -06:00
|
|
|
option: Str('host*', alwaysask=True, cli_name='hosts', csv=True)
|
|
|
|
option: Str('hostgroup*', alwaysask=True, cli_name='hostgroups', csv=True)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('completed', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2011-01-13 13:29:16 -06:00
|
|
|
command: hbacrule_remove_service
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,6,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2011-11-21 09:50:27 -06:00
|
|
|
option: Str('hbacsvc*', alwaysask=True, cli_name='hbacsvcs', csv=True)
|
|
|
|
option: Str('hbacsvcgroup*', alwaysask=True, cli_name='hbacsvcgroups', csv=True)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('completed', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2011-01-13 13:29:16 -06:00
|
|
|
command: hbacrule_remove_sourcehost
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,6,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2011-11-21 09:50:27 -06:00
|
|
|
option: Str('host*', alwaysask=True, cli_name='hosts', csv=True)
|
|
|
|
option: Str('hostgroup*', alwaysask=True, cli_name='hostgroups', csv=True)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('completed', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2011-01-13 13:29:16 -06:00
|
|
|
command: hbacrule_remove_user
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,6,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('group*', alwaysask=True, cli_name='groups', csv=True)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2011-11-21 09:50:27 -06:00
|
|
|
option: Str('user*', alwaysask=True, cli_name='users', csv=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('completed', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2011-01-13 13:29:16 -06:00
|
|
|
command: hbacrule_show
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,5,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('rights', autofill=True, default=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: hbacsvc_add
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,7,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='service', multivalue=False, primary_key=True, required=True)
|
2011-11-29 02:59:11 -06:00
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('description', attribute=True, cli_name='desc', multivalue=False, required=False)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: hbacsvc_del
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 1,2,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='service', multivalue=True, primary_key=True, query=True, required=True)
|
2011-05-12 01:28:22 -05:00
|
|
|
option: Flag('continue', autofill=True, cli_name='continue', default=False)
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('result', <type 'dict'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: ListOfPrimaryKeys('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: hbacsvc_find
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,9,4
|
2011-06-24 13:32:57 -05:00
|
|
|
arg: Str('criteria?', noextrawhitespace=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('cn', attribute=True, autofill=False, cli_name='service', multivalue=False, primary_key=True, query=True, required=False)
|
|
|
|
option: Str('description', attribute=True, autofill=False, cli_name='desc', multivalue=False, query=True, required=False)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('pkey_only?', autofill=True, default=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('sizelimit?', autofill=False, minvalue=0)
|
|
|
|
option: Int('timelimit?', autofill=False, minvalue=0)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('count', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: ListOfEntries('result', (<type 'list'>, <type 'tuple'>), Gettext('A list of LDAP entries', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('truncated', <type 'bool'>, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: hbacsvc_mod
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,9,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='service', multivalue=False, primary_key=True, query=True, required=True)
|
2011-11-29 02:59:11 -06:00
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('delattr*', cli_name='delattr', exclude='webui')
|
|
|
|
option: Str('description', attribute=True, autofill=False, cli_name='desc', multivalue=False, required=False)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('rights', autofill=True, default=False)
|
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: hbacsvc_show
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,5,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='service', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('rights', autofill=True, default=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: hbacsvcgroup_add
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,7,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, primary_key=True, required=True)
|
2011-11-29 02:59:11 -06:00
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2014-09-26 01:54:28 -05:00
|
|
|
option: Str('description', attribute=True, cli_name='desc', multivalue=False, required=False)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: hbacsvcgroup_add_member
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,5,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('hbacsvc*', alwaysask=True, cli_name='hbacsvcs', csv=True)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('completed', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2011-01-13 13:29:16 -06:00
|
|
|
command: hbacsvcgroup_del
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 1,2,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=True, primary_key=True, query=True, required=True)
|
2011-05-12 01:28:22 -05:00
|
|
|
option: Flag('continue', autofill=True, cli_name='continue', default=False)
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('result', <type 'dict'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: ListOfPrimaryKeys('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: hbacsvcgroup_find
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,9,4
|
2011-06-24 13:32:57 -05:00
|
|
|
arg: Str('criteria?', noextrawhitespace=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('cn', attribute=True, autofill=False, cli_name='name', multivalue=False, primary_key=True, query=True, required=False)
|
|
|
|
option: Str('description', attribute=True, autofill=False, cli_name='desc', multivalue=False, query=True, required=False)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('pkey_only?', autofill=True, default=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('sizelimit?', autofill=False, minvalue=0)
|
|
|
|
option: Int('timelimit?', autofill=False, minvalue=0)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('count', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: ListOfEntries('result', (<type 'list'>, <type 'tuple'>), Gettext('A list of LDAP entries', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('truncated', <type 'bool'>, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: hbacsvcgroup_mod
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,9,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, primary_key=True, query=True, required=True)
|
2011-11-29 02:59:11 -06:00
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('delattr*', cli_name='delattr', exclude='webui')
|
|
|
|
option: Str('description', attribute=True, autofill=False, cli_name='desc', multivalue=False, required=False)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('rights', autofill=True, default=False)
|
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: hbacsvcgroup_remove_member
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,5,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('hbacsvc*', alwaysask=True, cli_name='hbacsvcs', csv=True)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('completed', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2011-01-13 13:29:16 -06:00
|
|
|
command: hbacsvcgroup_show
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,5,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('rights', autofill=True, default=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
Add hbactest command. https://fedorahosted.org/freeipa/ticket/386
HBAC rules control who can access what services on what hosts and from where.
You can use HBAC to control which users or groups on a source host can
access a service, or group of services, on a target host.
Since applying HBAC rules implies use of a production environment,
this plugin aims to provide simulation of HBAC rules evaluation without
having access to the production environment.
Test user coming from source host to a service on a named host against
existing enabled rules.
ipa hbactest --user= --srchost= --host= --service=
[--rules=rules-list] [--nodetail] [--enabled] [--disabled]
--user, --srchost, --host, and --service are mandatory, others are optional.
If --rules is specified simulate enabling of the specified rules and test
the login of the user using only these rules.
If --enabled is specified, all enabled HBAC rules will be added to simulation
If --disabled is specified, all disabled HBAC rules will be added to simulation
If --nodetail is specified, do not return information about rules matched/not matched.
If both --rules and --enabled are specified, apply simulation to --rules _and_
all IPA enabled rules.
If no --rules specified, simulation is run against all IPA enabled rules.
EXAMPLES:
1. Use all enabled HBAC rules in IPA database to simulate:
$ ipa hbactest --user=a1a --srchost=foo --host=bar --service=ssh
--------------------
Access granted: True
--------------------
notmatched: my-second-rule
notmatched: my-third-rule
notmatched: myrule
matched: allow_all
2. Disable detailed summary of how rules were applied:
$ ipa hbactest --user=a1a --srchost=foo --host=bar --service=ssh --nodetail
--------------------
Access granted: True
--------------------
3. Test explicitly specified HBAC rules:
$ ipa hbactest --user=a1a --srchost=foo --host=bar --service=ssh --rules=my-second-rule,myrule
---------------------
Access granted: False
---------------------
notmatched: my-second-rule
notmatched: myrule
4. Use all enabled HBAC rules in IPA database + explicitly specified rules:
$ ipa hbactest --user=a1a --srchost=foo --host=bar --service=ssh --rules=my-second-rule,myrule --enabled
--------------------
Access granted: True
--------------------
notmatched: my-second-rule
notmatched: my-third-rule
notmatched: myrule
matched: allow_all
5. Test all disabled HBAC rules in IPA database:
$ ipa hbactest --user=a1a --srchost=foo --host=bar --service=ssh --disabled
---------------------
Access granted: False
---------------------
notmatched: new-rule
6. Test all disabled HBAC rules in IPA database + explicitly specified rules:
$ ipa hbactest --user=a1a --srchost=foo --host=bar --service=ssh --rules=my-second-rule,myrule --disabled
---------------------
Access granted: False
---------------------
notmatched: my-second-rule
notmatched: my-third-rule
notmatched: myrule
7. Test all (enabled and disabled) HBAC rules in IPA database:
$ ipa hbactest --user=a1a --srchost=foo --host=bar --service=ssh --enabled --disabled
--------------------
Access granted: True
--------------------
notmatched: my-second-rule
notmatched: my-third-rule
notmatched: myrule
notmatched: new-rule
matched: allow_all
Only rules existing in IPA database are tested. They may be in enabled or
disabled disabled state.
Specifying them through --rules option explicitly enables them only in
simulation run.
Specifying non-existing rules will not grant access and report non-existing
rules in output.
2011-07-22 08:30:44 -05:00
|
|
|
command: hbactest
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 0,10,6
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('disabled?', autofill=True, cli_name='disabled', default=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('enabled?', autofill=True, cli_name='enabled', default=False)
|
|
|
|
option: Flag('nodetail?', autofill=True, cli_name='nodetail', default=False)
|
|
|
|
option: Str('rules*', cli_name='rules', csv=True)
|
|
|
|
option: Str('service', cli_name='service')
|
2012-01-10 03:15:26 -06:00
|
|
|
option: Int('sizelimit?', autofill=False, minvalue=0)
|
2013-04-12 10:38:09 -05:00
|
|
|
option: DeprecatedParam('sourcehost?')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('targethost', cli_name='host')
|
|
|
|
option: Str('user', cli_name='user', primary_key=True)
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('error', (<type 'list'>, <type 'tuple'>, <type 'NoneType'>), None)
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('matched', (<type 'list'>, <type 'tuple'>, <type 'NoneType'>), None)
|
|
|
|
output: Output('notmatched', (<type 'list'>, <type 'tuple'>, <type 'NoneType'>), None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('value', <type 'bool'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('warning', (<type 'list'>, <type 'tuple'>, <type 'NoneType'>), None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: host_add
|
2014-07-31 05:08:05 -05:00
|
|
|
args: 1,23,3
|
2012-02-28 02:05:01 -06:00
|
|
|
arg: Str('fqdn', attribute=True, cli_name='hostname', multivalue=False, primary_key=True, required=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('description', attribute=True, cli_name='desc', multivalue=False, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('force', autofill=True, default=False)
|
|
|
|
option: Str('ip_address?')
|
2014-12-02 08:40:40 -06:00
|
|
|
option: Str('ipaassignedidview', attribute=True, cli_name='ipaassignedidview', multivalue=False, required=False)
|
2013-03-18 06:31:23 -05:00
|
|
|
option: Bool('ipakrbokasdelegate', attribute=False, cli_name='ok_as_delegate', multivalue=False, required=False)
|
|
|
|
option: Bool('ipakrbrequirespreauth', attribute=False, cli_name='requires_pre_auth', multivalue=False, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('ipasshpubkey', attribute=True, cli_name='sshpubkey', csv=True, multivalue=True, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('l', attribute=True, cli_name='locality', multivalue=False, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('macaddress', attribute=True, cli_name='macaddress', csv=True, multivalue=True, pattern='^([a-fA-F0-9]{2}[:|\\-]?){5}[a-fA-F0-9]{2}$', required=False)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('no_reverse', autofill=True, default=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('nshardwareplatform', attribute=True, cli_name='platform', multivalue=False, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('nshostlocation', attribute=True, cli_name='location', multivalue=False, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('nsosversion', attribute=True, cli_name='os', multivalue=False, required=False)
|
|
|
|
option: Flag('random', attribute=False, autofill=True, cli_name='random', default=False, multivalue=False, required=False)
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
|
|
|
option: Bytes('usercertificate', attribute=True, cli_name='certificate', multivalue=False, required=False)
|
2013-04-23 02:59:24 -05:00
|
|
|
option: Str('userclass', attribute=True, cli_name='class', multivalue=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('userpassword', attribute=True, cli_name='password', multivalue=False, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-01-13 13:29:16 -06:00
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: host_add_managedby
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,5,3
|
2012-02-28 02:05:01 -06:00
|
|
|
arg: Str('fqdn', attribute=True, cli_name='hostname', multivalue=False, primary_key=True, query=True, required=True)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('host*', alwaysask=True, cli_name='hosts', csv=True)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('completed', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2014-10-02 09:57:08 -05:00
|
|
|
command: host_allow_create_keytab
|
2014-12-01 03:15:21 -06:00
|
|
|
args: 1,8,3
|
2014-10-02 09:57:08 -05:00
|
|
|
arg: Str('fqdn', attribute=True, cli_name='hostname', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Str('group*', alwaysask=True, cli_name='groups', csv=True)
|
2014-12-01 03:15:21 -06:00
|
|
|
option: Str('host*', alwaysask=True, cli_name='hosts', csv=True)
|
|
|
|
option: Str('hostgroup*', alwaysask=True, cli_name='hostgroups', csv=True)
|
2014-10-02 09:57:08 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('user*', alwaysask=True, cli_name='users', csv=True)
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('completed', <type 'int'>, None)
|
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
|
|
|
command: host_allow_retrieve_keytab
|
2014-12-01 03:15:21 -06:00
|
|
|
args: 1,8,3
|
2014-10-02 09:57:08 -05:00
|
|
|
arg: Str('fqdn', attribute=True, cli_name='hostname', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Str('group*', alwaysask=True, cli_name='groups', csv=True)
|
2014-12-01 03:15:21 -06:00
|
|
|
option: Str('host*', alwaysask=True, cli_name='hosts', csv=True)
|
|
|
|
option: Str('hostgroup*', alwaysask=True, cli_name='hostgroups', csv=True)
|
2014-10-02 09:57:08 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('user*', alwaysask=True, cli_name='users', csv=True)
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('completed', <type 'int'>, None)
|
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2011-01-13 13:29:16 -06:00
|
|
|
command: host_del
|
2014-08-05 02:12:24 -05:00
|
|
|
args: 1,3,3
|
2012-02-28 02:05:01 -06:00
|
|
|
arg: Str('fqdn', attribute=True, cli_name='hostname', multivalue=True, primary_key=True, query=True, required=True)
|
2014-08-05 02:12:24 -05:00
|
|
|
option: Flag('continue', autofill=True, cli_name='continue', default=False)
|
2011-05-12 01:28:22 -05:00
|
|
|
option: Flag('updatedns?', autofill=True, default=False)
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('result', <type 'dict'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: ListOfPrimaryKeys('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: host_disable
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 1,1,3
|
2012-02-28 02:05:01 -06:00
|
|
|
arg: Str('fqdn', attribute=True, cli_name='hostname', multivalue=False, primary_key=True, query=True, required=True)
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('result', <type 'bool'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2014-10-02 09:57:08 -05:00
|
|
|
command: host_disallow_create_keytab
|
2014-12-01 03:15:21 -06:00
|
|
|
args: 1,8,3
|
2014-10-02 09:57:08 -05:00
|
|
|
arg: Str('fqdn', attribute=True, cli_name='hostname', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Str('group*', alwaysask=True, cli_name='groups', csv=True)
|
2014-12-01 03:15:21 -06:00
|
|
|
option: Str('host*', alwaysask=True, cli_name='hosts', csv=True)
|
|
|
|
option: Str('hostgroup*', alwaysask=True, cli_name='hostgroups', csv=True)
|
2014-10-02 09:57:08 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('user*', alwaysask=True, cli_name='users', csv=True)
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('completed', <type 'int'>, None)
|
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
|
|
|
command: host_disallow_retrieve_keytab
|
2014-12-01 03:15:21 -06:00
|
|
|
args: 1,8,3
|
2014-10-02 09:57:08 -05:00
|
|
|
arg: Str('fqdn', attribute=True, cli_name='hostname', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Str('group*', alwaysask=True, cli_name='groups', csv=True)
|
2014-12-01 03:15:21 -06:00
|
|
|
option: Str('host*', alwaysask=True, cli_name='hosts', csv=True)
|
|
|
|
option: Str('hostgroup*', alwaysask=True, cli_name='hostgroups', csv=True)
|
2014-10-02 09:57:08 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('user*', alwaysask=True, cli_name='users', csv=True)
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('completed', <type 'int'>, None)
|
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2011-01-13 13:29:16 -06:00
|
|
|
command: host_find
|
2014-07-31 05:08:05 -05:00
|
|
|
args: 1,34,4
|
2011-06-24 13:32:57 -05:00
|
|
|
arg: Str('criteria?', noextrawhitespace=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('description', attribute=True, autofill=False, cli_name='desc', multivalue=False, query=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('enroll_by_user*', cli_name='enroll_by_users', csv=True)
|
|
|
|
option: Str('fqdn', attribute=True, autofill=False, cli_name='hostname', multivalue=False, primary_key=True, query=True, required=False)
|
|
|
|
option: Str('in_hbacrule*', cli_name='in_hbacrules', csv=True)
|
|
|
|
option: Str('in_hostgroup*', cli_name='in_hostgroups', csv=True)
|
|
|
|
option: Str('in_netgroup*', cli_name='in_netgroups', csv=True)
|
|
|
|
option: Str('in_role*', cli_name='in_roles', csv=True)
|
|
|
|
option: Str('in_sudorule*', cli_name='in_sudorules', csv=True)
|
2014-12-02 08:40:40 -06:00
|
|
|
option: Str('ipaassignedidview', attribute=True, autofill=False, cli_name='ipaassignedidview', multivalue=False, query=True, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('l', attribute=True, autofill=False, cli_name='locality', multivalue=False, query=True, required=False)
|
2012-04-12 07:45:38 -05:00
|
|
|
option: Str('macaddress', attribute=True, autofill=False, cli_name='macaddress', csv=True, multivalue=True, pattern='^([a-fA-F0-9]{2}[:|\\-]?){5}[a-fA-F0-9]{2}$', query=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('man_by_host*', cli_name='man_by_hosts', csv=True)
|
|
|
|
option: Str('man_host*', cli_name='man_hosts', csv=True)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('not_enroll_by_user*', cli_name='not_enroll_by_users', csv=True)
|
|
|
|
option: Str('not_in_hbacrule*', cli_name='not_in_hbacrules', csv=True)
|
2011-11-21 09:50:27 -06:00
|
|
|
option: Str('not_in_hostgroup*', cli_name='not_in_hostgroups', csv=True)
|
|
|
|
option: Str('not_in_netgroup*', cli_name='not_in_netgroups', csv=True)
|
|
|
|
option: Str('not_in_role*', cli_name='not_in_roles', csv=True)
|
|
|
|
option: Str('not_in_sudorule*', cli_name='not_in_sudorules', csv=True)
|
|
|
|
option: Str('not_man_by_host*', cli_name='not_man_by_hosts', csv=True)
|
2012-01-26 06:41:39 -06:00
|
|
|
option: Str('not_man_host*', cli_name='not_man_hosts', csv=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('nshardwareplatform', attribute=True, autofill=False, cli_name='platform', multivalue=False, query=True, required=False)
|
|
|
|
option: Str('nshostlocation', attribute=True, autofill=False, cli_name='location', multivalue=False, query=True, required=False)
|
|
|
|
option: Str('nsosversion', attribute=True, autofill=False, cli_name='os', multivalue=False, query=True, required=False)
|
|
|
|
option: Flag('pkey_only?', autofill=True, default=False)
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Int('sizelimit?', autofill=False, minvalue=0)
|
|
|
|
option: Int('timelimit?', autofill=False, minvalue=0)
|
|
|
|
option: Bytes('usercertificate', attribute=True, autofill=False, cli_name='certificate', multivalue=False, query=True, required=False)
|
2013-04-23 02:59:24 -05:00
|
|
|
option: Str('userclass', attribute=True, autofill=False, cli_name='class', multivalue=True, query=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('userpassword', attribute=True, autofill=False, cli_name='password', multivalue=False, query=True, required=False)
|
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('count', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: ListOfEntries('result', (<type 'list'>, <type 'tuple'>), Gettext('A list of LDAP entries', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('truncated', <type 'bool'>, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: host_mod
|
2014-07-31 05:08:05 -05:00
|
|
|
args: 1,24,3
|
2012-02-28 02:05:01 -06:00
|
|
|
arg: Str('fqdn', attribute=True, cli_name='hostname', multivalue=False, primary_key=True, query=True, required=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Str('delattr*', cli_name='delattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('description', attribute=True, autofill=False, cli_name='desc', multivalue=False, required=False)
|
2014-12-02 08:40:40 -06:00
|
|
|
option: Str('ipaassignedidview', attribute=True, autofill=False, cli_name='ipaassignedidview', multivalue=False, required=False)
|
2013-03-18 06:31:23 -05:00
|
|
|
option: Bool('ipakrbokasdelegate', attribute=False, autofill=False, cli_name='ok_as_delegate', multivalue=False, required=False)
|
|
|
|
option: Bool('ipakrbrequirespreauth', attribute=False, autofill=False, cli_name='requires_pre_auth', multivalue=False, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('ipasshpubkey', attribute=True, autofill=False, cli_name='sshpubkey', csv=True, multivalue=True, required=False)
|
|
|
|
option: Str('krbprincipalname?', attribute=True, cli_name='principalname')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('l', attribute=True, autofill=False, cli_name='locality', multivalue=False, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('macaddress', attribute=True, autofill=False, cli_name='macaddress', csv=True, multivalue=True, pattern='^([a-fA-F0-9]{2}[:|\\-]?){5}[a-fA-F0-9]{2}$', required=False)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('nshardwareplatform', attribute=True, autofill=False, cli_name='platform', multivalue=False, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('nshostlocation', attribute=True, autofill=False, cli_name='location', multivalue=False, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('nsosversion', attribute=True, autofill=False, cli_name='os', multivalue=False, required=False)
|
|
|
|
option: Flag('random', attribute=False, autofill=True, cli_name='random', default=False, multivalue=False, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('rights', autofill=True, default=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
2011-12-07 01:50:31 -06:00
|
|
|
option: Flag('updatedns?', autofill=True, default=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Bytes('usercertificate', attribute=True, autofill=False, cli_name='certificate', multivalue=False, required=False)
|
2013-04-23 02:59:24 -05:00
|
|
|
option: Str('userclass', attribute=True, autofill=False, cli_name='class', multivalue=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('userpassword', attribute=True, autofill=False, cli_name='password', multivalue=False, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: host_remove_managedby
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,5,3
|
2012-02-28 02:05:01 -06:00
|
|
|
arg: Str('fqdn', attribute=True, cli_name='hostname', multivalue=False, primary_key=True, query=True, required=True)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('host*', alwaysask=True, cli_name='hosts', csv=True)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('completed', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2011-01-13 13:29:16 -06:00
|
|
|
command: host_show
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,6,3
|
2012-02-28 02:05:01 -06:00
|
|
|
arg: Str('fqdn', attribute=True, cli_name='hostname', multivalue=False, primary_key=True, query=True, required=True)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('out?')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('rights', autofill=True, default=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-01-13 13:29:16 -06:00
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: hostgroup_add
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,7,3
|
2012-05-04 03:25:42 -05:00
|
|
|
arg: Str('cn', attribute=True, cli_name='hostgroup_name', multivalue=False, pattern='^[a-zA-Z0-9_.][a-zA-Z0-9_.-]*$', primary_key=True, required=True)
|
2011-11-29 02:59:11 -06:00
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2014-09-26 01:54:28 -05:00
|
|
|
option: Str('description', attribute=True, cli_name='desc', multivalue=False, required=False)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: hostgroup_add_member
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,6,3
|
2012-05-04 03:25:42 -05:00
|
|
|
arg: Str('cn', attribute=True, cli_name='hostgroup_name', multivalue=False, pattern='^[a-zA-Z0-9_.][a-zA-Z0-9_.-]*$', primary_key=True, query=True, required=True)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2011-11-21 09:50:27 -06:00
|
|
|
option: Str('host*', alwaysask=True, cli_name='hosts', csv=True)
|
|
|
|
option: Str('hostgroup*', alwaysask=True, cli_name='hostgroups', csv=True)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('completed', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2011-01-13 13:29:16 -06:00
|
|
|
command: hostgroup_del
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 1,2,3
|
2012-05-04 03:25:42 -05:00
|
|
|
arg: Str('cn', attribute=True, cli_name='hostgroup_name', multivalue=True, pattern='^[a-zA-Z0-9_.][a-zA-Z0-9_.-]*$', primary_key=True, query=True, required=True)
|
2011-05-12 01:28:22 -05:00
|
|
|
option: Flag('continue', autofill=True, cli_name='continue', default=False)
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('result', <type 'dict'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: ListOfPrimaryKeys('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: hostgroup_find
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,21,4
|
2011-06-24 13:32:57 -05:00
|
|
|
arg: Str('criteria?', noextrawhitespace=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-05-04 03:25:42 -05:00
|
|
|
option: Str('cn', attribute=True, autofill=False, cli_name='hostgroup_name', multivalue=False, pattern='^[a-zA-Z0-9_.][a-zA-Z0-9_.-]*$', primary_key=True, query=True, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('description', attribute=True, autofill=False, cli_name='desc', multivalue=False, query=True, required=False)
|
2011-11-21 09:50:27 -06:00
|
|
|
option: Str('host*', cli_name='hosts', csv=True)
|
|
|
|
option: Str('hostgroup*', cli_name='hostgroups', csv=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('in_hbacrule*', cli_name='in_hbacrules', csv=True)
|
2011-11-21 09:50:27 -06:00
|
|
|
option: Str('in_hostgroup*', cli_name='in_hostgroups', csv=True)
|
|
|
|
option: Str('in_netgroup*', cli_name='in_netgroups', csv=True)
|
|
|
|
option: Str('in_sudorule*', cli_name='in_sudorules', csv=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('no_host*', cli_name='no_hosts', csv=True)
|
|
|
|
option: Str('no_hostgroup*', cli_name='no_hostgroups', csv=True)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('not_in_hbacrule*', cli_name='not_in_hbacrules', csv=True)
|
|
|
|
option: Str('not_in_hostgroup*', cli_name='not_in_hostgroups', csv=True)
|
|
|
|
option: Str('not_in_netgroup*', cli_name='not_in_netgroups', csv=True)
|
2011-11-21 09:50:27 -06:00
|
|
|
option: Str('not_in_sudorule*', cli_name='not_in_sudorules', csv=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('pkey_only?', autofill=True, default=False)
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Int('sizelimit?', autofill=False, minvalue=0)
|
|
|
|
option: Int('timelimit?', autofill=False, minvalue=0)
|
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('count', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: ListOfEntries('result', (<type 'list'>, <type 'tuple'>), Gettext('A list of LDAP entries', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('truncated', <type 'bool'>, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: hostgroup_mod
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,9,3
|
2012-05-04 03:25:42 -05:00
|
|
|
arg: Str('cn', attribute=True, cli_name='hostgroup_name', multivalue=False, pattern='^[a-zA-Z0-9_.][a-zA-Z0-9_.-]*$', primary_key=True, query=True, required=True)
|
2011-11-29 02:59:11 -06:00
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('delattr*', cli_name='delattr', exclude='webui')
|
|
|
|
option: Str('description', attribute=True, autofill=False, cli_name='desc', multivalue=False, required=False)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('rights', autofill=True, default=False)
|
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: hostgroup_remove_member
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,6,3
|
2012-05-04 03:25:42 -05:00
|
|
|
arg: Str('cn', attribute=True, cli_name='hostgroup_name', multivalue=False, pattern='^[a-zA-Z0-9_.][a-zA-Z0-9_.-]*$', primary_key=True, query=True, required=True)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2011-11-21 09:50:27 -06:00
|
|
|
option: Str('host*', alwaysask=True, cli_name='hosts', csv=True)
|
|
|
|
option: Str('hostgroup*', alwaysask=True, cli_name='hostgroups', csv=True)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('completed', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2011-01-13 13:29:16 -06:00
|
|
|
command: hostgroup_show
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,5,3
|
2012-05-04 03:25:42 -05:00
|
|
|
arg: Str('cn', attribute=True, cli_name='hostgroup_name', multivalue=False, pattern='^[a-zA-Z0-9_.][a-zA-Z0-9_.-]*$', primary_key=True, query=True, required=True)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('rights', autofill=True, default=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: i18n_messages
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 0,1,1
|
|
|
|
option: Str('version?', exclude='webui')
|
2012-12-13 10:42:06 -06:00
|
|
|
output: Output('texts', <type 'dict'>, None)
|
2014-09-05 05:39:28 -05:00
|
|
|
command: idoverridegroup_add
|
|
|
|
args: 2,8,3
|
2014-07-31 05:52:19 -05:00
|
|
|
arg: Str('idviewcn', cli_name='idview', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
arg: Str('ipaanchoruuid', attribute=True, cli_name='anchor', multivalue=False, primary_key=True, required=True)
|
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Str('cn', attribute=True, cli_name='group_name', maxlength=255, multivalue=False, pattern='^[a-zA-Z0-9_.][a-zA-Z0-9_.-]{0,252}[a-zA-Z0-9_.$-]?$', required=False)
|
2014-09-22 06:49:15 -05:00
|
|
|
option: Str('description', attribute=True, cli_name='desc', multivalue=False, required=False)
|
2014-07-31 05:52:19 -05:00
|
|
|
option: Int('gidnumber', attribute=True, cli_name='gid', minvalue=1, multivalue=False, required=False)
|
2014-09-05 05:39:28 -05:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
|
|
|
output: PrimaryKey('value', None, None)
|
|
|
|
command: idoverridegroup_del
|
|
|
|
args: 2,2,3
|
|
|
|
arg: Str('idviewcn', cli_name='idview', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
arg: Str('ipaanchoruuid', attribute=True, cli_name='anchor', multivalue=True, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('continue', autofill=True, cli_name='continue', default=False)
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('result', <type 'dict'>, None)
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
|
|
|
output: ListOfPrimaryKeys('value', None, None)
|
|
|
|
command: idoverridegroup_find
|
|
|
|
args: 2,10,4
|
|
|
|
arg: Str('idviewcn', cli_name='idview', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
arg: Str('criteria?', noextrawhitespace=False)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Str('cn', attribute=True, autofill=False, cli_name='group_name', maxlength=255, multivalue=False, pattern='^[a-zA-Z0-9_.][a-zA-Z0-9_.-]{0,252}[a-zA-Z0-9_.$-]?$', query=True, required=False)
|
|
|
|
option: Str('description', attribute=True, autofill=False, cli_name='desc', multivalue=False, query=True, required=False)
|
|
|
|
option: Int('gidnumber', attribute=True, autofill=False, cli_name='gid', minvalue=1, multivalue=False, query=True, required=False)
|
|
|
|
option: Str('ipaanchoruuid', attribute=True, autofill=False, cli_name='anchor', multivalue=False, primary_key=True, query=True, required=False)
|
|
|
|
option: Flag('pkey_only?', autofill=True, default=False)
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Int('sizelimit?', autofill=False, minvalue=0)
|
|
|
|
option: Int('timelimit?', autofill=False, minvalue=0)
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('count', <type 'int'>, None)
|
|
|
|
output: ListOfEntries('result', (<type 'list'>, <type 'tuple'>), Gettext('A list of LDAP entries', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
|
|
|
output: Output('truncated', <type 'bool'>, None)
|
|
|
|
command: idoverridegroup_mod
|
|
|
|
args: 2,11,3
|
|
|
|
arg: Str('idviewcn', cli_name='idview', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
arg: Str('ipaanchoruuid', attribute=True, cli_name='anchor', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Str('cn', attribute=True, autofill=False, cli_name='group_name', maxlength=255, multivalue=False, pattern='^[a-zA-Z0-9_.][a-zA-Z0-9_.-]{0,252}[a-zA-Z0-9_.$-]?$', required=False)
|
|
|
|
option: Str('delattr*', cli_name='delattr', exclude='webui')
|
|
|
|
option: Str('description', attribute=True, autofill=False, cli_name='desc', multivalue=False, required=False)
|
|
|
|
option: Int('gidnumber', attribute=True, autofill=False, cli_name='gid', minvalue=1, multivalue=False, required=False)
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('rename', cli_name='rename', multivalue=False, primary_key=True, required=False)
|
|
|
|
option: Flag('rights', autofill=True, default=False)
|
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
|
|
|
output: PrimaryKey('value', None, None)
|
|
|
|
command: idoverridegroup_show
|
|
|
|
args: 2,4,3
|
|
|
|
arg: Str('idviewcn', cli_name='idview', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
arg: Str('ipaanchoruuid', attribute=True, cli_name='anchor', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Flag('rights', autofill=True, default=False)
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
|
|
|
output: PrimaryKey('value', None, None)
|
|
|
|
command: idoverrideuser_add
|
2014-10-10 08:44:47 -05:00
|
|
|
args: 2,14,3
|
2014-09-05 05:39:28 -05:00
|
|
|
arg: Str('idviewcn', cli_name='idview', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
arg: Str('ipaanchoruuid', attribute=True, cli_name='anchor', multivalue=False, primary_key=True, required=True)
|
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2014-09-22 06:49:15 -05:00
|
|
|
option: Str('description', attribute=True, cli_name='desc', multivalue=False, required=False)
|
2014-10-10 08:44:47 -05:00
|
|
|
option: Str('gecos', attribute=True, cli_name='gecos', multivalue=False, required=False)
|
2014-10-10 01:30:51 -05:00
|
|
|
option: Int('gidnumber', attribute=True, cli_name='gidnumber', minvalue=1, multivalue=False, required=False)
|
2014-07-31 05:52:19 -05:00
|
|
|
option: Str('homedirectory', attribute=True, cli_name='homedir', multivalue=False, required=False)
|
2014-09-17 06:04:49 -05:00
|
|
|
option: Str('ipaoriginaluid', attribute=True, cli_name='ipaoriginaluid', multivalue=False, required=False)
|
2014-10-10 01:26:13 -05:00
|
|
|
option: Str('ipasshpubkey', attribute=True, cli_name='sshpubkey', csv=True, multivalue=True, required=False)
|
2014-09-30 07:44:31 -05:00
|
|
|
option: Str('loginshell', attribute=True, cli_name='shell', multivalue=False, required=False)
|
2014-07-31 05:52:19 -05:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
|
|
|
option: Str('uid', attribute=True, cli_name='login', maxlength=255, multivalue=False, pattern='^[a-zA-Z0-9_.][a-zA-Z0-9_.-]{0,252}[a-zA-Z0-9_.$-]?$', required=False)
|
|
|
|
option: Int('uidnumber', attribute=True, cli_name='uid', minvalue=1, multivalue=False, required=False)
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
|
|
|
output: PrimaryKey('value', None, None)
|
2014-09-05 05:39:28 -05:00
|
|
|
command: idoverrideuser_del
|
2014-07-31 05:52:19 -05:00
|
|
|
args: 2,2,3
|
|
|
|
arg: Str('idviewcn', cli_name='idview', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
arg: Str('ipaanchoruuid', attribute=True, cli_name='anchor', multivalue=True, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('continue', autofill=True, cli_name='continue', default=False)
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('result', <type 'dict'>, None)
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
|
|
|
output: ListOfPrimaryKeys('value', None, None)
|
2014-09-05 05:39:28 -05:00
|
|
|
command: idoverrideuser_find
|
2014-10-10 08:44:47 -05:00
|
|
|
args: 2,15,4
|
2014-07-31 05:52:19 -05:00
|
|
|
arg: Str('idviewcn', cli_name='idview', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
arg: Str('criteria?', noextrawhitespace=False)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Str('description', attribute=True, autofill=False, cli_name='desc', multivalue=False, query=True, required=False)
|
2014-10-10 08:44:47 -05:00
|
|
|
option: Str('gecos', attribute=True, autofill=False, cli_name='gecos', multivalue=False, query=True, required=False)
|
2014-10-10 01:30:51 -05:00
|
|
|
option: Int('gidnumber', attribute=True, autofill=False, cli_name='gidnumber', minvalue=1, multivalue=False, query=True, required=False)
|
2014-07-31 05:52:19 -05:00
|
|
|
option: Str('homedirectory', attribute=True, autofill=False, cli_name='homedir', multivalue=False, query=True, required=False)
|
|
|
|
option: Str('ipaanchoruuid', attribute=True, autofill=False, cli_name='anchor', multivalue=False, primary_key=True, query=True, required=False)
|
2014-09-17 06:04:49 -05:00
|
|
|
option: Str('ipaoriginaluid', attribute=True, autofill=False, cli_name='ipaoriginaluid', multivalue=False, query=True, required=False)
|
2014-09-30 07:44:31 -05:00
|
|
|
option: Str('loginshell', attribute=True, autofill=False, cli_name='shell', multivalue=False, query=True, required=False)
|
2014-07-31 05:52:19 -05:00
|
|
|
option: Flag('pkey_only?', autofill=True, default=False)
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Int('sizelimit?', autofill=False, minvalue=0)
|
|
|
|
option: Int('timelimit?', autofill=False, minvalue=0)
|
|
|
|
option: Str('uid', attribute=True, autofill=False, cli_name='login', maxlength=255, multivalue=False, pattern='^[a-zA-Z0-9_.][a-zA-Z0-9_.-]{0,252}[a-zA-Z0-9_.$-]?$', query=True, required=False)
|
|
|
|
option: Int('uidnumber', attribute=True, autofill=False, cli_name='uid', minvalue=1, multivalue=False, query=True, required=False)
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('count', <type 'int'>, None)
|
|
|
|
output: ListOfEntries('result', (<type 'list'>, <type 'tuple'>), Gettext('A list of LDAP entries', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
|
|
|
output: Output('truncated', <type 'bool'>, None)
|
2014-09-05 05:39:28 -05:00
|
|
|
command: idoverrideuser_mod
|
2014-10-10 08:44:47 -05:00
|
|
|
args: 2,17,3
|
2014-07-31 05:52:19 -05:00
|
|
|
arg: Str('idviewcn', cli_name='idview', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
arg: Str('ipaanchoruuid', attribute=True, cli_name='anchor', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Str('delattr*', cli_name='delattr', exclude='webui')
|
|
|
|
option: Str('description', attribute=True, autofill=False, cli_name='desc', multivalue=False, required=False)
|
2014-10-10 08:44:47 -05:00
|
|
|
option: Str('gecos', attribute=True, autofill=False, cli_name='gecos', multivalue=False, required=False)
|
2014-10-10 01:30:51 -05:00
|
|
|
option: Int('gidnumber', attribute=True, autofill=False, cli_name='gidnumber', minvalue=1, multivalue=False, required=False)
|
2014-07-31 05:52:19 -05:00
|
|
|
option: Str('homedirectory', attribute=True, autofill=False, cli_name='homedir', multivalue=False, required=False)
|
2014-09-17 06:04:49 -05:00
|
|
|
option: Str('ipaoriginaluid', attribute=True, autofill=False, cli_name='ipaoriginaluid', multivalue=False, required=False)
|
2014-10-10 01:26:13 -05:00
|
|
|
option: Str('ipasshpubkey', attribute=True, autofill=False, cli_name='sshpubkey', csv=True, multivalue=True, required=False)
|
2014-09-30 07:44:31 -05:00
|
|
|
option: Str('loginshell', attribute=True, autofill=False, cli_name='shell', multivalue=False, required=False)
|
2014-07-31 05:52:19 -05:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('rename', cli_name='rename', multivalue=False, primary_key=True, required=False)
|
|
|
|
option: Flag('rights', autofill=True, default=False)
|
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
|
|
|
option: Str('uid', attribute=True, autofill=False, cli_name='login', maxlength=255, multivalue=False, pattern='^[a-zA-Z0-9_.][a-zA-Z0-9_.-]{0,252}[a-zA-Z0-9_.$-]?$', required=False)
|
|
|
|
option: Int('uidnumber', attribute=True, autofill=False, cli_name='uid', minvalue=1, multivalue=False, required=False)
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
|
|
|
output: PrimaryKey('value', None, None)
|
2014-09-05 05:39:28 -05:00
|
|
|
command: idoverrideuser_show
|
2014-07-31 05:52:19 -05:00
|
|
|
args: 2,4,3
|
|
|
|
arg: Str('idviewcn', cli_name='idview', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
arg: Str('ipaanchoruuid', attribute=True, cli_name='anchor', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Flag('rights', autofill=True, default=False)
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
|
|
|
output: PrimaryKey('value', None, None)
|
2012-08-23 07:17:34 -05:00
|
|
|
command: idrange_add
|
2013-02-04 07:33:53 -06:00
|
|
|
args: 1,12,3
|
2012-08-23 07:17:34 -05:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, primary_key=True, required=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-08-23 07:17:34 -05:00
|
|
|
option: Int('ipabaseid', attribute=True, cli_name='base_id', multivalue=False, required=True)
|
2012-09-05 06:21:04 -05:00
|
|
|
option: Int('ipabaserid', attribute=True, cli_name='rid_base', multivalue=False, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('ipaidrangesize', attribute=True, cli_name='range_size', multivalue=False, required=True)
|
2013-02-04 07:33:53 -06:00
|
|
|
option: Str('ipanttrusteddomainname', attribute=False, cli_name='dom_name', multivalue=False, required=False)
|
2012-08-23 07:17:34 -05:00
|
|
|
option: Str('ipanttrusteddomainsid', attribute=True, cli_name='dom_sid', multivalue=False, required=False)
|
2014-07-28 08:12:59 -05:00
|
|
|
option: StrEnum('iparangetype', attribute=True, cli_name='type', multivalue=False, required=False, values=(u'ipa-ad-trust-posix', u'ipa-ad-trust', u'ipa-local'))
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('ipasecondarybaserid', attribute=True, cli_name='secondary_rid_base', multivalue=False, required=False)
|
2012-08-23 07:17:34 -05:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
2012-08-23 07:17:34 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2012-08-23 07:17:34 -05:00
|
|
|
command: idrange_del
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 1,2,3
|
2012-08-23 07:17:34 -05:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=True, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('continue', autofill=True, cli_name='continue', default=False)
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2012-08-23 07:17:34 -05:00
|
|
|
output: Output('result', <type 'dict'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: ListOfPrimaryKeys('value', None, None)
|
2012-08-23 07:17:34 -05:00
|
|
|
command: idrange_find
|
|
|
|
args: 1,13,4
|
|
|
|
arg: Str('criteria?', noextrawhitespace=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-08-23 07:17:34 -05:00
|
|
|
option: Str('cn', attribute=True, autofill=False, cli_name='name', multivalue=False, primary_key=True, query=True, required=False)
|
|
|
|
option: Int('ipabaseid', attribute=True, autofill=False, cli_name='base_id', multivalue=False, query=True, required=False)
|
|
|
|
option: Int('ipabaserid', attribute=True, autofill=False, cli_name='rid_base', multivalue=False, query=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('ipaidrangesize', attribute=True, autofill=False, cli_name='range_size', multivalue=False, query=True, required=False)
|
2012-08-23 07:17:34 -05:00
|
|
|
option: Str('ipanttrusteddomainsid', attribute=True, autofill=False, cli_name='dom_sid', multivalue=False, query=True, required=False)
|
2014-07-28 08:12:59 -05:00
|
|
|
option: StrEnum('iparangetype', attribute=True, autofill=False, cli_name='type', multivalue=False, query=True, required=False, values=(u'ipa-ad-trust-posix', u'ipa-ad-trust', u'ipa-local'))
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('ipasecondarybaserid', attribute=True, autofill=False, cli_name='secondary_rid_base', multivalue=False, query=True, required=False)
|
|
|
|
option: Flag('pkey_only?', autofill=True, default=False)
|
2012-08-23 07:17:34 -05:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('sizelimit?', autofill=False, minvalue=0)
|
|
|
|
option: Int('timelimit?', autofill=False, minvalue=0)
|
2012-08-23 07:17:34 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('count', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: ListOfEntries('result', (<type 'list'>, <type 'tuple'>), Gettext('A list of LDAP entries', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2012-08-23 07:17:34 -05:00
|
|
|
output: Output('truncated', <type 'bool'>, None)
|
|
|
|
command: idrange_mod
|
2013-05-30 07:12:52 -05:00
|
|
|
args: 1,13,3
|
2012-08-23 07:17:34 -05:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, primary_key=True, query=True, required=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Str('delattr*', cli_name='delattr', exclude='webui')
|
2012-08-23 07:17:34 -05:00
|
|
|
option: Int('ipabaseid', attribute=True, autofill=False, cli_name='base_id', multivalue=False, required=False)
|
|
|
|
option: Int('ipabaserid', attribute=True, autofill=False, cli_name='rid_base', multivalue=False, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('ipaidrangesize', attribute=True, autofill=False, cli_name='range_size', multivalue=False, required=False)
|
2013-05-29 08:15:19 -05:00
|
|
|
option: DeprecatedParam('ipanttrusteddomainname?')
|
|
|
|
option: DeprecatedParam('ipanttrusteddomainsid?')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('ipasecondarybaserid', attribute=True, autofill=False, cli_name='secondary_rid_base', multivalue=False, required=False)
|
2012-08-23 07:17:34 -05:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('rights', autofill=True, default=False)
|
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
2012-08-23 07:17:34 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2012-08-23 07:17:34 -05:00
|
|
|
command: idrange_show
|
|
|
|
args: 1,4,3
|
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('rights', autofill=True, default=False)
|
2012-08-23 07:17:34 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2014-07-31 05:52:19 -05:00
|
|
|
command: idview_add
|
|
|
|
args: 1,6,3
|
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, primary_key=True, required=True)
|
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Str('description', attribute=True, cli_name='desc', multivalue=False, required=False)
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
|
|
|
output: PrimaryKey('value', None, None)
|
2014-07-31 07:09:05 -05:00
|
|
|
command: idview_apply
|
|
|
|
args: 1,3,4
|
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Str('host*', cli_name='hosts')
|
|
|
|
option: Str('hostgroup*', cli_name='hostgroups')
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('completed', <type 'int'>, None)
|
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Output('succeeded', <type 'dict'>, None)
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-07-31 05:52:19 -05:00
|
|
|
command: idview_del
|
|
|
|
args: 1,2,3
|
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=True, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('continue', autofill=True, cli_name='continue', default=False)
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('result', <type 'dict'>, None)
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
|
|
|
output: ListOfPrimaryKeys('value', None, None)
|
|
|
|
command: idview_find
|
|
|
|
args: 1,8,4
|
|
|
|
arg: Str('criteria?', noextrawhitespace=False)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Str('cn', attribute=True, autofill=False, cli_name='name', multivalue=False, primary_key=True, query=True, required=False)
|
|
|
|
option: Str('description', attribute=True, autofill=False, cli_name='desc', multivalue=False, query=True, required=False)
|
|
|
|
option: Flag('pkey_only?', autofill=True, default=False)
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Int('sizelimit?', autofill=False, minvalue=0)
|
|
|
|
option: Int('timelimit?', autofill=False, minvalue=0)
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('count', <type 'int'>, None)
|
|
|
|
output: ListOfEntries('result', (<type 'list'>, <type 'tuple'>), Gettext('A list of LDAP entries', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
|
|
|
output: Output('truncated', <type 'bool'>, None)
|
|
|
|
command: idview_mod
|
|
|
|
args: 1,9,3
|
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Str('delattr*', cli_name='delattr', exclude='webui')
|
|
|
|
option: Str('description', attribute=True, autofill=False, cli_name='desc', multivalue=False, required=False)
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('rename', cli_name='rename', multivalue=False, primary_key=True, required=False)
|
|
|
|
option: Flag('rights', autofill=True, default=False)
|
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
|
|
|
output: PrimaryKey('value', None, None)
|
|
|
|
command: idview_show
|
2014-07-31 07:22:59 -05:00
|
|
|
args: 1,5,3
|
2014-07-31 05:52:19 -05:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Flag('rights', autofill=True, default=False)
|
2014-07-31 07:22:59 -05:00
|
|
|
option: Flag('show_hosts?', autofill=True, cli_name='show_hosts', default=False)
|
2014-07-31 05:52:19 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
|
|
|
output: PrimaryKey('value', None, None)
|
2014-07-31 07:09:05 -05:00
|
|
|
command: idview_unapply
|
|
|
|
args: 0,3,4
|
|
|
|
option: Str('host*', cli_name='hosts')
|
|
|
|
option: Str('hostgroup*', cli_name='hostgroups')
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('completed', <type 'int'>, None)
|
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Output('succeeded', <type 'dict'>, None)
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: json_metadata
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 2,4,3
|
2011-05-12 01:28:22 -05:00
|
|
|
arg: Str('objname?')
|
|
|
|
arg: Str('methodname?')
|
2011-11-16 15:13:32 -06:00
|
|
|
option: Str('command?')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('method?')
|
|
|
|
option: Str('object?')
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-16 15:13:32 -06:00
|
|
|
output: Output('commands', <type 'dict'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('methods', <type 'dict'>, None)
|
|
|
|
output: Output('objects', <type 'dict'>, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: krbtpolicy_mod
|
2011-11-29 02:59:11 -06:00
|
|
|
args: 1,9,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('uid', attribute=True, cli_name='user', multivalue=False, primary_key=True, query=True, required=False)
|
2011-11-29 02:59:11 -06:00
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('delattr*', cli_name='delattr', exclude='webui')
|
|
|
|
option: Int('krbmaxrenewableage', attribute=True, autofill=False, cli_name='maxrenew', minvalue=1, multivalue=False, required=False)
|
|
|
|
option: Int('krbmaxticketlife', attribute=True, autofill=False, cli_name='maxlife', minvalue=1, multivalue=False, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('rights', autofill=True, default=False)
|
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: krbtpolicy_reset
|
|
|
|
args: 1,3,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('uid', attribute=True, cli_name='user', multivalue=False, primary_key=True, query=True, required=False)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('version?', exclude='webui')
|
2011-01-13 13:29:16 -06:00
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: krbtpolicy_show
|
|
|
|
args: 1,4,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('uid', attribute=True, cli_name='user', multivalue=False, primary_key=True, query=True, required=False)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('rights', autofill=True, default=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: migrate_ds
|
2015-03-20 12:00:19 -05:00
|
|
|
args: 2,19,4
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('ldapuri', cli_name='ldap_uri')
|
|
|
|
arg: Password('bindpw', cli_name='password', confirm=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: DNParam('basedn?', cli_name='base_dn')
|
Use DN objects instead of strings
* Convert every string specifying a DN into a DN object
* Every place a dn was manipulated in some fashion it was replaced by
the use of DN operators
* Add new DNParam parameter type for parameters which are DN's
* DN objects are used 100% of the time throughout the entire data
pipeline whenever something is logically a dn.
* Many classes now enforce DN usage for their attributes which are
dn's. This is implmented via ipautil.dn_attribute_property(). The
only permitted types for a class attribute specified to be a DN are
either None or a DN object.
* Require that every place a dn is used it must be a DN object.
This translates into lot of::
assert isinstance(dn, DN)
sprinkled through out the code. Maintaining these asserts is
valuable to preserve DN type enforcement. The asserts can be
disabled in production.
The goal of 100% DN usage 100% of the time has been realized, these
asserts are meant to preserve that.
The asserts also proved valuable in detecting functions which did
not obey their function signatures, such as the baseldap pre and
post callbacks.
* Moved ipalib.dn to ipapython.dn because DN class is shared with all
components, not just the server which uses ipalib.
* All API's now accept DN's natively, no need to convert to str (or
unicode).
* Removed ipalib.encoder and encode/decode decorators. Type conversion
is now explicitly performed in each IPASimpleLDAPObject method which
emulates a ldap.SimpleLDAPObject method.
* Entity & Entry classes now utilize DN's
* Removed __getattr__ in Entity & Entity clases. There were two
problems with it. It presented synthetic Python object attributes
based on the current LDAP data it contained. There is no way to
validate synthetic attributes using code checkers, you can't search
the code to find LDAP attribute accesses (because synthetic
attriutes look like Python attributes instead of LDAP data) and
error handling is circumscribed. Secondly __getattr__ was hiding
Python internal methods which broke class semantics.
* Replace use of methods inherited from ldap.SimpleLDAPObject via
IPAdmin class with IPAdmin methods. Directly using inherited methods
was causing us to bypass IPA logic. Mostly this meant replacing the
use of search_s() with getEntry() or getList(). Similarly direct
access of the LDAP data in classes using IPAdmin were replaced with
calls to getValue() or getValues().
* Objects returned by ldap2.find_entries() are now compatible with
either the python-ldap access methodology or the Entity/Entry access
methodology.
* All ldap operations now funnel through the common
IPASimpleLDAPObject giving us a single location where we interface
to python-ldap and perform conversions.
* The above 4 modifications means we've greatly reduced the
proliferation of multiple inconsistent ways to perform LDAP
operations. We are well on the way to having a single API in IPA for
doing LDAP (a long range goal).
* All certificate subject bases are now DN's
* DN objects were enhanced thusly:
- find, rfind, index, rindex, replace and insert methods were added
- AVA, RDN and DN classes were refactored in immutable and mutable
variants, the mutable variants are EditableAVA, EditableRDN and
EditableDN. By default we use the immutable variants preserving
important semantics. To edit a DN cast it to an EditableDN and
cast it back to DN when done editing. These issues are fully
described in other documentation.
- first_key_match was removed
- DN equalty comparison permits comparison to a basestring
* Fixed ldapupdate to work with DN's. This work included:
- Enhance test_updates.py to do more checking after applying
update. Add test for update_from_dict(). Convert code to use
unittest classes.
- Consolidated duplicate code.
- Moved code which should have been in the class into the class.
- Fix the handling of the 'deleteentry' update action. It's no longer
necessary to supply fake attributes to make it work. Detect case
where subsequent update applies a change to entry previously marked
for deletetion. General clean-up and simplification of the
'deleteentry' logic.
- Rewrote a couple of functions to be clearer and more Pythonic.
- Added documentation on the data structure being used.
- Simplfy the use of update_from_dict()
* Removed all usage of get_schema() which was being called prior to
accessing the .schema attribute of an object. If a class is using
internal lazy loading as an optimization it's not right to require
users of the interface to be aware of internal
optimization's. schema is now a property and when the schema
property is accessed it calls a private internal method to perform
the lazy loading.
* Added SchemaCache class to cache the schema's from individual
servers. This was done because of the observation we talk to
different LDAP servers, each of which may have it's own
schema. Previously we globally cached the schema from the first
server we connected to and returned that schema in all contexts. The
cache includes controls to invalidate it thus forcing a schema
refresh.
* Schema caching is now senstive to the run time context. During
install and upgrade the schema can change leading to errors due to
out-of-date cached schema. The schema cache is refreshed in these
contexts.
* We are aware of the LDAP syntax of all LDAP attributes. Every
attribute returned from an LDAP operation is passed through a
central table look-up based on it's LDAP syntax. The table key is
the LDAP syntax it's value is a Python callable that returns a
Python object matching the LDAP syntax. There are a handful of LDAP
attributes whose syntax is historically incorrect
(e.g. DistguishedNames that are defined as DirectoryStrings). The
table driven conversion mechanism is augmented with a table of
hard coded exceptions.
Currently only the following conversions occur via the table:
- dn's are converted to DN objects
- binary objects are converted to Python str objects (IPA
convention).
- everything else is converted to unicode using UTF-8 decoding (IPA
convention).
However, now that the table driven conversion mechanism is in place
it would be trivial to do things such as converting attributes
which have LDAP integer syntax into a Python integer, etc.
* Expected values in the unit tests which are a DN no longer need to
use lambda expressions to promote the returned value to a DN for
equality comparison. The return value is automatically promoted to
a DN. The lambda expressions have been removed making the code much
simpler and easier to read.
* Add class level logging to a number of classes which did not support
logging, less need for use of root_logger.
* Remove ipaserver/conn.py, it was unused.
* Consolidated duplicate code wherever it was found.
* Fixed many places that used string concatenation to form a new
string rather than string formatting operators. This is necessary
because string formatting converts it's arguments to a string prior
to building the result string. You can't concatenate a string and a
non-string.
* Simplify logic in rename_managed plugin. Use DN operators to edit
dn's.
* The live version of ipa-ldap-updater did not generate a log file.
The offline version did, now both do.
https://fedorahosted.org/freeipa/ticket/1670
https://fedorahosted.org/freeipa/ticket/1671
https://fedorahosted.org/freeipa/ticket/1672
https://fedorahosted.org/freeipa/ticket/1673
https://fedorahosted.org/freeipa/ticket/1674
https://fedorahosted.org/freeipa/ticket/1392
https://fedorahosted.org/freeipa/ticket/2872
2012-05-13 06:36:35 -05:00
|
|
|
option: DNParam('binddn?', autofill=True, cli_name='bind_dn', default=ipapython.dn.DN('cn=directory manager'))
|
2013-11-21 10:01:36 -06:00
|
|
|
option: File('cacertfile?', cli_name='ca_cert_file', default=None)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('compat?', autofill=True, cli_name='with_compat', default=False)
|
|
|
|
option: Flag('continue?', autofill=True, default=False)
|
|
|
|
option: Str('exclude_groups*', autofill=True, cli_name='exclude_groups', csv=True, default=())
|
|
|
|
option: Str('exclude_users*', autofill=True, cli_name='exclude_users', csv=True, default=())
|
Use DN objects instead of strings
* Convert every string specifying a DN into a DN object
* Every place a dn was manipulated in some fashion it was replaced by
the use of DN operators
* Add new DNParam parameter type for parameters which are DN's
* DN objects are used 100% of the time throughout the entire data
pipeline whenever something is logically a dn.
* Many classes now enforce DN usage for their attributes which are
dn's. This is implmented via ipautil.dn_attribute_property(). The
only permitted types for a class attribute specified to be a DN are
either None or a DN object.
* Require that every place a dn is used it must be a DN object.
This translates into lot of::
assert isinstance(dn, DN)
sprinkled through out the code. Maintaining these asserts is
valuable to preserve DN type enforcement. The asserts can be
disabled in production.
The goal of 100% DN usage 100% of the time has been realized, these
asserts are meant to preserve that.
The asserts also proved valuable in detecting functions which did
not obey their function signatures, such as the baseldap pre and
post callbacks.
* Moved ipalib.dn to ipapython.dn because DN class is shared with all
components, not just the server which uses ipalib.
* All API's now accept DN's natively, no need to convert to str (or
unicode).
* Removed ipalib.encoder and encode/decode decorators. Type conversion
is now explicitly performed in each IPASimpleLDAPObject method which
emulates a ldap.SimpleLDAPObject method.
* Entity & Entry classes now utilize DN's
* Removed __getattr__ in Entity & Entity clases. There were two
problems with it. It presented synthetic Python object attributes
based on the current LDAP data it contained. There is no way to
validate synthetic attributes using code checkers, you can't search
the code to find LDAP attribute accesses (because synthetic
attriutes look like Python attributes instead of LDAP data) and
error handling is circumscribed. Secondly __getattr__ was hiding
Python internal methods which broke class semantics.
* Replace use of methods inherited from ldap.SimpleLDAPObject via
IPAdmin class with IPAdmin methods. Directly using inherited methods
was causing us to bypass IPA logic. Mostly this meant replacing the
use of search_s() with getEntry() or getList(). Similarly direct
access of the LDAP data in classes using IPAdmin were replaced with
calls to getValue() or getValues().
* Objects returned by ldap2.find_entries() are now compatible with
either the python-ldap access methodology or the Entity/Entry access
methodology.
* All ldap operations now funnel through the common
IPASimpleLDAPObject giving us a single location where we interface
to python-ldap and perform conversions.
* The above 4 modifications means we've greatly reduced the
proliferation of multiple inconsistent ways to perform LDAP
operations. We are well on the way to having a single API in IPA for
doing LDAP (a long range goal).
* All certificate subject bases are now DN's
* DN objects were enhanced thusly:
- find, rfind, index, rindex, replace and insert methods were added
- AVA, RDN and DN classes were refactored in immutable and mutable
variants, the mutable variants are EditableAVA, EditableRDN and
EditableDN. By default we use the immutable variants preserving
important semantics. To edit a DN cast it to an EditableDN and
cast it back to DN when done editing. These issues are fully
described in other documentation.
- first_key_match was removed
- DN equalty comparison permits comparison to a basestring
* Fixed ldapupdate to work with DN's. This work included:
- Enhance test_updates.py to do more checking after applying
update. Add test for update_from_dict(). Convert code to use
unittest classes.
- Consolidated duplicate code.
- Moved code which should have been in the class into the class.
- Fix the handling of the 'deleteentry' update action. It's no longer
necessary to supply fake attributes to make it work. Detect case
where subsequent update applies a change to entry previously marked
for deletetion. General clean-up and simplification of the
'deleteentry' logic.
- Rewrote a couple of functions to be clearer and more Pythonic.
- Added documentation on the data structure being used.
- Simplfy the use of update_from_dict()
* Removed all usage of get_schema() which was being called prior to
accessing the .schema attribute of an object. If a class is using
internal lazy loading as an optimization it's not right to require
users of the interface to be aware of internal
optimization's. schema is now a property and when the schema
property is accessed it calls a private internal method to perform
the lazy loading.
* Added SchemaCache class to cache the schema's from individual
servers. This was done because of the observation we talk to
different LDAP servers, each of which may have it's own
schema. Previously we globally cached the schema from the first
server we connected to and returned that schema in all contexts. The
cache includes controls to invalidate it thus forcing a schema
refresh.
* Schema caching is now senstive to the run time context. During
install and upgrade the schema can change leading to errors due to
out-of-date cached schema. The schema cache is refreshed in these
contexts.
* We are aware of the LDAP syntax of all LDAP attributes. Every
attribute returned from an LDAP operation is passed through a
central table look-up based on it's LDAP syntax. The table key is
the LDAP syntax it's value is a Python callable that returns a
Python object matching the LDAP syntax. There are a handful of LDAP
attributes whose syntax is historically incorrect
(e.g. DistguishedNames that are defined as DirectoryStrings). The
table driven conversion mechanism is augmented with a table of
hard coded exceptions.
Currently only the following conversions occur via the table:
- dn's are converted to DN objects
- binary objects are converted to Python str objects (IPA
convention).
- everything else is converted to unicode using UTF-8 decoding (IPA
convention).
However, now that the table driven conversion mechanism is in place
it would be trivial to do things such as converting attributes
which have LDAP integer syntax into a Python integer, etc.
* Expected values in the unit tests which are a DN no longer need to
use lambda expressions to promote the returned value to a DN for
equality comparison. The return value is automatically promoted to
a DN. The lambda expressions have been removed making the code much
simpler and easier to read.
* Add class level logging to a number of classes which did not support
logging, less need for use of root_logger.
* Remove ipaserver/conn.py, it was unused.
* Consolidated duplicate code wherever it was found.
* Fixed many places that used string concatenation to form a new
string rather than string formatting operators. This is necessary
because string formatting converts it's arguments to a string prior
to building the result string. You can't concatenate a string and a
non-string.
* Simplify logic in rename_managed plugin. Use DN operators to edit
dn's.
* The live version of ipa-ldap-updater did not generate a log file.
The offline version did, now both do.
https://fedorahosted.org/freeipa/ticket/1670
https://fedorahosted.org/freeipa/ticket/1671
https://fedorahosted.org/freeipa/ticket/1672
https://fedorahosted.org/freeipa/ticket/1673
https://fedorahosted.org/freeipa/ticket/1674
https://fedorahosted.org/freeipa/ticket/1392
https://fedorahosted.org/freeipa/ticket/2872
2012-05-13 06:36:35 -05:00
|
|
|
option: DNParam('groupcontainer', autofill=True, cli_name='group_container', default=ipapython.dn.DN('ou=groups'))
|
2011-11-21 09:50:27 -06:00
|
|
|
option: Str('groupignoreattribute*', autofill=True, cli_name='group_ignore_attribute', csv=True, default=())
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('groupignoreobjectclass*', autofill=True, cli_name='group_ignore_objectclass', csv=True, default=())
|
|
|
|
option: Str('groupobjectclass+', autofill=True, cli_name='group_objectclass', csv=True, default=(u'groupOfUniqueNames', u'groupOfNames'))
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('groupoverwritegid', autofill=True, cli_name='group_overwrite_gid', default=False)
|
|
|
|
option: StrEnum('schema?', autofill=True, cli_name='schema', default=u'RFC2307bis', values=(u'RFC2307bis', u'RFC2307'))
|
2015-03-20 12:00:19 -05:00
|
|
|
option: Bool('use_def_group?', autofill=True, cli_name='use_default_group', default=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: DNParam('usercontainer', autofill=True, cli_name='user_container', default=ipapython.dn.DN('ou=people'))
|
|
|
|
option: Str('userignoreattribute*', autofill=True, cli_name='user_ignore_attribute', csv=True, default=())
|
|
|
|
option: Str('userignoreobjectclass*', autofill=True, cli_name='user_ignore_objectclass', csv=True, default=())
|
|
|
|
option: Str('userobjectclass+', autofill=True, cli_name='user_objectclass', csv=True, default=(u'person',))
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2012-03-01 04:41:53 -06:00
|
|
|
output: Output('compat', <type 'bool'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('enabled', <type 'bool'>, None)
|
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Output('result', <type 'dict'>, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: netgroup_add
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,11,3
|
2012-05-04 03:25:42 -05:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, pattern='^[a-zA-Z0-9_.][a-zA-Z0-9_.-]*$', primary_key=True, required=True)
|
2011-11-29 02:59:11 -06:00
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2014-09-26 01:54:28 -05:00
|
|
|
option: Str('description', attribute=True, cli_name='desc', multivalue=False, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('externalhost', attribute=True, cli_name='externalhost', multivalue=True, required=False)
|
|
|
|
option: StrEnum('hostcategory', attribute=True, cli_name='hostcat', multivalue=False, required=False, values=(u'all',))
|
|
|
|
option: Str('nisdomainname', attribute=True, cli_name='nisdomain', multivalue=False, pattern='^[a-zA-Z0-9_.][a-zA-Z0-9_.-]*$', required=False)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
|
|
|
option: StrEnum('usercategory', attribute=True, cli_name='usercat', multivalue=False, required=False, values=(u'all',))
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: netgroup_add_member
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,9,3
|
2012-05-04 03:25:42 -05:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, pattern='^[a-zA-Z0-9_.][a-zA-Z0-9_.-]*$', primary_key=True, query=True, required=True)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2011-11-21 09:50:27 -06:00
|
|
|
option: Str('group*', alwaysask=True, cli_name='groups', csv=True)
|
|
|
|
option: Str('host*', alwaysask=True, cli_name='hosts', csv=True)
|
|
|
|
option: Str('hostgroup*', alwaysask=True, cli_name='hostgroups', csv=True)
|
|
|
|
option: Str('netgroup*', alwaysask=True, cli_name='netgroups', csv=True)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('user*', alwaysask=True, cli_name='users', csv=True)
|
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('completed', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2011-01-13 13:29:16 -06:00
|
|
|
command: netgroup_del
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 1,2,3
|
2012-05-04 03:25:42 -05:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=True, pattern='^[a-zA-Z0-9_.][a-zA-Z0-9_.-]*$', primary_key=True, query=True, required=True)
|
2011-05-12 01:28:22 -05:00
|
|
|
option: Flag('continue', autofill=True, cli_name='continue', default=False)
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('result', <type 'dict'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: ListOfPrimaryKeys('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: netgroup_find
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,28,4
|
2011-06-24 13:32:57 -05:00
|
|
|
arg: Str('criteria?', noextrawhitespace=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-05-04 03:25:42 -05:00
|
|
|
option: Str('cn', attribute=True, autofill=False, cli_name='name', multivalue=False, pattern='^[a-zA-Z0-9_.][a-zA-Z0-9_.-]*$', primary_key=True, query=True, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('description', attribute=True, autofill=False, cli_name='desc', multivalue=False, query=True, required=False)
|
2012-05-21 04:03:21 -05:00
|
|
|
option: Str('externalhost', attribute=True, autofill=False, cli_name='externalhost', multivalue=True, query=True, required=False)
|
2011-11-21 09:50:27 -06:00
|
|
|
option: Str('group*', cli_name='groups', csv=True)
|
|
|
|
option: Str('host*', cli_name='hosts', csv=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: StrEnum('hostcategory', attribute=True, autofill=False, cli_name='hostcat', multivalue=False, query=True, required=False, values=(u'all',))
|
2011-11-21 09:50:27 -06:00
|
|
|
option: Str('hostgroup*', cli_name='hostgroups', csv=True)
|
|
|
|
option: Str('in_netgroup*', cli_name='in_netgroups', csv=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('ipauniqueid', attribute=True, autofill=False, cli_name='uuid', multivalue=False, query=True, required=False)
|
|
|
|
option: Flag('managed', autofill=True, cli_name='managed', default=False)
|
|
|
|
option: Str('netgroup*', cli_name='netgroups', csv=True)
|
|
|
|
option: Str('nisdomainname', attribute=True, autofill=False, cli_name='nisdomain', multivalue=False, pattern='^[a-zA-Z0-9_.][a-zA-Z0-9_.-]*$', query=True, required=False)
|
|
|
|
option: Str('no_group*', cli_name='no_groups', csv=True)
|
|
|
|
option: Str('no_host*', cli_name='no_hosts', csv=True)
|
|
|
|
option: Str('no_hostgroup*', cli_name='no_hostgroups', csv=True)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('no_netgroup*', cli_name='no_netgroups', csv=True)
|
|
|
|
option: Str('no_user*', cli_name='no_users', csv=True)
|
|
|
|
option: Str('not_in_netgroup*', cli_name='not_in_netgroups', csv=True)
|
|
|
|
option: Flag('pkey_only?', autofill=True, default=False)
|
|
|
|
option: Flag('private', autofill=True, default=False, exclude='webui')
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Int('sizelimit?', autofill=False, minvalue=0)
|
|
|
|
option: Int('timelimit?', autofill=False, minvalue=0)
|
|
|
|
option: Str('user*', cli_name='users', csv=True)
|
|
|
|
option: StrEnum('usercategory', attribute=True, autofill=False, cli_name='usercat', multivalue=False, query=True, required=False, values=(u'all',))
|
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('count', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: ListOfEntries('result', (<type 'list'>, <type 'tuple'>), Gettext('A list of LDAP entries', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('truncated', <type 'bool'>, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: netgroup_mod
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,13,3
|
2012-05-04 03:25:42 -05:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, pattern='^[a-zA-Z0-9_.][a-zA-Z0-9_.-]*$', primary_key=True, query=True, required=True)
|
2011-11-29 02:59:11 -06:00
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('delattr*', cli_name='delattr', exclude='webui')
|
|
|
|
option: Str('description', attribute=True, autofill=False, cli_name='desc', multivalue=False, required=False)
|
|
|
|
option: Str('externalhost', attribute=True, autofill=False, cli_name='externalhost', multivalue=True, required=False)
|
|
|
|
option: StrEnum('hostcategory', attribute=True, autofill=False, cli_name='hostcat', multivalue=False, required=False, values=(u'all',))
|
|
|
|
option: Str('nisdomainname', attribute=True, autofill=False, cli_name='nisdomain', multivalue=False, pattern='^[a-zA-Z0-9_.][a-zA-Z0-9_.-]*$', required=False)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('rights', autofill=True, default=False)
|
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
|
|
|
option: StrEnum('usercategory', attribute=True, autofill=False, cli_name='usercat', multivalue=False, required=False, values=(u'all',))
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: netgroup_remove_member
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,9,3
|
2012-05-04 03:25:42 -05:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, pattern='^[a-zA-Z0-9_.][a-zA-Z0-9_.-]*$', primary_key=True, query=True, required=True)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2011-11-21 09:50:27 -06:00
|
|
|
option: Str('group*', alwaysask=True, cli_name='groups', csv=True)
|
|
|
|
option: Str('host*', alwaysask=True, cli_name='hosts', csv=True)
|
|
|
|
option: Str('hostgroup*', alwaysask=True, cli_name='hostgroups', csv=True)
|
|
|
|
option: Str('netgroup*', alwaysask=True, cli_name='netgroups', csv=True)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('user*', alwaysask=True, cli_name='users', csv=True)
|
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('completed', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2011-01-13 13:29:16 -06:00
|
|
|
command: netgroup_show
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,5,3
|
2012-05-04 03:25:42 -05:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, pattern='^[a-zA-Z0-9_.][a-zA-Z0-9_.-]*$', primary_key=True, query=True, required=True)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('rights', autofill=True, default=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2014-11-11 13:41:42 -06:00
|
|
|
command: otpconfig_mod
|
|
|
|
args: 0,11,3
|
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Str('delattr*', cli_name='delattr', exclude='webui')
|
|
|
|
option: Int('ipatokenhotpauthwindow', attribute=True, autofill=False, cli_name='hotp_auth_window', minvalue=1, multivalue=False, required=False)
|
|
|
|
option: Int('ipatokenhotpsyncwindow', attribute=True, autofill=False, cli_name='hotp_sync_window', minvalue=1, multivalue=False, required=False)
|
|
|
|
option: Int('ipatokentotpauthwindow', attribute=True, autofill=False, cli_name='totp_auth_window', minvalue=5, multivalue=False, required=False)
|
|
|
|
option: Int('ipatokentotpsyncwindow', attribute=True, autofill=False, cli_name='totp_sync_window', minvalue=5, multivalue=False, required=False)
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Flag('rights', autofill=True, default=False)
|
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
|
|
|
output: PrimaryKey('value', None, None)
|
|
|
|
command: otpconfig_show
|
|
|
|
args: 0,4,3
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Flag('rights', autofill=True, default=False)
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
|
|
|
output: PrimaryKey('value', None, None)
|
2013-10-01 13:26:38 -05:00
|
|
|
command: otptoken_add
|
2014-11-06 14:30:13 -06:00
|
|
|
args: 1,23,3
|
2014-05-01 15:31:45 -05:00
|
|
|
arg: Str('ipatokenuniqueid', attribute=True, cli_name='id', multivalue=False, primary_key=True, required=False)
|
2013-10-01 13:26:38 -05:00
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Str('description', attribute=True, cli_name='desc', multivalue=False, required=False)
|
|
|
|
option: Bool('ipatokendisabled', attribute=True, cli_name='disabled', multivalue=False, required=False)
|
2014-02-20 12:21:32 -06:00
|
|
|
option: Int('ipatokenhotpcounter', attribute=True, autofill=True, cli_name='counter', default=0, minvalue=0, multivalue=False, required=False)
|
2014-10-15 11:26:47 -05:00
|
|
|
option: Str('ipatokenmodel', attribute=True, cli_name='model', multivalue=False, required=False)
|
2014-01-09 04:29:39 -06:00
|
|
|
option: DateTime('ipatokennotafter', attribute=True, cli_name='not_after', multivalue=False, required=False)
|
|
|
|
option: DateTime('ipatokennotbefore', attribute=True, cli_name='not_before', multivalue=False, required=False)
|
2014-02-20 12:21:32 -06:00
|
|
|
option: StrEnum('ipatokenotpalgorithm', attribute=True, autofill=True, cli_name='algo', default=u'sha1', multivalue=False, required=False, values=(u'sha1', u'sha256', u'sha384', u'sha512'))
|
|
|
|
option: IntEnum('ipatokenotpdigits', attribute=True, autofill=True, cli_name='digits', default=6, multivalue=False, required=False, values=(6, 8))
|
|
|
|
option: OTPTokenKey('ipatokenotpkey', attribute=True, autofill=True, cli_name='key', multivalue=False, required=False)
|
2013-10-01 13:26:38 -05:00
|
|
|
option: Str('ipatokenowner', attribute=True, cli_name='owner', multivalue=False, required=False)
|
2014-10-15 11:26:47 -05:00
|
|
|
option: Str('ipatokenserial', attribute=True, cli_name='serial', multivalue=False, required=False)
|
2014-02-20 12:21:32 -06:00
|
|
|
option: Int('ipatokentotpclockoffset', attribute=True, autofill=True, cli_name='offset', default=0, multivalue=False, required=False)
|
|
|
|
option: Int('ipatokentotptimestep', attribute=True, autofill=True, cli_name='interval', default=30, minvalue=5, multivalue=False, required=False)
|
2014-10-15 11:26:47 -05:00
|
|
|
option: Str('ipatokenvendor', attribute=True, cli_name='vendor', multivalue=False, required=False)
|
Add support for managedBy to tokens
This also constitutes a rethinking of the token ACIs after the introduction
of SELFDN support.
Admins, as before, have full access to all token permissions.
Normal users have read/search/compare access to all of the non-secret data
for tokens assigned to them, whether managed by them or not. Users can add
tokens if, and only if, they will also manage this token.
Managers can also read/search/compare tokens they manage. Additionally,
they can write non-secret data to their managed tokens and delete them.
When a normal user self-creates a token (the default behavior), then
managedBy is automatically set. When an admin creates a token for another
user (or no owner is assigned at all), then managed by is not set. In this
second case, the token is effectively read-only for the assigned owner.
This behavior enables two important other behaviors. First, an admin can
create a hardware token and assign it to the user as a read-only token.
Second, when the user is deleted, only his self-managed tokens are deleted.
All other (read-only) tokens are instead orphaned. This permits the same
token object to be reasigned to another user without loss of any counter
data.
https://fedorahosted.org/freeipa/ticket/4228
https://fedorahosted.org/freeipa/ticket/4259
Reviewed-By: Jan Cholasta <jcholast@redhat.com>
2014-05-02 15:44:30 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2014-11-06 14:30:13 -06:00
|
|
|
option: Flag('no_qrcode', autofill=True, default=False)
|
2013-10-01 13:26:38 -05:00
|
|
|
option: Flag('qrcode?', autofill=True, default=False)
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
2014-10-15 11:24:56 -05:00
|
|
|
option: StrEnum('type', attribute=False, autofill=True, cli_name='type', default=u'totp', multivalue=False, required=False, values=(u'totp', u'hotp', u'TOTP', u'HOTP'))
|
2013-10-01 13:26:38 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
Add support for managedBy to tokens
This also constitutes a rethinking of the token ACIs after the introduction
of SELFDN support.
Admins, as before, have full access to all token permissions.
Normal users have read/search/compare access to all of the non-secret data
for tokens assigned to them, whether managed by them or not. Users can add
tokens if, and only if, they will also manage this token.
Managers can also read/search/compare tokens they manage. Additionally,
they can write non-secret data to their managed tokens and delete them.
When a normal user self-creates a token (the default behavior), then
managedBy is automatically set. When an admin creates a token for another
user (or no owner is assigned at all), then managed by is not set. In this
second case, the token is effectively read-only for the assigned owner.
This behavior enables two important other behaviors. First, an admin can
create a hardware token and assign it to the user as a read-only token.
Second, when the user is deleted, only his self-managed tokens are deleted.
All other (read-only) tokens are instead orphaned. This permits the same
token object to be reasigned to another user without loss of any counter
data.
https://fedorahosted.org/freeipa/ticket/4228
https://fedorahosted.org/freeipa/ticket/4259
Reviewed-By: Jan Cholasta <jcholast@redhat.com>
2014-05-02 15:44:30 -05:00
|
|
|
command: otptoken_add_managedby
|
|
|
|
args: 1,5,3
|
|
|
|
arg: Str('ipatokenuniqueid', attribute=True, cli_name='id', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('user*', alwaysask=True, cli_name='users', csv=True)
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('completed', <type 'int'>, None)
|
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2014-06-19 11:28:32 -05:00
|
|
|
command: otptoken_add_yubikey
|
|
|
|
args: 1,8,1
|
|
|
|
arg: Str('ipatokenuniqueid?', cli_name='id', primary_key=True)
|
|
|
|
option: Str('description?', cli_name='desc')
|
|
|
|
option: Bool('ipatokendisabled?', cli_name='disabled')
|
2014-01-09 04:29:39 -06:00
|
|
|
option: DateTime('ipatokennotafter?', cli_name='not_after')
|
|
|
|
option: DateTime('ipatokennotbefore?', cli_name='not_before')
|
2014-06-19 11:28:32 -05:00
|
|
|
option: IntEnum('ipatokenotpdigits?', autofill=True, cli_name='digits', default=6, values=(6, 8))
|
|
|
|
option: Str('ipatokenowner?', cli_name='owner')
|
|
|
|
option: IntEnum('slot?', cli_name='slot', values=(1, 2))
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('result', None, None)
|
2013-10-01 13:26:38 -05:00
|
|
|
command: otptoken_del
|
|
|
|
args: 1,2,3
|
2014-05-01 15:31:45 -05:00
|
|
|
arg: Str('ipatokenuniqueid', attribute=True, cli_name='id', multivalue=True, primary_key=True, query=True, required=True)
|
2013-10-01 13:26:38 -05:00
|
|
|
option: Flag('continue', autofill=True, cli_name='continue', default=False)
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('result', <type 'dict'>, None)
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: ListOfPrimaryKeys('value', None, None)
|
2013-10-01 13:26:38 -05:00
|
|
|
command: otptoken_find
|
Add support for managedBy to tokens
This also constitutes a rethinking of the token ACIs after the introduction
of SELFDN support.
Admins, as before, have full access to all token permissions.
Normal users have read/search/compare access to all of the non-secret data
for tokens assigned to them, whether managed by them or not. Users can add
tokens if, and only if, they will also manage this token.
Managers can also read/search/compare tokens they manage. Additionally,
they can write non-secret data to their managed tokens and delete them.
When a normal user self-creates a token (the default behavior), then
managedBy is automatically set. When an admin creates a token for another
user (or no owner is assigned at all), then managed by is not set. In this
second case, the token is effectively read-only for the assigned owner.
This behavior enables two important other behaviors. First, an admin can
create a hardware token and assign it to the user as a read-only token.
Second, when the user is deleted, only his self-managed tokens are deleted.
All other (read-only) tokens are instead orphaned. This permits the same
token object to be reasigned to another user without loss of any counter
data.
https://fedorahosted.org/freeipa/ticket/4228
https://fedorahosted.org/freeipa/ticket/4259
Reviewed-By: Jan Cholasta <jcholast@redhat.com>
2014-05-02 15:44:30 -05:00
|
|
|
args: 1,22,4
|
2013-10-01 13:26:38 -05:00
|
|
|
arg: Str('criteria?', noextrawhitespace=False)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Str('description', attribute=True, autofill=False, cli_name='desc', multivalue=False, query=True, required=False)
|
|
|
|
option: Bool('ipatokendisabled', attribute=True, autofill=False, cli_name='disabled', multivalue=False, query=True, required=False)
|
2014-02-20 12:21:32 -06:00
|
|
|
option: Int('ipatokenhotpcounter', attribute=True, autofill=False, cli_name='counter', default=0, minvalue=0, multivalue=False, query=True, required=False)
|
2013-10-01 13:26:38 -05:00
|
|
|
option: Str('ipatokenmodel', attribute=True, autofill=False, cli_name='model', multivalue=False, query=True, required=False)
|
2014-01-09 04:29:39 -06:00
|
|
|
option: DateTime('ipatokennotafter', attribute=True, autofill=False, cli_name='not_after', multivalue=False, query=True, required=False)
|
|
|
|
option: DateTime('ipatokennotbefore', attribute=True, autofill=False, cli_name='not_before', multivalue=False, query=True, required=False)
|
2014-02-20 12:21:32 -06:00
|
|
|
option: StrEnum('ipatokenotpalgorithm', attribute=True, autofill=False, cli_name='algo', default=u'sha1', multivalue=False, query=True, required=False, values=(u'sha1', u'sha256', u'sha384', u'sha512'))
|
|
|
|
option: IntEnum('ipatokenotpdigits', attribute=True, autofill=False, cli_name='digits', default=6, multivalue=False, query=True, required=False, values=(6, 8))
|
2013-10-01 13:26:38 -05:00
|
|
|
option: Str('ipatokenowner', attribute=True, autofill=False, cli_name='owner', multivalue=False, query=True, required=False)
|
|
|
|
option: Str('ipatokenserial', attribute=True, autofill=False, cli_name='serial', multivalue=False, query=True, required=False)
|
2014-02-20 12:21:32 -06:00
|
|
|
option: Int('ipatokentotpclockoffset', attribute=True, autofill=False, cli_name='offset', default=0, multivalue=False, query=True, required=False)
|
|
|
|
option: Int('ipatokentotptimestep', attribute=True, autofill=False, cli_name='interval', default=30, minvalue=5, multivalue=False, query=True, required=False)
|
2013-10-01 13:26:38 -05:00
|
|
|
option: Str('ipatokenuniqueid', attribute=True, autofill=False, cli_name='id', multivalue=False, primary_key=True, query=True, required=False)
|
2014-10-15 11:26:47 -05:00
|
|
|
option: Str('ipatokenvendor', attribute=True, autofill=False, cli_name='vendor', multivalue=False, query=True, required=False)
|
Add support for managedBy to tokens
This also constitutes a rethinking of the token ACIs after the introduction
of SELFDN support.
Admins, as before, have full access to all token permissions.
Normal users have read/search/compare access to all of the non-secret data
for tokens assigned to them, whether managed by them or not. Users can add
tokens if, and only if, they will also manage this token.
Managers can also read/search/compare tokens they manage. Additionally,
they can write non-secret data to their managed tokens and delete them.
When a normal user self-creates a token (the default behavior), then
managedBy is automatically set. When an admin creates a token for another
user (or no owner is assigned at all), then managed by is not set. In this
second case, the token is effectively read-only for the assigned owner.
This behavior enables two important other behaviors. First, an admin can
create a hardware token and assign it to the user as a read-only token.
Second, when the user is deleted, only his self-managed tokens are deleted.
All other (read-only) tokens are instead orphaned. This permits the same
token object to be reasigned to another user without loss of any counter
data.
https://fedorahosted.org/freeipa/ticket/4228
https://fedorahosted.org/freeipa/ticket/4259
Reviewed-By: Jan Cholasta <jcholast@redhat.com>
2014-05-02 15:44:30 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2013-10-01 13:26:38 -05:00
|
|
|
option: Flag('pkey_only?', autofill=True, default=False)
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Int('sizelimit?', autofill=False, minvalue=0)
|
|
|
|
option: Int('timelimit?', autofill=False, minvalue=0)
|
2014-10-15 11:24:56 -05:00
|
|
|
option: StrEnum('type', attribute=False, autofill=False, cli_name='type', default=u'totp', multivalue=False, query=True, required=False, values=(u'totp', u'hotp', u'TOTP', u'HOTP'))
|
2013-10-01 13:26:38 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('count', <type 'int'>, None)
|
|
|
|
output: ListOfEntries('result', (<type 'list'>, <type 'tuple'>), Gettext('A list of LDAP entries', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
|
|
|
output: Output('truncated', <type 'bool'>, None)
|
|
|
|
command: otptoken_mod
|
Add support for managedBy to tokens
This also constitutes a rethinking of the token ACIs after the introduction
of SELFDN support.
Admins, as before, have full access to all token permissions.
Normal users have read/search/compare access to all of the non-secret data
for tokens assigned to them, whether managed by them or not. Users can add
tokens if, and only if, they will also manage this token.
Managers can also read/search/compare tokens they manage. Additionally,
they can write non-secret data to their managed tokens and delete them.
When a normal user self-creates a token (the default behavior), then
managedBy is automatically set. When an admin creates a token for another
user (or no owner is assigned at all), then managed by is not set. In this
second case, the token is effectively read-only for the assigned owner.
This behavior enables two important other behaviors. First, an admin can
create a hardware token and assign it to the user as a read-only token.
Second, when the user is deleted, only his self-managed tokens are deleted.
All other (read-only) tokens are instead orphaned. This permits the same
token object to be reasigned to another user without loss of any counter
data.
https://fedorahosted.org/freeipa/ticket/4228
https://fedorahosted.org/freeipa/ticket/4259
Reviewed-By: Jan Cholasta <jcholast@redhat.com>
2014-05-02 15:44:30 -05:00
|
|
|
args: 1,17,3
|
2014-05-01 15:31:45 -05:00
|
|
|
arg: Str('ipatokenuniqueid', attribute=True, cli_name='id', multivalue=False, primary_key=True, query=True, required=True)
|
2013-10-01 13:26:38 -05:00
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Str('delattr*', cli_name='delattr', exclude='webui')
|
|
|
|
option: Str('description', attribute=True, autofill=False, cli_name='desc', multivalue=False, required=False)
|
|
|
|
option: Bool('ipatokendisabled', attribute=True, autofill=False, cli_name='disabled', multivalue=False, required=False)
|
|
|
|
option: Str('ipatokenmodel', attribute=True, autofill=False, cli_name='model', multivalue=False, required=False)
|
2014-01-09 04:29:39 -06:00
|
|
|
option: DateTime('ipatokennotafter', attribute=True, autofill=False, cli_name='not_after', multivalue=False, required=False)
|
|
|
|
option: DateTime('ipatokennotbefore', attribute=True, autofill=False, cli_name='not_before', multivalue=False, required=False)
|
2013-10-01 13:26:38 -05:00
|
|
|
option: Str('ipatokenowner', attribute=True, autofill=False, cli_name='owner', multivalue=False, required=False)
|
|
|
|
option: Str('ipatokenserial', attribute=True, autofill=False, cli_name='serial', multivalue=False, required=False)
|
2014-10-15 11:26:47 -05:00
|
|
|
option: Str('ipatokenvendor', attribute=True, autofill=False, cli_name='vendor', multivalue=False, required=False)
|
Add support for managedBy to tokens
This also constitutes a rethinking of the token ACIs after the introduction
of SELFDN support.
Admins, as before, have full access to all token permissions.
Normal users have read/search/compare access to all of the non-secret data
for tokens assigned to them, whether managed by them or not. Users can add
tokens if, and only if, they will also manage this token.
Managers can also read/search/compare tokens they manage. Additionally,
they can write non-secret data to their managed tokens and delete them.
When a normal user self-creates a token (the default behavior), then
managedBy is automatically set. When an admin creates a token for another
user (or no owner is assigned at all), then managed by is not set. In this
second case, the token is effectively read-only for the assigned owner.
This behavior enables two important other behaviors. First, an admin can
create a hardware token and assign it to the user as a read-only token.
Second, when the user is deleted, only his self-managed tokens are deleted.
All other (read-only) tokens are instead orphaned. This permits the same
token object to be reasigned to another user without loss of any counter
data.
https://fedorahosted.org/freeipa/ticket/4228
https://fedorahosted.org/freeipa/ticket/4259
Reviewed-By: Jan Cholasta <jcholast@redhat.com>
2014-05-02 15:44:30 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2013-10-01 13:26:38 -05:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2014-05-01 15:31:45 -05:00
|
|
|
option: Str('rename', cli_name='rename', multivalue=False, primary_key=True, required=False)
|
2013-10-01 13:26:38 -05:00
|
|
|
option: Flag('rights', autofill=True, default=False)
|
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
Add support for managedBy to tokens
This also constitutes a rethinking of the token ACIs after the introduction
of SELFDN support.
Admins, as before, have full access to all token permissions.
Normal users have read/search/compare access to all of the non-secret data
for tokens assigned to them, whether managed by them or not. Users can add
tokens if, and only if, they will also manage this token.
Managers can also read/search/compare tokens they manage. Additionally,
they can write non-secret data to their managed tokens and delete them.
When a normal user self-creates a token (the default behavior), then
managedBy is automatically set. When an admin creates a token for another
user (or no owner is assigned at all), then managed by is not set. In this
second case, the token is effectively read-only for the assigned owner.
This behavior enables two important other behaviors. First, an admin can
create a hardware token and assign it to the user as a read-only token.
Second, when the user is deleted, only his self-managed tokens are deleted.
All other (read-only) tokens are instead orphaned. This permits the same
token object to be reasigned to another user without loss of any counter
data.
https://fedorahosted.org/freeipa/ticket/4228
https://fedorahosted.org/freeipa/ticket/4259
Reviewed-By: Jan Cholasta <jcholast@redhat.com>
2014-05-02 15:44:30 -05:00
|
|
|
command: otptoken_remove_managedby
|
|
|
|
args: 1,5,3
|
|
|
|
arg: Str('ipatokenuniqueid', attribute=True, cli_name='id', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('user*', alwaysask=True, cli_name='users', csv=True)
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('completed', <type 'int'>, None)
|
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2013-10-01 13:26:38 -05:00
|
|
|
command: otptoken_show
|
Add support for managedBy to tokens
This also constitutes a rethinking of the token ACIs after the introduction
of SELFDN support.
Admins, as before, have full access to all token permissions.
Normal users have read/search/compare access to all of the non-secret data
for tokens assigned to them, whether managed by them or not. Users can add
tokens if, and only if, they will also manage this token.
Managers can also read/search/compare tokens they manage. Additionally,
they can write non-secret data to their managed tokens and delete them.
When a normal user self-creates a token (the default behavior), then
managedBy is automatically set. When an admin creates a token for another
user (or no owner is assigned at all), then managed by is not set. In this
second case, the token is effectively read-only for the assigned owner.
This behavior enables two important other behaviors. First, an admin can
create a hardware token and assign it to the user as a read-only token.
Second, when the user is deleted, only his self-managed tokens are deleted.
All other (read-only) tokens are instead orphaned. This permits the same
token object to be reasigned to another user without loss of any counter
data.
https://fedorahosted.org/freeipa/ticket/4228
https://fedorahosted.org/freeipa/ticket/4259
Reviewed-By: Jan Cholasta <jcholast@redhat.com>
2014-05-02 15:44:30 -05:00
|
|
|
args: 1,5,3
|
2014-05-01 15:31:45 -05:00
|
|
|
arg: Str('ipatokenuniqueid', attribute=True, cli_name='id', multivalue=False, primary_key=True, query=True, required=True)
|
2013-10-01 13:26:38 -05:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
Add support for managedBy to tokens
This also constitutes a rethinking of the token ACIs after the introduction
of SELFDN support.
Admins, as before, have full access to all token permissions.
Normal users have read/search/compare access to all of the non-secret data
for tokens assigned to them, whether managed by them or not. Users can add
tokens if, and only if, they will also manage this token.
Managers can also read/search/compare tokens they manage. Additionally,
they can write non-secret data to their managed tokens and delete them.
When a normal user self-creates a token (the default behavior), then
managedBy is automatically set. When an admin creates a token for another
user (or no owner is assigned at all), then managed by is not set. In this
second case, the token is effectively read-only for the assigned owner.
This behavior enables two important other behaviors. First, an admin can
create a hardware token and assign it to the user as a read-only token.
Second, when the user is deleted, only his self-managed tokens are deleted.
All other (read-only) tokens are instead orphaned. This permits the same
token object to be reasigned to another user without loss of any counter
data.
https://fedorahosted.org/freeipa/ticket/4228
https://fedorahosted.org/freeipa/ticket/4259
Reviewed-By: Jan Cholasta <jcholast@redhat.com>
2014-05-02 15:44:30 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2013-10-01 13:26:38 -05:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Flag('rights', autofill=True, default=False)
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2014-06-26 09:09:00 -05:00
|
|
|
command: otptoken_sync
|
|
|
|
args: 1,5,1
|
|
|
|
arg: Str('token?')
|
|
|
|
option: Password('first_code', confirm=False)
|
|
|
|
option: Password('password', confirm=False)
|
|
|
|
option: Password('second_code', confirm=False)
|
|
|
|
option: Str('user')
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('result', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: passwd
|
2014-05-23 02:36:49 -05:00
|
|
|
args: 3,2,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('principal', autofill=True, cli_name='user', primary_key=True)
|
|
|
|
arg: Password('password')
|
|
|
|
arg: Password('current_password', autofill=True, confirm=False)
|
2014-05-23 02:36:49 -05:00
|
|
|
option: Password('otp?', confirm=False)
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('result', <type 'bool'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: permission_add
|
2015-05-08 03:41:44 -05:00
|
|
|
args: 1,21,3
|
2013-11-13 09:31:58 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, pattern='^[-_ a-zA-Z0-9.]+$', primary_key=True, required=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2013-11-13 09:31:58 -06:00
|
|
|
option: Str('attrs', attribute=False, cli_name='attrs', multivalue=True, required=False)
|
2014-03-06 07:37:20 -06:00
|
|
|
option: Str('extratargetfilter', attribute=False, cli_name='filter', multivalue=True, required=False)
|
2013-11-13 09:31:58 -06:00
|
|
|
option: Str('filter', attribute=False, cli_name='filter', multivalue=True, required=False)
|
2013-10-29 11:01:07 -05:00
|
|
|
option: StrEnum('ipapermbindruletype', attribute=True, autofill=True, cli_name='bindtype', default=u'permission', multivalue=False, required=True, values=(u'permission', u'all', u'anonymous'))
|
2013-12-13 08:54:57 -06:00
|
|
|
option: DNOrURL('ipapermlocation', alwaysask=True, attribute=True, autofill=False, cli_name='subtree', multivalue=False, query=False, required=False)
|
2015-02-11 10:21:59 -06:00
|
|
|
option: StrEnum('ipapermright', alwaysask=True, attribute=True, autofill=False, cli_name='right', deprecated_cli_aliases=set(['permissions']), multivalue=True, query=False, required=False, values=(u'read', u'search', u'compare', u'write', u'add', u'delete', u'all'))
|
2013-11-13 09:31:58 -06:00
|
|
|
option: DNParam('ipapermtarget', attribute=True, cli_name='target', multivalue=False, required=False)
|
2014-03-06 07:37:20 -06:00
|
|
|
option: Str('ipapermtargetfilter', attribute=True, cli_name='rawfilter', multivalue=True, required=False)
|
2015-05-08 03:41:44 -05:00
|
|
|
option: DNParam('ipapermtargetfrom', attribute=True, cli_name='targetfrom', multivalue=False, required=False)
|
|
|
|
option: DNParam('ipapermtargetto', attribute=True, cli_name='targetto', multivalue=False, required=False)
|
2014-02-27 07:38:16 -06:00
|
|
|
option: Str('memberof', alwaysask=True, attribute=False, autofill=False, cli_name='memberof', multivalue=True, query=False, required=False)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2013-11-13 09:31:58 -06:00
|
|
|
option: Str('permissions', attribute=False, cli_name='permissions', multivalue=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
2013-11-13 09:31:58 -06:00
|
|
|
option: Str('subtree', attribute=False, cli_name='subtree', multivalue=True, required=False)
|
|
|
|
option: Str('targetgroup', alwaysask=True, attribute=False, autofill=False, cli_name='targetgroup', multivalue=False, query=False, required=False)
|
2014-01-09 07:43:37 -06:00
|
|
|
option: Str('type', alwaysask=True, attribute=False, autofill=False, cli_name='type', multivalue=False, query=False, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: permission_add_member
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,5,3
|
2014-07-04 03:20:04 -05:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, pattern='^[-_ a-zA-Z0-9.:/]+$', primary_key=True, query=True, required=True)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('privilege*', alwaysask=True, cli_name='privileges', csv=True)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('completed', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-06-27 06:10:10 -05:00
|
|
|
command: permission_add_noaci
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,5,3
|
2014-07-04 03:20:04 -05:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, pattern='^[-_ a-zA-Z0-9.:/]+$', primary_key=True, required=True)
|
2013-11-13 09:31:58 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui', multivalue=False, required=True)
|
|
|
|
option: Str('ipapermissiontype', cli_name='ipapermissiontype', multivalue=True, required=True)
|
|
|
|
option: Flag('no_members', autofill=True, cli_name='no_members', default=False, exclude='webui', multivalue=False, required=True)
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui', multivalue=False, required=True)
|
|
|
|
option: Str('version', cli_name='version', exclude='webui', multivalue=False, required=False)
|
2012-06-27 06:10:10 -05:00
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: permission_del
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 1,3,3
|
2014-07-04 03:20:04 -05:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=True, pattern='^[-_ a-zA-Z0-9.:/]+$', primary_key=True, query=True, required=True)
|
2011-05-12 01:28:22 -05:00
|
|
|
option: Flag('continue', autofill=True, cli_name='continue', default=False)
|
2012-06-27 06:10:10 -05:00
|
|
|
option: Flag('force', autofill=True, default=False)
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('result', <type 'dict'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: ListOfPrimaryKeys('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: permission_find
|
2015-05-08 03:41:44 -05:00
|
|
|
args: 1,26,4
|
2011-06-24 13:32:57 -05:00
|
|
|
arg: Str('criteria?', noextrawhitespace=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2013-11-13 09:31:58 -06:00
|
|
|
option: Str('attrs', attribute=False, autofill=False, cli_name='attrs', multivalue=True, query=True, required=False)
|
2014-07-04 03:20:04 -05:00
|
|
|
option: Str('cn', attribute=True, autofill=False, cli_name='name', multivalue=False, pattern='^[-_ a-zA-Z0-9.:/]+$', primary_key=True, query=True, required=False)
|
2014-03-06 07:37:20 -06:00
|
|
|
option: Str('extratargetfilter', attribute=False, autofill=False, cli_name='filter', multivalue=True, query=True, required=False)
|
2013-11-13 09:31:58 -06:00
|
|
|
option: Str('filter', attribute=False, autofill=False, cli_name='filter', multivalue=True, query=True, required=False)
|
2013-10-29 11:01:07 -05:00
|
|
|
option: StrEnum('ipapermbindruletype', attribute=True, autofill=False, cli_name='bindtype', default=u'permission', multivalue=False, query=True, required=False, values=(u'permission', u'all', u'anonymous'))
|
2013-09-13 09:08:22 -05:00
|
|
|
option: Str('ipapermdefaultattr', attribute=True, autofill=False, cli_name='defaultattrs', multivalue=True, query=True, required=False)
|
|
|
|
option: Str('ipapermexcludedattr', attribute=True, autofill=False, cli_name='excludedattrs', multivalue=True, query=True, required=False)
|
|
|
|
option: Str('ipapermincludedattr', attribute=True, autofill=False, cli_name='includedattrs', multivalue=True, query=True, required=False)
|
2013-12-13 08:54:57 -06:00
|
|
|
option: DNOrURL('ipapermlocation', attribute=True, autofill=False, cli_name='subtree', multivalue=False, query=True, required=False)
|
2014-03-18 04:15:55 -05:00
|
|
|
option: StrEnum('ipapermright', attribute=True, autofill=False, cli_name='right', deprecated_cli_aliases=set(['permissions']), multivalue=True, query=True, required=False, values=(u'read', u'search', u'compare', u'write', u'add', u'delete', u'all'))
|
2013-11-13 09:31:58 -06:00
|
|
|
option: DNParam('ipapermtarget', attribute=True, autofill=False, cli_name='target', multivalue=False, query=True, required=False)
|
2014-03-06 07:37:20 -06:00
|
|
|
option: Str('ipapermtargetfilter', attribute=True, autofill=False, cli_name='rawfilter', multivalue=True, query=True, required=False)
|
2015-05-08 03:41:44 -05:00
|
|
|
option: DNParam('ipapermtargetfrom', attribute=True, autofill=False, cli_name='targetfrom', multivalue=False, query=True, required=False)
|
|
|
|
option: DNParam('ipapermtargetto', attribute=True, autofill=False, cli_name='targetto', multivalue=False, query=True, required=False)
|
2014-02-27 07:38:16 -06:00
|
|
|
option: Str('memberof', attribute=False, autofill=False, cli_name='memberof', multivalue=True, query=True, required=False)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2013-11-13 09:31:58 -06:00
|
|
|
option: Str('permissions', attribute=False, autofill=False, cli_name='permissions', multivalue=True, query=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('pkey_only?', autofill=True, default=False)
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Int('sizelimit?', autofill=False, minvalue=0)
|
2013-11-13 09:31:58 -06:00
|
|
|
option: Str('subtree', attribute=False, autofill=False, cli_name='subtree', multivalue=True, query=True, required=False)
|
|
|
|
option: Str('targetgroup', attribute=False, autofill=False, cli_name='targetgroup', multivalue=False, query=True, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Int('timelimit?', autofill=False, minvalue=0)
|
2014-01-09 07:43:37 -06:00
|
|
|
option: Str('type', attribute=False, autofill=False, cli_name='type', multivalue=False, query=True, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('count', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: ListOfEntries('result', (<type 'list'>, <type 'tuple'>), Gettext('A list of LDAP entries', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('truncated', <type 'bool'>, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: permission_mod
|
2015-05-08 03:41:44 -05:00
|
|
|
args: 1,26,3
|
2014-07-04 03:20:04 -05:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, pattern='^[-_ a-zA-Z0-9.:/]+$', primary_key=True, query=True, required=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2013-11-13 09:31:58 -06:00
|
|
|
option: Str('attrs', attribute=False, autofill=False, cli_name='attrs', multivalue=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('delattr*', cli_name='delattr', exclude='webui')
|
2014-03-06 07:37:20 -06:00
|
|
|
option: Str('extratargetfilter', attribute=False, autofill=False, cli_name='filter', multivalue=True, required=False)
|
2013-11-13 09:31:58 -06:00
|
|
|
option: Str('filter', attribute=False, autofill=False, cli_name='filter', multivalue=True, required=False)
|
2013-10-29 11:01:07 -05:00
|
|
|
option: StrEnum('ipapermbindruletype', attribute=True, autofill=False, cli_name='bindtype', default=u'permission', multivalue=False, required=False, values=(u'permission', u'all', u'anonymous'))
|
2013-09-13 09:08:22 -05:00
|
|
|
option: Str('ipapermexcludedattr', attribute=True, autofill=False, cli_name='excludedattrs', multivalue=True, required=False)
|
|
|
|
option: Str('ipapermincludedattr', attribute=True, autofill=False, cli_name='includedattrs', multivalue=True, required=False)
|
2013-12-13 08:54:57 -06:00
|
|
|
option: DNOrURL('ipapermlocation', attribute=True, autofill=False, cli_name='subtree', multivalue=False, required=False)
|
2014-03-18 04:15:55 -05:00
|
|
|
option: StrEnum('ipapermright', attribute=True, autofill=False, cli_name='right', deprecated_cli_aliases=set(['permissions']), multivalue=True, required=False, values=(u'read', u'search', u'compare', u'write', u'add', u'delete', u'all'))
|
2013-11-13 09:31:58 -06:00
|
|
|
option: DNParam('ipapermtarget', attribute=True, autofill=False, cli_name='target', multivalue=False, required=False)
|
2014-03-06 07:37:20 -06:00
|
|
|
option: Str('ipapermtargetfilter', attribute=True, autofill=False, cli_name='rawfilter', multivalue=True, required=False)
|
2015-05-08 03:41:44 -05:00
|
|
|
option: DNParam('ipapermtargetfrom', attribute=True, autofill=False, cli_name='targetfrom', multivalue=False, required=False)
|
|
|
|
option: DNParam('ipapermtargetto', attribute=True, autofill=False, cli_name='targetto', multivalue=False, required=False)
|
2014-02-27 07:38:16 -06:00
|
|
|
option: Str('memberof', attribute=False, autofill=False, cli_name='memberof', multivalue=True, required=False)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2013-11-13 09:31:58 -06:00
|
|
|
option: Str('permissions', attribute=False, autofill=False, cli_name='permissions', multivalue=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2013-11-13 09:31:58 -06:00
|
|
|
option: Str('rename', cli_name='rename', multivalue=False, pattern='^[-_ a-zA-Z0-9.]+$', primary_key=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('rights', autofill=True, default=False)
|
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
2013-11-13 09:31:58 -06:00
|
|
|
option: Str('subtree', attribute=False, autofill=False, cli_name='subtree', multivalue=True, required=False)
|
|
|
|
option: Str('targetgroup', attribute=False, autofill=False, cli_name='targetgroup', multivalue=False, required=False)
|
2014-01-09 07:43:37 -06:00
|
|
|
option: Str('type', attribute=False, autofill=False, cli_name='type', multivalue=False, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: permission_remove_member
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,5,3
|
2014-07-04 03:20:04 -05:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, pattern='^[-_ a-zA-Z0-9.:/]+$', primary_key=True, query=True, required=True)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('privilege*', alwaysask=True, cli_name='privileges', csv=True)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('completed', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2011-01-13 13:29:16 -06:00
|
|
|
command: permission_show
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,5,3
|
2014-07-04 03:20:04 -05:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, pattern='^[-_ a-zA-Z0-9.:/]+$', primary_key=True, query=True, required=True)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('rights', autofill=True, default=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: ping
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 0,1,1
|
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: pkinit_anonymous
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 1,1,1
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('action')
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-01-13 13:29:16 -06:00
|
|
|
output: Output('result', None, None)
|
|
|
|
command: plugins
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 0,3,3
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=True, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('server?', autofill=True, default=False)
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('count', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('result', <type 'dict'>, None)
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: privilege_add
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,7,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, primary_key=True, required=True)
|
2011-11-29 02:59:11 -06:00
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2014-09-26 01:54:28 -05:00
|
|
|
option: Str('description', attribute=True, cli_name='desc', multivalue=False, required=False)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: privilege_add_member
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,5,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2011-11-21 09:50:27 -06:00
|
|
|
option: Str('role*', alwaysask=True, cli_name='roles', csv=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('completed', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2011-01-13 13:29:16 -06:00
|
|
|
command: privilege_add_permission
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,5,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('permission*', alwaysask=True, cli_name='permissions', csv=True)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('completed', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2011-01-13 13:29:16 -06:00
|
|
|
command: privilege_del
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 1,2,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=True, primary_key=True, query=True, required=True)
|
2011-05-12 01:28:22 -05:00
|
|
|
option: Flag('continue', autofill=True, cli_name='continue', default=False)
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('result', <type 'dict'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: ListOfPrimaryKeys('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: privilege_find
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,9,4
|
2011-06-24 13:32:57 -05:00
|
|
|
arg: Str('criteria?', noextrawhitespace=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('cn', attribute=True, autofill=False, cli_name='name', multivalue=False, primary_key=True, query=True, required=False)
|
|
|
|
option: Str('description', attribute=True, autofill=False, cli_name='desc', multivalue=False, query=True, required=False)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('pkey_only?', autofill=True, default=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('sizelimit?', autofill=False, minvalue=0)
|
|
|
|
option: Int('timelimit?', autofill=False, minvalue=0)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('count', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: ListOfEntries('result', (<type 'list'>, <type 'tuple'>), Gettext('A list of LDAP entries', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('truncated', <type 'bool'>, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: privilege_mod
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,10,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, primary_key=True, query=True, required=True)
|
2011-11-29 02:59:11 -06:00
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('delattr*', cli_name='delattr', exclude='webui')
|
|
|
|
option: Str('description', attribute=True, autofill=False, cli_name='desc', multivalue=False, required=False)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('rename', cli_name='rename', multivalue=False, primary_key=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('rights', autofill=True, default=False)
|
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: privilege_remove_member
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,5,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2011-11-21 09:50:27 -06:00
|
|
|
option: Str('role*', alwaysask=True, cli_name='roles', csv=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('completed', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2011-01-13 13:29:16 -06:00
|
|
|
command: privilege_remove_permission
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,5,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('permission*', alwaysask=True, cli_name='permissions', csv=True)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('completed', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2011-01-13 13:29:16 -06:00
|
|
|
command: privilege_show
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,5,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('rights', autofill=True, default=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: pwpolicy_add
|
|
|
|
args: 1,14,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='group', multivalue=False, primary_key=True, required=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Int('cospriority', attribute=False, cli_name='priority', minvalue=0, multivalue=False, required=True)
|
2013-08-05 06:45:26 -05:00
|
|
|
option: Int('krbmaxpwdlife', attribute=True, cli_name='maxlife', maxvalue=20000, minvalue=0, multivalue=False, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Int('krbminpwdlife', attribute=True, cli_name='minlife', minvalue=0, multivalue=False, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('krbpwdfailurecountinterval', attribute=True, cli_name='failinterval', minvalue=0, multivalue=False, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Int('krbpwdhistorylength', attribute=True, cli_name='history', minvalue=0, multivalue=False, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('krbpwdlockoutduration', attribute=True, cli_name='lockouttime', minvalue=0, multivalue=False, required=False)
|
|
|
|
option: Int('krbpwdmaxfailure', attribute=True, cli_name='maxfail', minvalue=0, multivalue=False, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Int('krbpwdmindiffchars', attribute=True, cli_name='minclasses', maxvalue=5, minvalue=0, multivalue=False, required=False)
|
|
|
|
option: Int('krbpwdminlength', attribute=True, cli_name='minlength', minvalue=0, multivalue=False, required=False)
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: pwpolicy_del
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 1,2,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='group', multivalue=True, primary_key=True, required=True)
|
2011-05-12 01:28:22 -05:00
|
|
|
option: Flag('continue', autofill=True, cli_name='continue', default=False)
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('result', <type 'dict'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: ListOfPrimaryKeys('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: pwpolicy_find
|
2011-10-26 04:12:38 -05:00
|
|
|
args: 1,16,4
|
2011-06-24 13:32:57 -05:00
|
|
|
arg: Str('criteria?', noextrawhitespace=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('cn', attribute=True, autofill=False, cli_name='group', multivalue=False, primary_key=True, query=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('cospriority', attribute=False, autofill=False, cli_name='priority', minvalue=0, multivalue=False, query=True, required=False)
|
2013-08-05 06:45:26 -05:00
|
|
|
option: Int('krbmaxpwdlife', attribute=True, autofill=False, cli_name='maxlife', maxvalue=20000, minvalue=0, multivalue=False, query=True, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Int('krbminpwdlife', attribute=True, autofill=False, cli_name='minlife', minvalue=0, multivalue=False, query=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('krbpwdfailurecountinterval', attribute=True, autofill=False, cli_name='failinterval', minvalue=0, multivalue=False, query=True, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Int('krbpwdhistorylength', attribute=True, autofill=False, cli_name='history', minvalue=0, multivalue=False, query=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('krbpwdlockoutduration', attribute=True, autofill=False, cli_name='lockouttime', minvalue=0, multivalue=False, query=True, required=False)
|
|
|
|
option: Int('krbpwdmaxfailure', attribute=True, autofill=False, cli_name='maxfail', minvalue=0, multivalue=False, query=True, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Int('krbpwdmindiffchars', attribute=True, autofill=False, cli_name='minclasses', maxvalue=5, minvalue=0, multivalue=False, query=True, required=False)
|
|
|
|
option: Int('krbpwdminlength', attribute=True, autofill=False, cli_name='minlength', minvalue=0, multivalue=False, query=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('pkey_only?', autofill=True, default=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('sizelimit?', autofill=False, minvalue=0)
|
|
|
|
option: Int('timelimit?', autofill=False, minvalue=0)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('count', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: ListOfEntries('result', (<type 'list'>, <type 'tuple'>), Gettext('A list of LDAP entries', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('truncated', <type 'bool'>, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: pwpolicy_mod
|
2011-11-29 02:59:11 -06:00
|
|
|
args: 1,16,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='group', multivalue=False, primary_key=True, query=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Int('cospriority', attribute=False, autofill=False, cli_name='priority', minvalue=0, multivalue=False, required=False)
|
|
|
|
option: Str('delattr*', cli_name='delattr', exclude='webui')
|
2013-08-05 06:45:26 -05:00
|
|
|
option: Int('krbmaxpwdlife', attribute=True, autofill=False, cli_name='maxlife', maxvalue=20000, minvalue=0, multivalue=False, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Int('krbminpwdlife', attribute=True, autofill=False, cli_name='minlife', minvalue=0, multivalue=False, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('krbpwdfailurecountinterval', attribute=True, autofill=False, cli_name='failinterval', minvalue=0, multivalue=False, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Int('krbpwdhistorylength', attribute=True, autofill=False, cli_name='history', minvalue=0, multivalue=False, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('krbpwdlockoutduration', attribute=True, autofill=False, cli_name='lockouttime', minvalue=0, multivalue=False, required=False)
|
|
|
|
option: Int('krbpwdmaxfailure', attribute=True, autofill=False, cli_name='maxfail', minvalue=0, multivalue=False, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Int('krbpwdmindiffchars', attribute=True, autofill=False, cli_name='minclasses', maxvalue=5, minvalue=0, multivalue=False, required=False)
|
|
|
|
option: Int('krbpwdminlength', attribute=True, autofill=False, cli_name='minlength', minvalue=0, multivalue=False, required=False)
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('rights', autofill=True, default=False)
|
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: pwpolicy_show
|
|
|
|
args: 1,5,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='group', multivalue=False, primary_key=True, query=True, required=False)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-06-13 13:58:54 -05:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('rights', autofill=True, default=False)
|
|
|
|
option: Str('user?')
|
2012-06-13 13:58:54 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2013-02-12 09:50:00 -06:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2013-11-11 15:58:02 -06:00
|
|
|
command: radiusproxy_add
|
|
|
|
args: 1,11,3
|
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, primary_key=True, required=True)
|
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Str('description', attribute=True, cli_name='desc', multivalue=False, required=False)
|
|
|
|
option: Int('ipatokenradiusretries', attribute=True, cli_name='retries', maxvalue=10, minvalue=0, multivalue=False, required=False)
|
|
|
|
option: Password('ipatokenradiussecret', attribute=True, cli_name='secret', confirm=True, multivalue=False, required=True)
|
|
|
|
option: Str('ipatokenradiusserver', attribute=True, cli_name='server', multivalue=True, required=True)
|
|
|
|
option: Int('ipatokenradiustimeout', attribute=True, cli_name='timeout', minvalue=1, multivalue=False, required=False)
|
|
|
|
option: Str('ipatokenusermapattribute', attribute=True, cli_name='userattr', multivalue=False, required=False)
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2013-11-11 15:58:02 -06:00
|
|
|
command: radiusproxy_del
|
|
|
|
args: 1,2,3
|
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=True, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('continue', autofill=True, cli_name='continue', default=False)
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('result', <type 'dict'>, None)
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: ListOfPrimaryKeys('value', None, None)
|
2013-11-11 15:58:02 -06:00
|
|
|
command: radiusproxy_find
|
|
|
|
args: 1,13,4
|
|
|
|
arg: Str('criteria?', noextrawhitespace=False)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Str('cn', attribute=True, autofill=False, cli_name='name', multivalue=False, primary_key=True, query=True, required=False)
|
|
|
|
option: Str('description', attribute=True, autofill=False, cli_name='desc', multivalue=False, query=True, required=False)
|
|
|
|
option: Int('ipatokenradiusretries', attribute=True, autofill=False, cli_name='retries', maxvalue=10, minvalue=0, multivalue=False, query=True, required=False)
|
|
|
|
option: Password('ipatokenradiussecret', attribute=True, autofill=False, cli_name='secret', confirm=True, multivalue=False, query=True, required=False)
|
|
|
|
option: Str('ipatokenradiusserver', attribute=True, autofill=False, cli_name='server', multivalue=True, query=True, required=False)
|
|
|
|
option: Int('ipatokenradiustimeout', attribute=True, autofill=False, cli_name='timeout', minvalue=1, multivalue=False, query=True, required=False)
|
|
|
|
option: Str('ipatokenusermapattribute', attribute=True, autofill=False, cli_name='userattr', multivalue=False, query=True, required=False)
|
|
|
|
option: Flag('pkey_only?', autofill=True, default=False)
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Int('sizelimit?', autofill=False, minvalue=0)
|
|
|
|
option: Int('timelimit?', autofill=False, minvalue=0)
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('count', <type 'int'>, None)
|
|
|
|
output: ListOfEntries('result', (<type 'list'>, <type 'tuple'>), Gettext('A list of LDAP entries', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
|
|
|
output: Output('truncated', <type 'bool'>, None)
|
|
|
|
command: radiusproxy_mod
|
|
|
|
args: 1,14,3
|
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Str('delattr*', cli_name='delattr', exclude='webui')
|
|
|
|
option: Str('description', attribute=True, autofill=False, cli_name='desc', multivalue=False, required=False)
|
|
|
|
option: Int('ipatokenradiusretries', attribute=True, autofill=False, cli_name='retries', maxvalue=10, minvalue=0, multivalue=False, required=False)
|
|
|
|
option: Password('ipatokenradiussecret', attribute=True, autofill=False, cli_name='secret', confirm=True, multivalue=False, required=False)
|
|
|
|
option: Str('ipatokenradiusserver', attribute=True, autofill=False, cli_name='server', multivalue=True, required=False)
|
|
|
|
option: Int('ipatokenradiustimeout', attribute=True, autofill=False, cli_name='timeout', minvalue=1, multivalue=False, required=False)
|
|
|
|
option: Str('ipatokenusermapattribute', attribute=True, autofill=False, cli_name='userattr', multivalue=False, required=False)
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('rename', cli_name='rename', multivalue=False, primary_key=True, required=False)
|
|
|
|
option: Flag('rights', autofill=True, default=False)
|
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2013-11-11 15:58:02 -06:00
|
|
|
command: radiusproxy_show
|
|
|
|
args: 1,4,3
|
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Flag('rights', autofill=True, default=False)
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2013-02-12 09:50:00 -06:00
|
|
|
command: realmdomains_mod
|
|
|
|
args: 0,11,3
|
|
|
|
option: Str('add_domain', attribute=True, autofill=False, cli_name='add_domain', multivalue=False, required=False)
|
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Str('associateddomain', attribute=True, autofill=False, cli_name='domain', multivalue=True, required=False)
|
|
|
|
option: Str('del_domain', attribute=True, autofill=False, cli_name='del_domain', multivalue=False, required=False)
|
|
|
|
option: Str('delattr*', cli_name='delattr', exclude='webui')
|
|
|
|
option: Flag('force', autofill=True, default=False)
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Flag('rights', autofill=True, default=False)
|
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2013-02-12 09:50:00 -06:00
|
|
|
command: realmdomains_show
|
|
|
|
args: 0,4,3
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Flag('rights', autofill=True, default=False)
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: role_add
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,7,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, primary_key=True, required=True)
|
2011-11-29 02:59:11 -06:00
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2014-09-26 01:54:28 -05:00
|
|
|
option: Str('description', attribute=True, cli_name='desc', multivalue=False, required=False)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: role_add_member
|
2014-08-18 09:49:40 -05:00
|
|
|
args: 1,9,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2011-11-21 09:50:27 -06:00
|
|
|
option: Str('group*', alwaysask=True, cli_name='groups', csv=True)
|
|
|
|
option: Str('host*', alwaysask=True, cli_name='hosts', csv=True)
|
|
|
|
option: Str('hostgroup*', alwaysask=True, cli_name='hostgroups', csv=True)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2014-08-18 09:49:40 -05:00
|
|
|
option: Str('service*', alwaysask=True, cli_name='services', csv=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('user*', alwaysask=True, cli_name='users', csv=True)
|
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('completed', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2011-01-13 13:29:16 -06:00
|
|
|
command: role_add_privilege
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,5,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('privilege*', alwaysask=True, cli_name='privileges', csv=True)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('completed', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2011-01-13 13:29:16 -06:00
|
|
|
command: role_del
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 1,2,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=True, primary_key=True, query=True, required=True)
|
2011-05-12 01:28:22 -05:00
|
|
|
option: Flag('continue', autofill=True, cli_name='continue', default=False)
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('result', <type 'dict'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: ListOfPrimaryKeys('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: role_find
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,9,4
|
2011-06-24 13:32:57 -05:00
|
|
|
arg: Str('criteria?', noextrawhitespace=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('cn', attribute=True, autofill=False, cli_name='name', multivalue=False, primary_key=True, query=True, required=False)
|
|
|
|
option: Str('description', attribute=True, autofill=False, cli_name='desc', multivalue=False, query=True, required=False)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('pkey_only?', autofill=True, default=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('sizelimit?', autofill=False, minvalue=0)
|
|
|
|
option: Int('timelimit?', autofill=False, minvalue=0)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('count', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: ListOfEntries('result', (<type 'list'>, <type 'tuple'>), Gettext('A list of LDAP entries', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('truncated', <type 'bool'>, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: role_mod
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,10,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, primary_key=True, query=True, required=True)
|
2011-11-29 02:59:11 -06:00
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('delattr*', cli_name='delattr', exclude='webui')
|
|
|
|
option: Str('description', attribute=True, autofill=False, cli_name='desc', multivalue=False, required=False)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('rename', cli_name='rename', multivalue=False, primary_key=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('rights', autofill=True, default=False)
|
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: role_remove_member
|
2014-08-18 09:49:40 -05:00
|
|
|
args: 1,9,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2011-11-21 09:50:27 -06:00
|
|
|
option: Str('group*', alwaysask=True, cli_name='groups', csv=True)
|
|
|
|
option: Str('host*', alwaysask=True, cli_name='hosts', csv=True)
|
|
|
|
option: Str('hostgroup*', alwaysask=True, cli_name='hostgroups', csv=True)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2014-08-18 09:49:40 -05:00
|
|
|
option: Str('service*', alwaysask=True, cli_name='services', csv=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('user*', alwaysask=True, cli_name='users', csv=True)
|
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('completed', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2011-01-13 13:29:16 -06:00
|
|
|
command: role_remove_privilege
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,5,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('privilege*', alwaysask=True, cli_name='privileges', csv=True)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('completed', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2011-01-13 13:29:16 -06:00
|
|
|
command: role_show
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,5,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('rights', autofill=True, default=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: selfservice_add
|
|
|
|
args: 1,5,3
|
2012-04-12 07:45:38 -05:00
|
|
|
arg: Str('aciname', attribute=True, cli_name='name', multivalue=False, pattern='^[-_ a-zA-Z0-9]+$', primary_key=True, required=True)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('attrs', attribute=True, cli_name='attrs', csv=True, multivalue=True, required=True)
|
|
|
|
option: Str('permissions', attribute=True, cli_name='permissions', csv=True, multivalue=True, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: selfservice_del
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 1,1,3
|
2012-04-12 07:45:38 -05:00
|
|
|
arg: Str('aciname', attribute=True, cli_name='name', multivalue=False, pattern='^[-_ a-zA-Z0-9]+$', primary_key=True, query=True, required=True)
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('result', <type 'bool'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: selfservice_find
|
2012-01-16 04:14:59 -06:00
|
|
|
args: 1,7,4
|
2012-10-30 08:44:50 -05:00
|
|
|
arg: Str('criteria?', noextrawhitespace=False)
|
2012-04-12 07:45:38 -05:00
|
|
|
option: Str('aciname', attribute=True, autofill=False, cli_name='name', multivalue=False, pattern='^[-_ a-zA-Z0-9]+$', primary_key=True, query=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2011-11-21 09:50:27 -06:00
|
|
|
option: Str('attrs', attribute=True, autofill=False, cli_name='attrs', csv=True, multivalue=True, query=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('permissions', attribute=True, autofill=False, cli_name='permissions', csv=True, multivalue=True, query=True, required=False)
|
2012-01-16 04:14:59 -06:00
|
|
|
option: Flag('pkey_only?', autofill=True, default=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('count', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: ListOfEntries('result', (<type 'list'>, <type 'tuple'>), Gettext('A list of LDAP entries', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('truncated', <type 'bool'>, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: selfservice_mod
|
|
|
|
args: 1,5,3
|
2012-04-12 07:45:38 -05:00
|
|
|
arg: Str('aciname', attribute=True, cli_name='name', multivalue=False, pattern='^[-_ a-zA-Z0-9]+$', primary_key=True, query=True, required=True)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('attrs', attribute=True, autofill=False, cli_name='attrs', csv=True, multivalue=True, required=False)
|
|
|
|
option: Str('permissions', attribute=True, autofill=False, cli_name='permissions', csv=True, multivalue=True, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: selfservice_show
|
|
|
|
args: 1,3,3
|
2012-04-12 07:45:38 -05:00
|
|
|
arg: Str('aciname', attribute=True, cli_name='name', multivalue=False, pattern='^[-_ a-zA-Z0-9]+$', primary_key=True, query=True, required=True)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-23 15:59:21 -06:00
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-11-23 15:59:21 -06:00
|
|
|
command: selinuxusermap_add
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,12,3
|
2011-11-23 15:59:21 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, primary_key=True, required=True)
|
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('description', attribute=True, cli_name='desc', multivalue=False, required=False)
|
|
|
|
option: StrEnum('hostcategory', attribute=True, cli_name='hostcat', multivalue=False, required=False, values=(u'all',))
|
|
|
|
option: Bool('ipaenabledflag', attribute=True, cli_name='ipaenabledflag', multivalue=False, required=False)
|
|
|
|
option: Str('ipaselinuxuser', attribute=True, cli_name='selinuxuser', multivalue=False, required=True)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-23 15:59:21 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('seealso', attribute=True, cli_name='hbacrule', multivalue=False, required=False)
|
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
|
|
|
option: StrEnum('usercategory', attribute=True, cli_name='usercat', multivalue=False, required=False, values=(u'all',))
|
2011-11-23 15:59:21 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-11-23 15:59:21 -06:00
|
|
|
command: selinuxusermap_add_host
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,6,3
|
2011-11-23 15:59:21 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Str('host*', alwaysask=True, cli_name='hosts', csv=True)
|
|
|
|
option: Str('hostgroup*', alwaysask=True, cli_name='hostgroups', csv=True)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-23 15:59:21 -06:00
|
|
|
output: Output('completed', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2011-11-23 15:59:21 -06:00
|
|
|
command: selinuxusermap_add_user
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,6,3
|
2011-11-23 15:59:21 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('group*', alwaysask=True, cli_name='groups', csv=True)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-23 15:59:21 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('user*', alwaysask=True, cli_name='users', csv=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-23 15:59:21 -06:00
|
|
|
output: Output('completed', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2011-11-23 15:59:21 -06:00
|
|
|
command: selinuxusermap_del
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 1,2,3
|
2011-11-23 15:59:21 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=True, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('continue', autofill=True, cli_name='continue', default=False)
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-23 15:59:21 -06:00
|
|
|
output: Output('result', <type 'dict'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: ListOfPrimaryKeys('value', None, None)
|
2011-11-23 15:59:21 -06:00
|
|
|
command: selinuxusermap_disable
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 1,1,3
|
2011-11-23 15:59:21 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, primary_key=True, query=True, required=True)
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-23 15:59:21 -06:00
|
|
|
output: Output('result', <type 'bool'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-11-23 15:59:21 -06:00
|
|
|
command: selinuxusermap_enable
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 1,1,3
|
2011-11-23 15:59:21 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, primary_key=True, query=True, required=True)
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-23 15:59:21 -06:00
|
|
|
output: Output('result', <type 'bool'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-11-23 15:59:21 -06:00
|
|
|
command: selinuxusermap_find
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,14,4
|
2011-11-23 15:59:21 -06:00
|
|
|
arg: Str('criteria?', noextrawhitespace=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2011-11-23 15:59:21 -06:00
|
|
|
option: Str('cn', attribute=True, autofill=False, cli_name='name', multivalue=False, primary_key=True, query=True, required=False)
|
|
|
|
option: Str('description', attribute=True, autofill=False, cli_name='desc', multivalue=False, query=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: StrEnum('hostcategory', attribute=True, autofill=False, cli_name='hostcat', multivalue=False, query=True, required=False, values=(u'all',))
|
2012-05-21 04:03:21 -05:00
|
|
|
option: Bool('ipaenabledflag', attribute=True, autofill=False, cli_name='ipaenabledflag', multivalue=False, query=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('ipaselinuxuser', attribute=True, autofill=False, cli_name='selinuxuser', multivalue=False, query=True, required=False)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('pkey_only?', autofill=True, default=False)
|
2011-11-23 15:59:21 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('seealso', attribute=True, autofill=False, cli_name='hbacrule', multivalue=False, query=True, required=False)
|
|
|
|
option: Int('sizelimit?', autofill=False, minvalue=0)
|
|
|
|
option: Int('timelimit?', autofill=False, minvalue=0)
|
|
|
|
option: StrEnum('usercategory', attribute=True, autofill=False, cli_name='usercat', multivalue=False, query=True, required=False, values=(u'all',))
|
2011-11-23 15:59:21 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('count', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: ListOfEntries('result', (<type 'list'>, <type 'tuple'>), Gettext('A list of LDAP entries', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2011-11-23 15:59:21 -06:00
|
|
|
output: Output('truncated', <type 'bool'>, None)
|
|
|
|
command: selinuxusermap_mod
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,14,3
|
2011-11-23 15:59:21 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('delattr*', cli_name='delattr', exclude='webui')
|
|
|
|
option: Str('description', attribute=True, autofill=False, cli_name='desc', multivalue=False, required=False)
|
|
|
|
option: StrEnum('hostcategory', attribute=True, autofill=False, cli_name='hostcat', multivalue=False, required=False, values=(u'all',))
|
|
|
|
option: Bool('ipaenabledflag', attribute=True, autofill=False, cli_name='ipaenabledflag', multivalue=False, required=False)
|
|
|
|
option: Str('ipaselinuxuser', attribute=True, autofill=False, cli_name='selinuxuser', multivalue=False, required=False)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-23 15:59:21 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('rights', autofill=True, default=False)
|
|
|
|
option: Str('seealso', attribute=True, autofill=False, cli_name='hbacrule', multivalue=False, required=False)
|
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
|
|
|
option: StrEnum('usercategory', attribute=True, autofill=False, cli_name='usercat', multivalue=False, required=False, values=(u'all',))
|
2011-11-23 15:59:21 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-11-23 15:59:21 -06:00
|
|
|
command: selinuxusermap_remove_host
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,6,3
|
2011-11-23 15:59:21 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Str('host*', alwaysask=True, cli_name='hosts', csv=True)
|
|
|
|
option: Str('hostgroup*', alwaysask=True, cli_name='hostgroups', csv=True)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-23 15:59:21 -06:00
|
|
|
output: Output('completed', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2011-11-23 15:59:21 -06:00
|
|
|
command: selinuxusermap_remove_user
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,6,3
|
2011-11-23 15:59:21 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('group*', alwaysask=True, cli_name='groups', csv=True)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-23 15:59:21 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('user*', alwaysask=True, cli_name='users', csv=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-23 15:59:21 -06:00
|
|
|
output: Output('completed', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2011-11-23 15:59:21 -06:00
|
|
|
command: selinuxusermap_show
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,5,3
|
2011-11-23 15:59:21 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-23 15:59:21 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('rights', autofill=True, default=False)
|
2011-11-23 15:59:21 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-01-13 13:29:16 -06:00
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: service_add
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,11,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('krbprincipalname', attribute=True, cli_name='principal', multivalue=False, primary_key=True, required=True)
|
2012-08-03 02:04:58 -05:00
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('force', autofill=True, default=False)
|
|
|
|
option: StrEnum('ipakrbauthzdata', attribute=True, cli_name='pac_type', csv=True, multivalue=True, required=False, values=(u'MS-PAC', u'PAD', u'NONE'))
|
2013-03-18 06:31:23 -05:00
|
|
|
option: Bool('ipakrbokasdelegate', attribute=False, cli_name='ok_as_delegate', multivalue=False, required=False)
|
|
|
|
option: Bool('ipakrbrequirespreauth', attribute=False, cli_name='requires_pre_auth', multivalue=False, required=False)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
|
|
|
option: Bytes('usercertificate', attribute=True, cli_name='certificate', multivalue=False, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: service_add_host
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,5,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('krbprincipalname', attribute=True, cli_name='principal', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('host*', alwaysask=True, cli_name='hosts', csv=True)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('completed', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2014-10-02 09:57:08 -05:00
|
|
|
command: service_allow_create_keytab
|
2014-12-01 03:15:21 -06:00
|
|
|
args: 1,8,3
|
2014-10-02 09:57:08 -05:00
|
|
|
arg: Str('krbprincipalname', attribute=True, cli_name='principal', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Str('group*', alwaysask=True, cli_name='groups', csv=True)
|
2014-12-01 03:15:21 -06:00
|
|
|
option: Str('host*', alwaysask=True, cli_name='hosts', csv=True)
|
|
|
|
option: Str('hostgroup*', alwaysask=True, cli_name='hostgroups', csv=True)
|
2014-10-02 09:57:08 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('user*', alwaysask=True, cli_name='users', csv=True)
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('completed', <type 'int'>, None)
|
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
|
|
|
command: service_allow_retrieve_keytab
|
2014-12-01 03:15:21 -06:00
|
|
|
args: 1,8,3
|
2014-10-02 09:57:08 -05:00
|
|
|
arg: Str('krbprincipalname', attribute=True, cli_name='principal', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Str('group*', alwaysask=True, cli_name='groups', csv=True)
|
2014-12-01 03:15:21 -06:00
|
|
|
option: Str('host*', alwaysask=True, cli_name='hosts', csv=True)
|
|
|
|
option: Str('hostgroup*', alwaysask=True, cli_name='hostgroups', csv=True)
|
2014-10-02 09:57:08 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('user*', alwaysask=True, cli_name='users', csv=True)
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('completed', <type 'int'>, None)
|
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2011-01-13 13:29:16 -06:00
|
|
|
command: service_del
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 1,2,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('krbprincipalname', attribute=True, cli_name='principal', multivalue=True, primary_key=True, query=True, required=True)
|
2011-05-12 01:28:22 -05:00
|
|
|
option: Flag('continue', autofill=True, cli_name='continue', default=False)
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('result', <type 'dict'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: ListOfPrimaryKeys('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: service_disable
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 1,1,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('krbprincipalname', attribute=True, cli_name='principal', multivalue=False, primary_key=True, query=True, required=True)
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('result', <type 'bool'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2014-10-02 09:57:08 -05:00
|
|
|
command: service_disallow_create_keytab
|
2014-12-01 03:15:21 -06:00
|
|
|
args: 1,8,3
|
2014-10-02 09:57:08 -05:00
|
|
|
arg: Str('krbprincipalname', attribute=True, cli_name='principal', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Str('group*', alwaysask=True, cli_name='groups', csv=True)
|
2014-12-01 03:15:21 -06:00
|
|
|
option: Str('host*', alwaysask=True, cli_name='hosts', csv=True)
|
|
|
|
option: Str('hostgroup*', alwaysask=True, cli_name='hostgroups', csv=True)
|
2014-10-02 09:57:08 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('user*', alwaysask=True, cli_name='users', csv=True)
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('completed', <type 'int'>, None)
|
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
|
|
|
command: service_disallow_retrieve_keytab
|
2014-12-01 03:15:21 -06:00
|
|
|
args: 1,8,3
|
2014-10-02 09:57:08 -05:00
|
|
|
arg: Str('krbprincipalname', attribute=True, cli_name='principal', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Str('group*', alwaysask=True, cli_name='groups', csv=True)
|
2014-12-01 03:15:21 -06:00
|
|
|
option: Str('host*', alwaysask=True, cli_name='hosts', csv=True)
|
|
|
|
option: Str('hostgroup*', alwaysask=True, cli_name='hostgroups', csv=True)
|
2014-10-02 09:57:08 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('user*', alwaysask=True, cli_name='users', csv=True)
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('completed', <type 'int'>, None)
|
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2011-01-13 13:29:16 -06:00
|
|
|
command: service_find
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,11,4
|
2011-06-24 13:32:57 -05:00
|
|
|
arg: Str('criteria?', noextrawhitespace=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: StrEnum('ipakrbauthzdata', attribute=True, autofill=False, cli_name='pac_type', csv=True, multivalue=True, query=True, required=False, values=(u'MS-PAC', u'PAD', u'NONE'))
|
|
|
|
option: Str('krbprincipalname', attribute=True, autofill=False, cli_name='principal', multivalue=False, primary_key=True, query=True, required=False)
|
2011-11-21 09:50:27 -06:00
|
|
|
option: Str('man_by_host*', cli_name='man_by_hosts', csv=True)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-21 09:50:27 -06:00
|
|
|
option: Str('not_man_by_host*', cli_name='not_man_by_hosts', csv=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('pkey_only?', autofill=True, default=False)
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Int('sizelimit?', autofill=False, minvalue=0)
|
|
|
|
option: Int('timelimit?', autofill=False, minvalue=0)
|
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('count', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: ListOfEntries('result', (<type 'list'>, <type 'tuple'>), Gettext('A list of LDAP entries', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('truncated', <type 'bool'>, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: service_mod
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,12,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('krbprincipalname', attribute=True, cli_name='principal', multivalue=False, primary_key=True, query=True, required=True)
|
2011-11-29 02:59:11 -06:00
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('delattr*', cli_name='delattr', exclude='webui')
|
|
|
|
option: StrEnum('ipakrbauthzdata', attribute=True, autofill=False, cli_name='pac_type', csv=True, multivalue=True, required=False, values=(u'MS-PAC', u'PAD', u'NONE'))
|
2013-03-18 06:31:23 -05:00
|
|
|
option: Bool('ipakrbokasdelegate', attribute=False, autofill=False, cli_name='ok_as_delegate', multivalue=False, required=False)
|
|
|
|
option: Bool('ipakrbrequirespreauth', attribute=False, autofill=False, cli_name='requires_pre_auth', multivalue=False, required=False)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('rights', autofill=True, default=False)
|
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
|
|
|
option: Bytes('usercertificate', attribute=True, autofill=False, cli_name='certificate', multivalue=False, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: service_remove_host
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,5,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('krbprincipalname', attribute=True, cli_name='principal', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('host*', alwaysask=True, cli_name='hosts', csv=True)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('completed', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2011-01-13 13:29:16 -06:00
|
|
|
command: service_show
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,6,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('krbprincipalname', attribute=True, cli_name='principal', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('out?')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('rights', autofill=True, default=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-01-13 13:29:16 -06:00
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2013-08-20 08:34:39 -05:00
|
|
|
command: sidgen_was_run
|
|
|
|
args: 0,1,1
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('result', None, None)
|
2015-05-08 09:12:58 -05:00
|
|
|
command: stageuser_activate
|
|
|
|
args: 1,4,3
|
|
|
|
arg: Str('uid', attribute=True, cli_name='login', maxlength=255, multivalue=False, pattern='^[a-zA-Z0-9_.][a-zA-Z0-9_.-]{0,252}[a-zA-Z0-9_.$-]?$', primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
|
|
|
output: PrimaryKey('value', None, None)
|
2015-03-05 07:25:33 -06:00
|
|
|
command: stageuser_add
|
|
|
|
args: 1,43,3
|
|
|
|
arg: Str('uid', attribute=True, cli_name='login', maxlength=255, multivalue=False, pattern='^[a-zA-Z0-9_.][a-zA-Z0-9_.-]{0,252}[a-zA-Z0-9_.$-]?$', primary_key=True, required=True)
|
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Str('carlicense', attribute=True, cli_name='carlicense', multivalue=True, required=False)
|
|
|
|
option: Str('cn', attribute=True, autofill=True, cli_name='cn', multivalue=False, required=True)
|
|
|
|
option: Str('departmentnumber', attribute=True, cli_name='departmentnumber', multivalue=True, required=False)
|
|
|
|
option: Str('displayname', attribute=True, autofill=True, cli_name='displayname', multivalue=False, required=False)
|
|
|
|
option: Str('employeenumber', attribute=True, cli_name='employeenumber', multivalue=False, required=False)
|
|
|
|
option: Str('employeetype', attribute=True, cli_name='employeetype', multivalue=False, required=False)
|
|
|
|
option: Str('facsimiletelephonenumber', attribute=True, cli_name='fax', multivalue=True, required=False)
|
|
|
|
option: Flag('from_delete?', autofill=True, cli_name='from_delete', default=False)
|
|
|
|
option: Str('gecos', attribute=True, autofill=True, cli_name='gecos', multivalue=False, required=False)
|
|
|
|
option: Int('gidnumber', attribute=True, cli_name='gidnumber', minvalue=1, multivalue=False, required=False)
|
|
|
|
option: Str('givenname', attribute=True, cli_name='first', multivalue=False, required=True)
|
|
|
|
option: Str('homedirectory', attribute=True, cli_name='homedir', multivalue=False, required=False)
|
|
|
|
option: Str('initials', attribute=True, autofill=True, cli_name='initials', multivalue=False, required=False)
|
|
|
|
option: Str('ipasshpubkey', attribute=True, cli_name='sshpubkey', csv=True, multivalue=True, required=False)
|
|
|
|
option: Str('ipatokenradiusconfiglink', attribute=True, cli_name='radius', multivalue=False, required=False)
|
|
|
|
option: Str('ipatokenradiususername', attribute=True, cli_name='radius_username', multivalue=False, required=False)
|
|
|
|
option: StrEnum('ipauserauthtype', attribute=True, cli_name='user_auth_type', csv=True, multivalue=True, required=False, values=(u'password', u'radius', u'otp'))
|
|
|
|
option: DateTime('krbprincipalexpiration', attribute=True, cli_name='principal_expiration', multivalue=False, required=False)
|
|
|
|
option: Str('krbprincipalname', attribute=True, autofill=True, cli_name='principal', multivalue=False, required=False)
|
|
|
|
option: Str('l', attribute=True, cli_name='city', multivalue=False, required=False)
|
|
|
|
option: Str('loginshell', attribute=True, cli_name='shell', multivalue=False, required=False)
|
|
|
|
option: Str('mail', attribute=True, cli_name='email', multivalue=True, required=False)
|
|
|
|
option: Str('manager', attribute=True, cli_name='manager', multivalue=False, required=False)
|
|
|
|
option: Str('mobile', attribute=True, cli_name='mobile', multivalue=True, required=False)
|
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
|
|
|
option: Str('ou', attribute=True, cli_name='orgunit', multivalue=False, required=False)
|
|
|
|
option: Str('pager', attribute=True, cli_name='pager', multivalue=True, required=False)
|
|
|
|
option: Str('postalcode', attribute=True, cli_name='postalcode', multivalue=False, required=False)
|
|
|
|
option: Str('preferredlanguage', attribute=True, cli_name='preferredlanguage', multivalue=False, pattern='^(([a-zA-Z]{1,8}(-[a-zA-Z]{1,8})?(;q\\=((0(\\.[0-9]{0,3})?)|(1(\\.0{0,3})?)))?(\\s*,\\s*[a-zA-Z]{1,8}(-[a-zA-Z]{1,8})?(;q\\=((0(\\.[0-9]{0,3})?)|(1(\\.0{0,3})?)))?)*)|(\\*))$', required=False)
|
|
|
|
option: Flag('random', attribute=False, autofill=True, cli_name='random', default=False, multivalue=False, required=False)
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
|
|
|
option: Str('sn', attribute=True, cli_name='last', multivalue=False, required=True)
|
|
|
|
option: Str('st', attribute=True, cli_name='state', multivalue=False, required=False)
|
|
|
|
option: Str('street', attribute=True, cli_name='street', multivalue=False, required=False)
|
|
|
|
option: Str('telephonenumber', attribute=True, cli_name='phone', multivalue=True, required=False)
|
|
|
|
option: Str('title', attribute=True, cli_name='title', multivalue=False, required=False)
|
|
|
|
option: Int('uidnumber', attribute=True, cli_name='uid', minvalue=1, multivalue=False, required=False)
|
|
|
|
option: Str('userclass', attribute=True, cli_name='class', multivalue=True, required=False)
|
|
|
|
option: Password('userpassword', attribute=True, cli_name='password', exclude='webui', multivalue=False, required=False)
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
|
|
|
output: PrimaryKey('value', None, None)
|
2015-05-12 08:03:58 -05:00
|
|
|
command: stageuser_del
|
|
|
|
args: 1,2,3
|
|
|
|
arg: Str('uid', attribute=True, cli_name='login', maxlength=255, multivalue=True, pattern='^[a-zA-Z0-9_.][a-zA-Z0-9_.-]{0,252}[a-zA-Z0-9_.$-]?$', primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('continue', autofill=True, cli_name='continue', default=False)
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('result', <type 'dict'>, None)
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
|
|
|
output: ListOfPrimaryKeys('value', None, None)
|
|
|
|
command: stageuser_find
|
|
|
|
args: 1,52,4
|
|
|
|
arg: Str('criteria?', noextrawhitespace=False)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Str('carlicense', attribute=True, autofill=False, cli_name='carlicense', multivalue=True, query=True, required=False)
|
|
|
|
option: Str('cn', attribute=True, autofill=False, cli_name='cn', multivalue=False, query=True, required=False)
|
|
|
|
option: Str('departmentnumber', attribute=True, autofill=False, cli_name='departmentnumber', multivalue=True, query=True, required=False)
|
|
|
|
option: Str('displayname', attribute=True, autofill=False, cli_name='displayname', multivalue=False, query=True, required=False)
|
|
|
|
option: Str('employeenumber', attribute=True, autofill=False, cli_name='employeenumber', multivalue=False, query=True, required=False)
|
|
|
|
option: Str('employeetype', attribute=True, autofill=False, cli_name='employeetype', multivalue=False, query=True, required=False)
|
|
|
|
option: Str('facsimiletelephonenumber', attribute=True, autofill=False, cli_name='fax', multivalue=True, query=True, required=False)
|
|
|
|
option: Str('gecos', attribute=True, autofill=False, cli_name='gecos', multivalue=False, query=True, required=False)
|
|
|
|
option: Int('gidnumber', attribute=True, autofill=False, cli_name='gidnumber', minvalue=1, multivalue=False, query=True, required=False)
|
|
|
|
option: Str('givenname', attribute=True, autofill=False, cli_name='first', multivalue=False, query=True, required=False)
|
|
|
|
option: Str('homedirectory', attribute=True, autofill=False, cli_name='homedir', multivalue=False, query=True, required=False)
|
|
|
|
option: Str('in_group*', cli_name='in_groups', csv=True)
|
|
|
|
option: Str('in_hbacrule*', cli_name='in_hbacrules', csv=True)
|
|
|
|
option: Str('in_netgroup*', cli_name='in_netgroups', csv=True)
|
|
|
|
option: Str('in_role*', cli_name='in_roles', csv=True)
|
|
|
|
option: Str('in_sudorule*', cli_name='in_sudorules', csv=True)
|
|
|
|
option: Str('initials', attribute=True, autofill=False, cli_name='initials', multivalue=False, query=True, required=False)
|
|
|
|
option: Str('ipatokenradiusconfiglink', attribute=True, autofill=False, cli_name='radius', multivalue=False, query=True, required=False)
|
|
|
|
option: Str('ipatokenradiususername', attribute=True, autofill=False, cli_name='radius_username', multivalue=False, query=True, required=False)
|
|
|
|
option: StrEnum('ipauserauthtype', attribute=True, autofill=False, cli_name='user_auth_type', csv=True, multivalue=True, query=True, required=False, values=(u'password', u'radius', u'otp'))
|
|
|
|
option: DateTime('krbprincipalexpiration', attribute=True, autofill=False, cli_name='principal_expiration', multivalue=False, query=True, required=False)
|
|
|
|
option: Str('krbprincipalname', attribute=True, autofill=False, cli_name='principal', multivalue=False, query=True, required=False)
|
|
|
|
option: Str('l', attribute=True, autofill=False, cli_name='city', multivalue=False, query=True, required=False)
|
|
|
|
option: Str('loginshell', attribute=True, autofill=False, cli_name='shell', multivalue=False, query=True, required=False)
|
|
|
|
option: Str('mail', attribute=True, autofill=False, cli_name='email', multivalue=True, query=True, required=False)
|
|
|
|
option: Str('manager', attribute=True, autofill=False, cli_name='manager', multivalue=False, query=True, required=False)
|
|
|
|
option: Str('mobile', attribute=True, autofill=False, cli_name='mobile', multivalue=True, query=True, required=False)
|
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
|
|
|
option: Str('not_in_group*', cli_name='not_in_groups', csv=True)
|
|
|
|
option: Str('not_in_hbacrule*', cli_name='not_in_hbacrules', csv=True)
|
|
|
|
option: Str('not_in_netgroup*', cli_name='not_in_netgroups', csv=True)
|
|
|
|
option: Str('not_in_role*', cli_name='not_in_roles', csv=True)
|
|
|
|
option: Str('not_in_sudorule*', cli_name='not_in_sudorules', csv=True)
|
|
|
|
option: Str('ou', attribute=True, autofill=False, cli_name='orgunit', multivalue=False, query=True, required=False)
|
|
|
|
option: Str('pager', attribute=True, autofill=False, cli_name='pager', multivalue=True, query=True, required=False)
|
|
|
|
option: Flag('pkey_only?', autofill=True, default=False)
|
|
|
|
option: Str('postalcode', attribute=True, autofill=False, cli_name='postalcode', multivalue=False, query=True, required=False)
|
|
|
|
option: Str('preferredlanguage', attribute=True, autofill=False, cli_name='preferredlanguage', multivalue=False, pattern='^(([a-zA-Z]{1,8}(-[a-zA-Z]{1,8})?(;q\\=((0(\\.[0-9]{0,3})?)|(1(\\.0{0,3})?)))?(\\s*,\\s*[a-zA-Z]{1,8}(-[a-zA-Z]{1,8})?(;q\\=((0(\\.[0-9]{0,3})?)|(1(\\.0{0,3})?)))?)*)|(\\*))$', query=True, required=False)
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Int('sizelimit?', autofill=False, minvalue=0)
|
|
|
|
option: Str('sn', attribute=True, autofill=False, cli_name='last', multivalue=False, query=True, required=False)
|
|
|
|
option: Str('st', attribute=True, autofill=False, cli_name='state', multivalue=False, query=True, required=False)
|
|
|
|
option: Str('street', attribute=True, autofill=False, cli_name='street', multivalue=False, query=True, required=False)
|
|
|
|
option: Str('telephonenumber', attribute=True, autofill=False, cli_name='phone', multivalue=True, query=True, required=False)
|
|
|
|
option: Int('timelimit?', autofill=False, minvalue=0)
|
|
|
|
option: Str('title', attribute=True, autofill=False, cli_name='title', multivalue=False, query=True, required=False)
|
|
|
|
option: Str('uid', attribute=True, autofill=False, cli_name='login', maxlength=255, multivalue=False, pattern='^[a-zA-Z0-9_.][a-zA-Z0-9_.-]{0,252}[a-zA-Z0-9_.$-]?$', primary_key=True, query=True, required=False)
|
|
|
|
option: Int('uidnumber', attribute=True, autofill=False, cli_name='uid', minvalue=1, multivalue=False, query=True, required=False)
|
|
|
|
option: Str('userclass', attribute=True, autofill=False, cli_name='class', multivalue=True, query=True, required=False)
|
|
|
|
option: Password('userpassword', attribute=True, autofill=False, cli_name='password', exclude='webui', multivalue=False, query=True, required=False)
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('count', <type 'int'>, None)
|
|
|
|
output: ListOfEntries('result', (<type 'list'>, <type 'tuple'>), Gettext('A list of LDAP entries', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
|
|
|
output: Output('truncated', <type 'bool'>, None)
|
|
|
|
command: stageuser_mod
|
|
|
|
args: 1,44,3
|
|
|
|
arg: Str('uid', attribute=True, cli_name='login', maxlength=255, multivalue=False, pattern='^[a-zA-Z0-9_.][a-zA-Z0-9_.-]{0,252}[a-zA-Z0-9_.$-]?$', primary_key=True, query=True, required=True)
|
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Str('carlicense', attribute=True, autofill=False, cli_name='carlicense', multivalue=True, required=False)
|
|
|
|
option: Str('cn', attribute=True, autofill=False, cli_name='cn', multivalue=False, required=False)
|
|
|
|
option: Str('delattr*', cli_name='delattr', exclude='webui')
|
|
|
|
option: Str('departmentnumber', attribute=True, autofill=False, cli_name='departmentnumber', multivalue=True, required=False)
|
|
|
|
option: Str('displayname', attribute=True, autofill=False, cli_name='displayname', multivalue=False, required=False)
|
|
|
|
option: Str('employeenumber', attribute=True, autofill=False, cli_name='employeenumber', multivalue=False, required=False)
|
|
|
|
option: Str('employeetype', attribute=True, autofill=False, cli_name='employeetype', multivalue=False, required=False)
|
|
|
|
option: Str('facsimiletelephonenumber', attribute=True, autofill=False, cli_name='fax', multivalue=True, required=False)
|
|
|
|
option: Str('gecos', attribute=True, autofill=False, cli_name='gecos', multivalue=False, required=False)
|
|
|
|
option: Int('gidnumber', attribute=True, autofill=False, cli_name='gidnumber', minvalue=1, multivalue=False, required=False)
|
|
|
|
option: Str('givenname', attribute=True, autofill=False, cli_name='first', multivalue=False, required=False)
|
|
|
|
option: Str('homedirectory', attribute=True, autofill=False, cli_name='homedir', multivalue=False, required=False)
|
|
|
|
option: Str('initials', attribute=True, autofill=False, cli_name='initials', multivalue=False, required=False)
|
|
|
|
option: Str('ipasshpubkey', attribute=True, autofill=False, cli_name='sshpubkey', csv=True, multivalue=True, required=False)
|
|
|
|
option: Str('ipatokenradiusconfiglink', attribute=True, autofill=False, cli_name='radius', multivalue=False, required=False)
|
|
|
|
option: Str('ipatokenradiususername', attribute=True, autofill=False, cli_name='radius_username', multivalue=False, required=False)
|
|
|
|
option: StrEnum('ipauserauthtype', attribute=True, autofill=False, cli_name='user_auth_type', csv=True, multivalue=True, required=False, values=(u'password', u'radius', u'otp'))
|
|
|
|
option: DateTime('krbprincipalexpiration', attribute=True, autofill=False, cli_name='principal_expiration', multivalue=False, required=False)
|
|
|
|
option: Str('l', attribute=True, autofill=False, cli_name='city', multivalue=False, required=False)
|
|
|
|
option: Str('loginshell', attribute=True, autofill=False, cli_name='shell', multivalue=False, required=False)
|
|
|
|
option: Str('mail', attribute=True, autofill=False, cli_name='email', multivalue=True, required=False)
|
|
|
|
option: Str('manager', attribute=True, autofill=False, cli_name='manager', multivalue=False, required=False)
|
|
|
|
option: Str('mobile', attribute=True, autofill=False, cli_name='mobile', multivalue=True, required=False)
|
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
|
|
|
option: Str('ou', attribute=True, autofill=False, cli_name='orgunit', multivalue=False, required=False)
|
|
|
|
option: Str('pager', attribute=True, autofill=False, cli_name='pager', multivalue=True, required=False)
|
|
|
|
option: Str('postalcode', attribute=True, autofill=False, cli_name='postalcode', multivalue=False, required=False)
|
|
|
|
option: Str('preferredlanguage', attribute=True, autofill=False, cli_name='preferredlanguage', multivalue=False, pattern='^(([a-zA-Z]{1,8}(-[a-zA-Z]{1,8})?(;q\\=((0(\\.[0-9]{0,3})?)|(1(\\.0{0,3})?)))?(\\s*,\\s*[a-zA-Z]{1,8}(-[a-zA-Z]{1,8})?(;q\\=((0(\\.[0-9]{0,3})?)|(1(\\.0{0,3})?)))?)*)|(\\*))$', required=False)
|
|
|
|
option: Flag('random', attribute=False, autofill=True, cli_name='random', default=False, multivalue=False, required=False)
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('rename', cli_name='rename', maxlength=255, multivalue=False, pattern='^[a-zA-Z0-9_.][a-zA-Z0-9_.-]{0,252}[a-zA-Z0-9_.$-]?$', primary_key=True, required=False)
|
|
|
|
option: Flag('rights', autofill=True, default=False)
|
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
|
|
|
option: Str('sn', attribute=True, autofill=False, cli_name='last', multivalue=False, required=False)
|
|
|
|
option: Str('st', attribute=True, autofill=False, cli_name='state', multivalue=False, required=False)
|
|
|
|
option: Str('street', attribute=True, autofill=False, cli_name='street', multivalue=False, required=False)
|
|
|
|
option: Str('telephonenumber', attribute=True, autofill=False, cli_name='phone', multivalue=True, required=False)
|
|
|
|
option: Str('title', attribute=True, autofill=False, cli_name='title', multivalue=False, required=False)
|
|
|
|
option: Int('uidnumber', attribute=True, autofill=False, cli_name='uid', minvalue=1, multivalue=False, required=False)
|
|
|
|
option: Str('userclass', attribute=True, autofill=False, cli_name='class', multivalue=True, required=False)
|
|
|
|
option: Password('userpassword', attribute=True, autofill=False, cli_name='password', exclude='webui', multivalue=False, required=False)
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
|
|
|
output: PrimaryKey('value', None, None)
|
|
|
|
command: stageuser_show
|
|
|
|
args: 1,5,3
|
|
|
|
arg: Str('uid', attribute=True, cli_name='login', maxlength=255, multivalue=False, pattern='^[a-zA-Z0-9_.][a-zA-Z0-9_.-]{0,252}[a-zA-Z0-9_.$-]?$', primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Flag('rights', autofill=True, default=False)
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: sudocmd_add
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,7,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('sudocmd', attribute=True, cli_name='command', multivalue=False, primary_key=True, required=True)
|
2011-11-29 02:59:11 -06:00
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('description', attribute=True, cli_name='desc', multivalue=False, required=False)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: sudocmd_del
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 1,2,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('sudocmd', attribute=True, cli_name='command', multivalue=True, primary_key=True, query=True, required=True)
|
2011-05-12 01:28:22 -05:00
|
|
|
option: Flag('continue', autofill=True, cli_name='continue', default=False)
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('result', <type 'dict'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: ListOfPrimaryKeys('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: sudocmd_find
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,9,4
|
2011-06-24 13:32:57 -05:00
|
|
|
arg: Str('criteria?', noextrawhitespace=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('description', attribute=True, autofill=False, cli_name='desc', multivalue=False, query=True, required=False)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('pkey_only?', autofill=True, default=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('sizelimit?', autofill=False, minvalue=0)
|
|
|
|
option: Str('sudocmd', attribute=True, autofill=False, cli_name='command', multivalue=False, primary_key=True, query=True, required=False)
|
|
|
|
option: Int('timelimit?', autofill=False, minvalue=0)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('count', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: ListOfEntries('result', (<type 'list'>, <type 'tuple'>), Gettext('A list of LDAP entries', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('truncated', <type 'bool'>, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: sudocmd_mod
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,9,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('sudocmd', attribute=True, cli_name='command', multivalue=False, primary_key=True, query=True, required=True)
|
2011-11-29 02:59:11 -06:00
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('delattr*', cli_name='delattr', exclude='webui')
|
|
|
|
option: Str('description', attribute=True, autofill=False, cli_name='desc', multivalue=False, required=False)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('rights', autofill=True, default=False)
|
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: sudocmd_show
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,5,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('sudocmd', attribute=True, cli_name='command', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('rights', autofill=True, default=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: sudocmdgroup_add
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,7,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='sudocmdgroup_name', multivalue=False, primary_key=True, required=True)
|
2011-11-29 02:59:11 -06:00
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2014-09-26 01:54:28 -05:00
|
|
|
option: Str('description', attribute=True, cli_name='desc', multivalue=False, required=False)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: sudocmdgroup_add_member
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,5,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='sudocmdgroup_name', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2011-11-21 09:50:27 -06:00
|
|
|
option: Str('sudocmd*', alwaysask=True, cli_name='sudocmds', csv=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('completed', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2011-01-13 13:29:16 -06:00
|
|
|
command: sudocmdgroup_del
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 1,2,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='sudocmdgroup_name', multivalue=True, primary_key=True, query=True, required=True)
|
2011-05-12 01:28:22 -05:00
|
|
|
option: Flag('continue', autofill=True, cli_name='continue', default=False)
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('result', <type 'dict'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: ListOfPrimaryKeys('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: sudocmdgroup_find
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,9,4
|
2011-06-24 13:32:57 -05:00
|
|
|
arg: Str('criteria?', noextrawhitespace=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('cn', attribute=True, autofill=False, cli_name='sudocmdgroup_name', multivalue=False, primary_key=True, query=True, required=False)
|
|
|
|
option: Str('description', attribute=True, autofill=False, cli_name='desc', multivalue=False, query=True, required=False)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('pkey_only?', autofill=True, default=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('sizelimit?', autofill=False, minvalue=0)
|
|
|
|
option: Int('timelimit?', autofill=False, minvalue=0)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('count', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: ListOfEntries('result', (<type 'list'>, <type 'tuple'>), Gettext('A list of LDAP entries', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('truncated', <type 'bool'>, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: sudocmdgroup_mod
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,9,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='sudocmdgroup_name', multivalue=False, primary_key=True, query=True, required=True)
|
2011-11-29 02:59:11 -06:00
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('delattr*', cli_name='delattr', exclude='webui')
|
|
|
|
option: Str('description', attribute=True, autofill=False, cli_name='desc', multivalue=False, required=False)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('rights', autofill=True, default=False)
|
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: sudocmdgroup_remove_member
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,5,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='sudocmdgroup_name', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2011-11-21 09:50:27 -06:00
|
|
|
option: Str('sudocmd*', alwaysask=True, cli_name='sudocmds', csv=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('completed', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2011-01-13 13:29:16 -06:00
|
|
|
command: sudocmdgroup_show
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,5,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='sudocmdgroup_name', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('rights', autofill=True, default=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: sudorule_add
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,18,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='sudorule_name', multivalue=False, primary_key=True, required=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: StrEnum('cmdcategory', attribute=True, cli_name='cmdcat', multivalue=False, required=False, values=(u'all',))
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('description', attribute=True, cli_name='desc', multivalue=False, required=False)
|
|
|
|
option: Str('externalhost', attribute=True, cli_name='externalhost', multivalue=True, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('externaluser', attribute=True, cli_name='externaluser', multivalue=False, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: StrEnum('hostcategory', attribute=True, cli_name='hostcat', multivalue=False, required=False, values=(u'all',))
|
|
|
|
option: Bool('ipaenabledflag', attribute=True, cli_name='ipaenabledflag', multivalue=False, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('ipasudorunasextgroup', attribute=True, cli_name='runasexternalgroup', multivalue=False, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('ipasudorunasextuser', attribute=True, cli_name='runasexternaluser', multivalue=False, required=False)
|
|
|
|
option: StrEnum('ipasudorunasgroupcategory', attribute=True, cli_name='runasgroupcat', multivalue=False, required=False, values=(u'all',))
|
|
|
|
option: StrEnum('ipasudorunasusercategory', attribute=True, cli_name='runasusercat', multivalue=False, required=False, values=(u'all',))
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
|
|
|
option: Int('sudoorder', attribute=True, cli_name='order', default=0, minvalue=0, multivalue=False, required=False)
|
|
|
|
option: StrEnum('usercategory', attribute=True, cli_name='usercat', multivalue=False, required=False, values=(u'all',))
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: sudorule_add_allow_command
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,6,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='sudorule_name', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2011-11-21 09:50:27 -06:00
|
|
|
option: Str('sudocmd*', alwaysask=True, cli_name='sudocmds', csv=True)
|
|
|
|
option: Str('sudocmdgroup*', alwaysask=True, cli_name='sudocmdgroups', csv=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('completed', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2011-01-13 13:29:16 -06:00
|
|
|
command: sudorule_add_deny_command
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,6,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='sudorule_name', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2011-11-21 09:50:27 -06:00
|
|
|
option: Str('sudocmd*', alwaysask=True, cli_name='sudocmds', csv=True)
|
|
|
|
option: Str('sudocmdgroup*', alwaysask=True, cli_name='sudocmdgroups', csv=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('completed', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2011-01-13 13:29:16 -06:00
|
|
|
command: sudorule_add_host
|
2014-05-14 05:52:26 -05:00
|
|
|
args: 1,7,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='sudorule_name', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2011-11-21 09:50:27 -06:00
|
|
|
option: Str('host*', alwaysask=True, cli_name='hosts', csv=True)
|
|
|
|
option: Str('hostgroup*', alwaysask=True, cli_name='hostgroups', csv=True)
|
2014-05-14 05:52:26 -05:00
|
|
|
option: Str('hostmask?', multivalue=True)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('completed', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2011-01-13 13:29:16 -06:00
|
|
|
command: sudorule_add_option
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,5,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='sudorule_name', multivalue=False, primary_key=True, query=True, required=True)
|
2013-04-08 10:04:17 -05:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('ipasudoopt', cli_name='sudooption')
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2013-04-08 10:04:17 -05:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2013-04-08 10:04:17 -05:00
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: sudorule_add_runasgroup
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,5,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='sudorule_name', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('group*', alwaysask=True, cli_name='groups', csv=True)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('completed', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2011-01-13 13:29:16 -06:00
|
|
|
command: sudorule_add_runasuser
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,6,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='sudorule_name', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('group*', alwaysask=True, cli_name='groups', csv=True)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2011-11-21 09:50:27 -06:00
|
|
|
option: Str('user*', alwaysask=True, cli_name='users', csv=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('completed', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2011-01-13 13:29:16 -06:00
|
|
|
command: sudorule_add_user
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,6,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='sudorule_name', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('group*', alwaysask=True, cli_name='groups', csv=True)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2011-11-21 09:50:27 -06:00
|
|
|
option: Str('user*', alwaysask=True, cli_name='users', csv=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('completed', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2011-01-13 13:29:16 -06:00
|
|
|
command: sudorule_del
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 1,2,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='sudorule_name', multivalue=True, primary_key=True, query=True, required=True)
|
2011-05-12 01:28:22 -05:00
|
|
|
option: Flag('continue', autofill=True, cli_name='continue', default=False)
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('result', <type 'dict'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: ListOfPrimaryKeys('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: sudorule_disable
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 1,1,1
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='sudorule_name', multivalue=False, primary_key=True, query=True, required=True)
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-01-13 13:29:16 -06:00
|
|
|
output: Output('result', None, None)
|
|
|
|
command: sudorule_enable
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 1,1,1
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='sudorule_name', multivalue=False, primary_key=True, query=True, required=True)
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-01-13 13:29:16 -06:00
|
|
|
output: Output('result', None, None)
|
|
|
|
command: sudorule_find
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,20,4
|
2011-06-24 13:32:57 -05:00
|
|
|
arg: Str('criteria?', noextrawhitespace=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: StrEnum('cmdcategory', attribute=True, autofill=False, cli_name='cmdcat', multivalue=False, query=True, required=False, values=(u'all',))
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('cn', attribute=True, autofill=False, cli_name='sudorule_name', multivalue=False, primary_key=True, query=True, required=False)
|
|
|
|
option: Str('description', attribute=True, autofill=False, cli_name='desc', multivalue=False, query=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('externalhost', attribute=True, autofill=False, cli_name='externalhost', multivalue=True, query=True, required=False)
|
|
|
|
option: Str('externaluser', attribute=True, autofill=False, cli_name='externaluser', multivalue=False, query=True, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: StrEnum('hostcategory', attribute=True, autofill=False, cli_name='hostcat', multivalue=False, query=True, required=False, values=(u'all',))
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Bool('ipaenabledflag', attribute=True, autofill=False, cli_name='ipaenabledflag', multivalue=False, query=True, required=False)
|
|
|
|
option: Str('ipasudorunasextgroup', attribute=True, autofill=False, cli_name='runasexternalgroup', multivalue=False, query=True, required=False)
|
|
|
|
option: Str('ipasudorunasextuser', attribute=True, autofill=False, cli_name='runasexternaluser', multivalue=False, query=True, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: StrEnum('ipasudorunasgroupcategory', attribute=True, autofill=False, cli_name='runasgroupcat', multivalue=False, query=True, required=False, values=(u'all',))
|
2012-04-12 07:39:39 -05:00
|
|
|
option: StrEnum('ipasudorunasusercategory', attribute=True, autofill=False, cli_name='runasusercat', multivalue=False, query=True, required=False, values=(u'all',))
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('pkey_only?', autofill=True, default=False)
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Int('sizelimit?', autofill=False, minvalue=0)
|
2012-03-02 14:31:25 -06:00
|
|
|
option: Int('sudoorder', attribute=True, autofill=False, cli_name='order', default=0, minvalue=0, multivalue=False, query=True, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Int('timelimit?', autofill=False, minvalue=0)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: StrEnum('usercategory', attribute=True, autofill=False, cli_name='usercat', multivalue=False, query=True, required=False, values=(u'all',))
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('count', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: ListOfEntries('result', (<type 'list'>, <type 'tuple'>), Gettext('A list of LDAP entries', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('truncated', <type 'bool'>, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: sudorule_mod
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,20,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='sudorule_name', multivalue=False, primary_key=True, query=True, required=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: StrEnum('cmdcategory', attribute=True, autofill=False, cli_name='cmdcat', multivalue=False, required=False, values=(u'all',))
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('delattr*', cli_name='delattr', exclude='webui')
|
|
|
|
option: Str('description', attribute=True, autofill=False, cli_name='desc', multivalue=False, required=False)
|
|
|
|
option: Str('externalhost', attribute=True, autofill=False, cli_name='externalhost', multivalue=True, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('externaluser', attribute=True, autofill=False, cli_name='externaluser', multivalue=False, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: StrEnum('hostcategory', attribute=True, autofill=False, cli_name='hostcat', multivalue=False, required=False, values=(u'all',))
|
|
|
|
option: Bool('ipaenabledflag', attribute=True, autofill=False, cli_name='ipaenabledflag', multivalue=False, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('ipasudorunasextgroup', attribute=True, autofill=False, cli_name='runasexternalgroup', multivalue=False, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('ipasudorunasextuser', attribute=True, autofill=False, cli_name='runasexternaluser', multivalue=False, required=False)
|
|
|
|
option: StrEnum('ipasudorunasgroupcategory', attribute=True, autofill=False, cli_name='runasgroupcat', multivalue=False, required=False, values=(u'all',))
|
|
|
|
option: StrEnum('ipasudorunasusercategory', attribute=True, autofill=False, cli_name='runasusercat', multivalue=False, required=False, values=(u'all',))
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('rights', autofill=True, default=False)
|
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
|
|
|
option: Int('sudoorder', attribute=True, autofill=False, cli_name='order', default=0, minvalue=0, multivalue=False, required=False)
|
|
|
|
option: StrEnum('usercategory', attribute=True, autofill=False, cli_name='usercat', multivalue=False, required=False, values=(u'all',))
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: sudorule_remove_allow_command
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,6,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='sudorule_name', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2011-11-21 09:50:27 -06:00
|
|
|
option: Str('sudocmd*', alwaysask=True, cli_name='sudocmds', csv=True)
|
|
|
|
option: Str('sudocmdgroup*', alwaysask=True, cli_name='sudocmdgroups', csv=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('completed', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2011-01-13 13:29:16 -06:00
|
|
|
command: sudorule_remove_deny_command
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,6,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='sudorule_name', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2011-11-21 09:50:27 -06:00
|
|
|
option: Str('sudocmd*', alwaysask=True, cli_name='sudocmds', csv=True)
|
|
|
|
option: Str('sudocmdgroup*', alwaysask=True, cli_name='sudocmdgroups', csv=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('completed', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2011-01-13 13:29:16 -06:00
|
|
|
command: sudorule_remove_host
|
2014-05-14 05:52:26 -05:00
|
|
|
args: 1,7,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='sudorule_name', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2011-11-21 09:50:27 -06:00
|
|
|
option: Str('host*', alwaysask=True, cli_name='hosts', csv=True)
|
|
|
|
option: Str('hostgroup*', alwaysask=True, cli_name='hostgroups', csv=True)
|
2014-05-14 05:52:26 -05:00
|
|
|
option: Str('hostmask?', multivalue=True)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('completed', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2011-01-13 13:29:16 -06:00
|
|
|
command: sudorule_remove_option
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,5,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='sudorule_name', multivalue=False, primary_key=True, query=True, required=True)
|
2013-04-08 10:04:17 -05:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('ipasudoopt', cli_name='sudooption')
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2013-04-08 10:04:17 -05:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2013-04-08 10:04:17 -05:00
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: sudorule_remove_runasgroup
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,5,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='sudorule_name', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('group*', alwaysask=True, cli_name='groups', csv=True)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('completed', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2011-01-13 13:29:16 -06:00
|
|
|
command: sudorule_remove_runasuser
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,6,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='sudorule_name', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('group*', alwaysask=True, cli_name='groups', csv=True)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2011-11-21 09:50:27 -06:00
|
|
|
option: Str('user*', alwaysask=True, cli_name='users', csv=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('completed', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2011-01-13 13:29:16 -06:00
|
|
|
command: sudorule_remove_user
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,6,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='sudorule_name', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('group*', alwaysask=True, cli_name='groups', csv=True)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2011-11-21 09:50:27 -06:00
|
|
|
option: Str('user*', alwaysask=True, cli_name='users', csv=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('completed', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('failed', <type 'dict'>, None)
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2011-01-13 13:29:16 -06:00
|
|
|
command: sudorule_show
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,5,3
|
2011-11-15 07:47:43 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='sudorule_name', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('rights', autofill=True, default=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2012-06-25 08:41:52 -05:00
|
|
|
command: trust_add
|
2013-06-25 07:25:44 -05:00
|
|
|
args: 1,13,3
|
2012-02-28 05:24:41 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='realm', multivalue=False, primary_key=True, required=True)
|
2012-08-03 02:04:58 -05:00
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Int('base_id?', cli_name='base_id')
|
2013-07-17 08:55:36 -05:00
|
|
|
option: Int('range_size?', cli_name='range_size')
|
2013-06-25 07:25:44 -05:00
|
|
|
option: StrEnum('range_type?', cli_name='range_type', values=(u'ipa-ad-trust-posix', u'ipa-ad-trust'))
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-02-28 05:24:41 -06:00
|
|
|
option: Str('realm_admin?', cli_name='admin')
|
|
|
|
option: Password('realm_passwd?', cli_name='password', confirm=False)
|
|
|
|
option: Str('realm_server?', cli_name='server')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
2012-02-28 05:24:41 -06:00
|
|
|
option: Password('trust_secret?', cli_name='trust_secret', confirm=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: StrEnum('trust_type', autofill=True, cli_name='type', default=u'ad', values=(u'ad',))
|
2012-02-28 05:24:41 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2012-02-28 05:24:41 -06:00
|
|
|
command: trust_del
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 1,2,3
|
2012-02-28 05:24:41 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='realm', multivalue=True, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('continue', autofill=True, cli_name='continue', default=False)
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2012-02-28 05:24:41 -06:00
|
|
|
output: Output('result', <type 'dict'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: ListOfPrimaryKeys('value', None, None)
|
2013-09-18 10:04:19 -05:00
|
|
|
command: trust_fetch_domains
|
|
|
|
args: 1,4,4
|
|
|
|
arg: Str('cn', attribute=True, cli_name='realm', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Flag('rights', autofill=True, default=False)
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('count', <type 'int'>, None)
|
|
|
|
output: ListOfEntries('result', (<type 'list'>, <type 'tuple'>), Gettext('A list of LDAP entries', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
|
|
|
output: Output('truncated', <type 'bool'>, None)
|
2012-02-28 05:24:41 -06:00
|
|
|
command: trust_find
|
2013-02-07 07:59:00 -06:00
|
|
|
args: 1,11,4
|
2012-02-28 05:24:41 -06:00
|
|
|
arg: Str('criteria?', noextrawhitespace=False)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('cn', attribute=True, autofill=False, cli_name='realm', multivalue=False, primary_key=True, query=True, required=False)
|
2013-02-07 07:59:00 -06:00
|
|
|
option: Str('ipantflatname', attribute=True, autofill=False, cli_name='flat_name', multivalue=False, query=True, required=False)
|
|
|
|
option: Str('ipantsidblacklistincoming', attribute=True, autofill=False, cli_name='sid_blacklist_incoming', csv=True, multivalue=True, query=True, required=False)
|
|
|
|
option: Str('ipantsidblacklistoutgoing', attribute=True, autofill=False, cli_name='sid_blacklist_outgoing', csv=True, multivalue=True, query=True, required=False)
|
|
|
|
option: Str('ipanttrusteddomainsid', attribute=True, autofill=False, cli_name='sid', multivalue=False, query=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('pkey_only?', autofill=True, default=False)
|
2012-02-28 05:24:41 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Int('sizelimit?', autofill=False, minvalue=0)
|
|
|
|
option: Int('timelimit?', autofill=False, minvalue=0)
|
2012-02-28 05:24:41 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('count', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: ListOfEntries('result', (<type 'list'>, <type 'tuple'>), Gettext('A list of LDAP entries', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2012-02-28 05:24:41 -06:00
|
|
|
output: Output('truncated', <type 'bool'>, None)
|
|
|
|
command: trust_mod
|
2013-02-07 07:59:00 -06:00
|
|
|
args: 1,9,3
|
2012-02-28 05:24:41 -06:00
|
|
|
arg: Str('cn', attribute=True, cli_name='realm', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('delattr*', cli_name='delattr', exclude='webui')
|
2013-02-07 07:59:00 -06:00
|
|
|
option: Str('ipantsidblacklistincoming', attribute=True, autofill=False, cli_name='sid_blacklist_incoming', csv=True, multivalue=True, required=False)
|
|
|
|
option: Str('ipantsidblacklistoutgoing', attribute=True, autofill=False, cli_name='sid_blacklist_outgoing', csv=True, multivalue=True, required=False)
|
2012-02-28 05:24:41 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('rights', autofill=True, default=False)
|
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
2012-02-28 05:24:41 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2013-05-06 10:10:56 -05:00
|
|
|
command: trust_resolve
|
|
|
|
args: 0,4,1
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('sids+', csv=True)
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: ListOfEntries('result', (<type 'list'>, <type 'tuple'>), Gettext('A list of LDAP entries', domain='ipa', localedir=None))
|
2012-02-28 05:24:41 -06:00
|
|
|
command: trust_show
|
|
|
|
args: 1,4,3
|
|
|
|
arg: Str('cn', attribute=True, cli_name='realm', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('rights', autofill=True, default=False)
|
2012-02-28 05:24:41 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2013-01-25 03:10:17 -06:00
|
|
|
command: trustconfig_mod
|
|
|
|
args: 0,9,3
|
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Str('delattr*', cli_name='delattr', exclude='webui')
|
|
|
|
option: Str('ipantfallbackprimarygroup', attribute=True, autofill=False, cli_name='fallback_primary_group', multivalue=False, required=False)
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Flag('rights', autofill=True, default=False)
|
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
|
|
|
option: StrEnum('trust_type', autofill=True, cli_name='type', default=u'ad', values=(u'ad',))
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2013-01-25 03:10:17 -06:00
|
|
|
command: trustconfig_show
|
|
|
|
args: 0,5,3
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Flag('rights', autofill=True, default=False)
|
|
|
|
option: StrEnum('trust_type', autofill=True, cli_name='type', default=u'ad', values=(u'ad',))
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2013-09-18 10:04:19 -05:00
|
|
|
command: trustdomain_add
|
|
|
|
args: 2,9,3
|
2014-04-10 07:56:50 -05:00
|
|
|
arg: Str('trustcn', cli_name='trust', multivalue=False, primary_key=True, query=True, required=True)
|
2013-09-18 10:04:19 -05:00
|
|
|
arg: Str('cn', attribute=True, cli_name='domain', multivalue=False, primary_key=True, required=True)
|
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Str('ipantflatname', attribute=True, cli_name='flat_name', multivalue=False, required=False)
|
|
|
|
option: Str('ipanttrusteddomainsid', attribute=True, cli_name='sid', multivalue=False, required=False)
|
|
|
|
option: Str('ipanttrustpartner', attribute=True, cli_name='ipanttrustpartner', multivalue=False, required=False)
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
|
|
|
option: StrEnum('trust_type', autofill=True, cli_name='type', default=u'ad', values=(u'ad',))
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2013-09-18 10:04:19 -05:00
|
|
|
command: trustdomain_del
|
|
|
|
args: 2,2,3
|
2014-04-10 07:56:50 -05:00
|
|
|
arg: Str('trustcn', cli_name='trust', multivalue=False, primary_key=True, query=True, required=True)
|
2013-09-18 10:04:19 -05:00
|
|
|
arg: Str('cn', attribute=True, cli_name='domain', multivalue=True, primary_key=True, query=True, required=True)
|
|
|
|
option: Flag('continue', autofill=True, cli_name='continue', default=False)
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('result', <type 'dict'>, None)
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: ListOfPrimaryKeys('value', None, None)
|
2013-09-18 10:04:19 -05:00
|
|
|
command: trustdomain_disable
|
|
|
|
args: 2,1,3
|
2014-04-10 07:56:50 -05:00
|
|
|
arg: Str('trustcn', cli_name='trust', multivalue=False, primary_key=True, query=True, required=True)
|
2013-09-18 10:04:19 -05:00
|
|
|
arg: Str('cn', attribute=True, cli_name='domain', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('result', <type 'bool'>, None)
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2013-09-18 10:04:19 -05:00
|
|
|
command: trustdomain_enable
|
|
|
|
args: 2,1,3
|
2014-04-10 07:56:50 -05:00
|
|
|
arg: Str('trustcn', cli_name='trust', multivalue=False, primary_key=True, query=True, required=True)
|
2013-09-18 10:04:19 -05:00
|
|
|
arg: Str('cn', attribute=True, cli_name='domain', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('result', <type 'bool'>, None)
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2013-09-18 10:04:19 -05:00
|
|
|
command: trustdomain_find
|
|
|
|
args: 2,10,4
|
2014-04-10 07:56:50 -05:00
|
|
|
arg: Str('trustcn', cli_name='trust', multivalue=False, primary_key=True, query=True, required=True)
|
2013-09-18 10:04:19 -05:00
|
|
|
arg: Str('criteria?', noextrawhitespace=False)
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Str('cn', attribute=True, autofill=False, cli_name='domain', multivalue=False, primary_key=True, query=True, required=False)
|
|
|
|
option: Str('ipantflatname', attribute=True, autofill=False, cli_name='flat_name', multivalue=False, query=True, required=False)
|
|
|
|
option: Str('ipanttrusteddomainsid', attribute=True, autofill=False, cli_name='sid', multivalue=False, query=True, required=False)
|
|
|
|
option: Str('ipanttrustpartner', attribute=True, autofill=False, cli_name='ipanttrustpartner', multivalue=False, query=True, required=False)
|
|
|
|
option: Flag('pkey_only?', autofill=True, default=False)
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Int('sizelimit?', autofill=False, minvalue=0)
|
|
|
|
option: Int('timelimit?', autofill=False, minvalue=0)
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('count', <type 'int'>, None)
|
|
|
|
output: ListOfEntries('result', (<type 'list'>, <type 'tuple'>), Gettext('A list of LDAP entries', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
|
|
|
output: Output('truncated', <type 'bool'>, None)
|
|
|
|
command: trustdomain_mod
|
|
|
|
args: 2,11,3
|
2014-04-10 07:56:50 -05:00
|
|
|
arg: Str('trustcn', cli_name='trust', multivalue=False, primary_key=True, query=True, required=True)
|
2013-09-18 10:04:19 -05:00
|
|
|
arg: Str('cn', attribute=True, cli_name='domain', multivalue=False, primary_key=True, query=True, required=True)
|
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
|
|
|
option: Str('delattr*', cli_name='delattr', exclude='webui')
|
|
|
|
option: Str('ipantflatname', attribute=True, autofill=False, cli_name='flat_name', multivalue=False, required=False)
|
|
|
|
option: Str('ipanttrusteddomainsid', attribute=True, autofill=False, cli_name='sid', multivalue=False, required=False)
|
|
|
|
option: Str('ipanttrustpartner', attribute=True, autofill=False, cli_name='ipanttrustpartner', multivalue=False, required=False)
|
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Flag('rights', autofill=True, default=False)
|
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
|
|
|
option: StrEnum('trust_type', autofill=True, cli_name='type', default=u'ad', values=(u'ad',))
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: user_add
|
2014-01-09 04:26:44 -06:00
|
|
|
args: 1,44,3
|
2012-04-12 07:45:38 -05:00
|
|
|
arg: Str('uid', attribute=True, cli_name='login', maxlength=255, multivalue=False, pattern='^[a-zA-Z0-9_.][a-zA-Z0-9_.-]{0,252}[a-zA-Z0-9_.$-]?$', primary_key=True, required=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2014-03-27 10:26:08 -05:00
|
|
|
option: Str('carlicense', attribute=True, cli_name='carlicense', multivalue=True, required=False)
|
2011-11-28 11:31:45 -06:00
|
|
|
option: Str('cn', attribute=True, autofill=True, cli_name='cn', multivalue=False, required=True)
|
2014-03-27 10:26:08 -05:00
|
|
|
option: Str('departmentnumber', attribute=True, cli_name='departmentnumber', multivalue=True, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('displayname', attribute=True, autofill=True, cli_name='displayname', multivalue=False, required=False)
|
2014-03-27 10:26:08 -05:00
|
|
|
option: Str('employeenumber', attribute=True, cli_name='employeenumber', multivalue=False, required=False)
|
|
|
|
option: Str('employeetype', attribute=True, cli_name='employeetype', multivalue=False, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('facsimiletelephonenumber', attribute=True, cli_name='fax', multivalue=True, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('gecos', attribute=True, autofill=True, cli_name='gecos', multivalue=False, required=False)
|
2013-01-08 03:10:35 -06:00
|
|
|
option: Int('gidnumber', attribute=True, cli_name='gidnumber', minvalue=1, multivalue=False, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('givenname', attribute=True, cli_name='first', multivalue=False, required=True)
|
|
|
|
option: Str('homedirectory', attribute=True, cli_name='homedir', multivalue=False, required=False)
|
|
|
|
option: Str('initials', attribute=True, autofill=True, cli_name='initials', multivalue=False, required=False)
|
|
|
|
option: Str('ipasshpubkey', attribute=True, cli_name='sshpubkey', csv=True, multivalue=True, required=False)
|
2013-11-11 15:58:02 -06:00
|
|
|
option: Str('ipatokenradiusconfiglink', attribute=True, cli_name='radius', multivalue=False, required=False)
|
|
|
|
option: Str('ipatokenradiususername', attribute=True, cli_name='radius_username', multivalue=False, required=False)
|
2013-10-01 13:26:38 -05:00
|
|
|
option: StrEnum('ipauserauthtype', attribute=True, cli_name='user_auth_type', csv=True, multivalue=True, required=False, values=(u'password', u'radius', u'otp'))
|
2014-01-09 04:26:44 -06:00
|
|
|
option: DateTime('krbprincipalexpiration', attribute=True, cli_name='principal_expiration', multivalue=False, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('krbprincipalname', attribute=True, autofill=True, cli_name='principal', multivalue=False, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('l', attribute=True, cli_name='city', multivalue=False, required=False)
|
|
|
|
option: Str('loginshell', attribute=True, cli_name='shell', multivalue=False, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('mail', attribute=True, cli_name='email', multivalue=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('manager', attribute=True, cli_name='manager', multivalue=False, required=False)
|
|
|
|
option: Str('mobile', attribute=True, cli_name='mobile', multivalue=True, required=False)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('noprivate', autofill=True, cli_name='noprivate', default=False)
|
|
|
|
option: Bool('nsaccountlock', attribute=True, cli_name='nsaccountlock', multivalue=False, required=False)
|
|
|
|
option: Str('ou', attribute=True, cli_name='orgunit', multivalue=False, required=False)
|
|
|
|
option: Str('pager', attribute=True, cli_name='pager', multivalue=True, required=False)
|
|
|
|
option: Str('postalcode', attribute=True, cli_name='postalcode', multivalue=False, required=False)
|
2014-03-27 10:26:08 -05:00
|
|
|
option: Str('preferredlanguage', attribute=True, cli_name='preferredlanguage', multivalue=False, pattern='^(([a-zA-Z]{1,8}(-[a-zA-Z]{1,8})?(;q\\=((0(\\.[0-9]{0,3})?)|(1(\\.0{0,3})?)))?(\\s*,\\s*[a-zA-Z]{1,8}(-[a-zA-Z]{1,8})?(;q\\=((0(\\.[0-9]{0,3})?)|(1(\\.0{0,3})?)))?)*)|(\\*))$', required=False)
|
2011-12-12 05:59:06 -06:00
|
|
|
option: Flag('random', attribute=False, autofill=True, cli_name='random', default=False, multivalue=False, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
|
|
|
option: Str('sn', attribute=True, cli_name='last', multivalue=False, required=True)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('st', attribute=True, cli_name='state', multivalue=False, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('street', attribute=True, cli_name='street', multivalue=False, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('telephonenumber', attribute=True, cli_name='phone', multivalue=True, required=False)
|
|
|
|
option: Str('title', attribute=True, cli_name='title', multivalue=False, required=False)
|
2013-01-08 03:10:35 -06:00
|
|
|
option: Int('uidnumber', attribute=True, cli_name='uid', minvalue=1, multivalue=False, required=False)
|
2013-11-12 04:03:28 -06:00
|
|
|
option: Str('userclass', attribute=True, cli_name='class', multivalue=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Password('userpassword', attribute=True, cli_name='password', exclude='webui', multivalue=False, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-01-13 13:29:16 -06:00
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: user_del
|
2015-04-16 04:56:11 -05:00
|
|
|
args: 1,4,3
|
2012-04-12 07:45:38 -05:00
|
|
|
arg: Str('uid', attribute=True, cli_name='login', maxlength=255, multivalue=True, pattern='^[a-zA-Z0-9_.][a-zA-Z0-9_.-]{0,252}[a-zA-Z0-9_.$-]?$', primary_key=True, query=True, required=True)
|
2011-05-12 01:28:22 -05:00
|
|
|
option: Flag('continue', autofill=True, cli_name='continue', default=False)
|
2015-04-16 04:56:11 -05:00
|
|
|
option: Flag('permanently?', autofill=True, cli_name='permanently', default=False)
|
|
|
|
option: Flag('preserve?', autofill=True, cli_name='preserve', default=False)
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('result', <type 'dict'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: ListOfPrimaryKeys('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: user_disable
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 1,1,3
|
2012-04-12 07:45:38 -05:00
|
|
|
arg: Str('uid', attribute=True, cli_name='login', maxlength=255, multivalue=False, pattern='^[a-zA-Z0-9_.][a-zA-Z0-9_.-]{0,252}[a-zA-Z0-9_.$-]?$', primary_key=True, query=True, required=True)
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('result', <type 'bool'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: user_enable
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 1,1,3
|
2012-04-12 07:45:38 -05:00
|
|
|
arg: Str('uid', attribute=True, cli_name='login', maxlength=255, multivalue=False, pattern='^[a-zA-Z0-9_.][a-zA-Z0-9_.-]{0,252}[a-zA-Z0-9_.$-]?$', primary_key=True, query=True, required=True)
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('result', <type 'bool'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: user_find
|
2015-05-11 10:29:54 -05:00
|
|
|
args: 1,55,4
|
2011-06-24 13:32:57 -05:00
|
|
|
arg: Str('criteria?', noextrawhitespace=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2014-03-27 10:26:08 -05:00
|
|
|
option: Str('carlicense', attribute=True, autofill=False, cli_name='carlicense', multivalue=True, query=True, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('cn', attribute=True, autofill=False, cli_name='cn', multivalue=False, query=True, required=False)
|
2014-03-27 10:26:08 -05:00
|
|
|
option: Str('departmentnumber', attribute=True, autofill=False, cli_name='departmentnumber', multivalue=True, query=True, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('displayname', attribute=True, autofill=False, cli_name='displayname', multivalue=False, query=True, required=False)
|
2014-03-27 10:26:08 -05:00
|
|
|
option: Str('employeenumber', attribute=True, autofill=False, cli_name='employeenumber', multivalue=False, query=True, required=False)
|
|
|
|
option: Str('employeetype', attribute=True, autofill=False, cli_name='employeetype', multivalue=False, query=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('facsimiletelephonenumber', attribute=True, autofill=False, cli_name='fax', multivalue=True, query=True, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('gecos', attribute=True, autofill=False, cli_name='gecos', multivalue=False, query=True, required=False)
|
2013-01-08 03:10:35 -06:00
|
|
|
option: Int('gidnumber', attribute=True, autofill=False, cli_name='gidnumber', minvalue=1, multivalue=False, query=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('givenname', attribute=True, autofill=False, cli_name='first', multivalue=False, query=True, required=False)
|
|
|
|
option: Str('homedirectory', attribute=True, autofill=False, cli_name='homedir', multivalue=False, query=True, required=False)
|
|
|
|
option: Str('in_group*', cli_name='in_groups', csv=True)
|
|
|
|
option: Str('in_hbacrule*', cli_name='in_hbacrules', csv=True)
|
|
|
|
option: Str('in_netgroup*', cli_name='in_netgroups', csv=True)
|
|
|
|
option: Str('in_role*', cli_name='in_roles', csv=True)
|
|
|
|
option: Str('in_sudorule*', cli_name='in_sudorules', csv=True)
|
|
|
|
option: Str('initials', attribute=True, autofill=False, cli_name='initials', multivalue=False, query=True, required=False)
|
2013-11-11 15:58:02 -06:00
|
|
|
option: Str('ipatokenradiusconfiglink', attribute=True, autofill=False, cli_name='radius', multivalue=False, query=True, required=False)
|
|
|
|
option: Str('ipatokenradiususername', attribute=True, autofill=False, cli_name='radius_username', multivalue=False, query=True, required=False)
|
2013-10-01 13:26:38 -05:00
|
|
|
option: StrEnum('ipauserauthtype', attribute=True, autofill=False, cli_name='user_auth_type', csv=True, multivalue=True, query=True, required=False, values=(u'password', u'radius', u'otp'))
|
2014-01-09 04:26:44 -06:00
|
|
|
option: DateTime('krbprincipalexpiration', attribute=True, autofill=False, cli_name='principal_expiration', multivalue=False, query=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('krbprincipalname', attribute=True, autofill=False, cli_name='principal', multivalue=False, query=True, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('l', attribute=True, autofill=False, cli_name='city', multivalue=False, query=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('loginshell', attribute=True, autofill=False, cli_name='shell', multivalue=False, query=True, required=False)
|
|
|
|
option: Str('mail', attribute=True, autofill=False, cli_name='email', multivalue=True, query=True, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('manager', attribute=True, autofill=False, cli_name='manager', multivalue=False, query=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('mobile', attribute=True, autofill=False, cli_name='mobile', multivalue=True, query=True, required=False)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-21 09:50:27 -06:00
|
|
|
option: Str('not_in_group*', cli_name='not_in_groups', csv=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('not_in_hbacrule*', cli_name='not_in_hbacrules', csv=True)
|
2011-11-21 09:50:27 -06:00
|
|
|
option: Str('not_in_netgroup*', cli_name='not_in_netgroups', csv=True)
|
|
|
|
option: Str('not_in_role*', cli_name='not_in_roles', csv=True)
|
|
|
|
option: Str('not_in_sudorule*', cli_name='not_in_sudorules', csv=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Bool('nsaccountlock', attribute=True, autofill=False, cli_name='nsaccountlock', multivalue=False, query=True, required=False)
|
|
|
|
option: Str('ou', attribute=True, autofill=False, cli_name='orgunit', multivalue=False, query=True, required=False)
|
|
|
|
option: Str('pager', attribute=True, autofill=False, cli_name='pager', multivalue=True, query=True, required=False)
|
|
|
|
option: Flag('pkey_only?', autofill=True, default=False)
|
|
|
|
option: Str('postalcode', attribute=True, autofill=False, cli_name='postalcode', multivalue=False, query=True, required=False)
|
2014-03-27 10:26:08 -05:00
|
|
|
option: Str('preferredlanguage', attribute=True, autofill=False, cli_name='preferredlanguage', multivalue=False, pattern='^(([a-zA-Z]{1,8}(-[a-zA-Z]{1,8})?(;q\\=((0(\\.[0-9]{0,3})?)|(1(\\.0{0,3})?)))?(\\s*,\\s*[a-zA-Z]{1,8}(-[a-zA-Z]{1,8})?(;q\\=((0(\\.[0-9]{0,3})?)|(1(\\.0{0,3})?)))?)*)|(\\*))$', query=True, required=False)
|
2015-05-11 10:29:54 -05:00
|
|
|
option: Flag('preserved?', autofill=True, cli_name='preserved', default=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Int('sizelimit?', autofill=False, minvalue=0)
|
|
|
|
option: Str('sn', attribute=True, autofill=False, cli_name='last', multivalue=False, query=True, required=False)
|
|
|
|
option: Str('st', attribute=True, autofill=False, cli_name='state', multivalue=False, query=True, required=False)
|
|
|
|
option: Str('street', attribute=True, autofill=False, cli_name='street', multivalue=False, query=True, required=False)
|
|
|
|
option: Str('telephonenumber', attribute=True, autofill=False, cli_name='phone', multivalue=True, query=True, required=False)
|
|
|
|
option: Int('timelimit?', autofill=False, minvalue=0)
|
|
|
|
option: Str('title', attribute=True, autofill=False, cli_name='title', multivalue=False, query=True, required=False)
|
|
|
|
option: Str('uid', attribute=True, autofill=False, cli_name='login', maxlength=255, multivalue=False, pattern='^[a-zA-Z0-9_.][a-zA-Z0-9_.-]{0,252}[a-zA-Z0-9_.$-]?$', primary_key=True, query=True, required=False)
|
2013-01-08 03:10:35 -06:00
|
|
|
option: Int('uidnumber', attribute=True, autofill=False, cli_name='uid', minvalue=1, multivalue=False, query=True, required=False)
|
2013-11-12 04:03:28 -06:00
|
|
|
option: Str('userclass', attribute=True, autofill=False, cli_name='class', multivalue=True, query=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Password('userpassword', attribute=True, autofill=False, cli_name='password', exclude='webui', multivalue=False, query=True, required=False)
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
option: Flag('whoami', autofill=True, default=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('count', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: ListOfEntries('result', (<type 'list'>, <type 'tuple'>), Gettext('A list of LDAP entries', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('truncated', <type 'bool'>, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: user_mod
|
2014-01-09 04:26:44 -06:00
|
|
|
args: 1,45,3
|
2012-04-12 07:45:38 -05:00
|
|
|
arg: Str('uid', attribute=True, cli_name='login', maxlength=255, multivalue=False, pattern='^[a-zA-Z0-9_.][a-zA-Z0-9_.-]{0,252}[a-zA-Z0-9_.$-]?$', primary_key=True, query=True, required=True)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('addattr*', cli_name='addattr', exclude='webui')
|
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2014-03-27 10:26:08 -05:00
|
|
|
option: Str('carlicense', attribute=True, autofill=False, cli_name='carlicense', multivalue=True, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('cn', attribute=True, autofill=False, cli_name='cn', multivalue=False, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('delattr*', cli_name='delattr', exclude='webui')
|
2014-03-27 10:26:08 -05:00
|
|
|
option: Str('departmentnumber', attribute=True, autofill=False, cli_name='departmentnumber', multivalue=True, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('displayname', attribute=True, autofill=False, cli_name='displayname', multivalue=False, required=False)
|
2014-03-27 10:26:08 -05:00
|
|
|
option: Str('employeenumber', attribute=True, autofill=False, cli_name='employeenumber', multivalue=False, required=False)
|
|
|
|
option: Str('employeetype', attribute=True, autofill=False, cli_name='employeetype', multivalue=False, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('facsimiletelephonenumber', attribute=True, autofill=False, cli_name='fax', multivalue=True, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('gecos', attribute=True, autofill=False, cli_name='gecos', multivalue=False, required=False)
|
2013-01-08 03:10:35 -06:00
|
|
|
option: Int('gidnumber', attribute=True, autofill=False, cli_name='gidnumber', minvalue=1, multivalue=False, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('givenname', attribute=True, autofill=False, cli_name='first', multivalue=False, required=False)
|
|
|
|
option: Str('homedirectory', attribute=True, autofill=False, cli_name='homedir', multivalue=False, required=False)
|
|
|
|
option: Str('initials', attribute=True, autofill=False, cli_name='initials', multivalue=False, required=False)
|
|
|
|
option: Str('ipasshpubkey', attribute=True, autofill=False, cli_name='sshpubkey', csv=True, multivalue=True, required=False)
|
2013-11-11 15:58:02 -06:00
|
|
|
option: Str('ipatokenradiusconfiglink', attribute=True, autofill=False, cli_name='radius', multivalue=False, required=False)
|
|
|
|
option: Str('ipatokenradiususername', attribute=True, autofill=False, cli_name='radius_username', multivalue=False, required=False)
|
2013-10-01 13:26:38 -05:00
|
|
|
option: StrEnum('ipauserauthtype', attribute=True, autofill=False, cli_name='user_auth_type', csv=True, multivalue=True, required=False, values=(u'password', u'radius', u'otp'))
|
2014-01-09 04:26:44 -06:00
|
|
|
option: DateTime('krbprincipalexpiration', attribute=True, autofill=False, cli_name='principal_expiration', multivalue=False, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('l', attribute=True, autofill=False, cli_name='city', multivalue=False, required=False)
|
2012-02-07 06:13:52 -06:00
|
|
|
option: Str('loginshell', attribute=True, autofill=False, cli_name='shell', multivalue=False, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('mail', attribute=True, autofill=False, cli_name='email', multivalue=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('manager', attribute=True, autofill=False, cli_name='manager', multivalue=False, required=False)
|
|
|
|
option: Str('mobile', attribute=True, autofill=False, cli_name='mobile', multivalue=True, required=False)
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Bool('nsaccountlock', attribute=True, autofill=False, cli_name='nsaccountlock', multivalue=False, required=False)
|
|
|
|
option: Str('ou', attribute=True, autofill=False, cli_name='orgunit', multivalue=False, required=False)
|
|
|
|
option: Str('pager', attribute=True, autofill=False, cli_name='pager', multivalue=True, required=False)
|
|
|
|
option: Str('postalcode', attribute=True, autofill=False, cli_name='postalcode', multivalue=False, required=False)
|
2014-03-27 10:26:08 -05:00
|
|
|
option: Str('preferredlanguage', attribute=True, autofill=False, cli_name='preferredlanguage', multivalue=False, pattern='^(([a-zA-Z]{1,8}(-[a-zA-Z]{1,8})?(;q\\=((0(\\.[0-9]{0,3})?)|(1(\\.0{0,3})?)))?(\\s*,\\s*[a-zA-Z]{1,8}(-[a-zA-Z]{1,8})?(;q\\=((0(\\.[0-9]{0,3})?)|(1(\\.0{0,3})?)))?)*)|(\\*))$', required=False)
|
2011-12-12 05:59:06 -06:00
|
|
|
option: Flag('random', attribute=False, autofill=True, cli_name='random', default=False, multivalue=False, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('rename', cli_name='rename', maxlength=255, multivalue=False, pattern='^[a-zA-Z0-9_.][a-zA-Z0-9_.-]{0,252}[a-zA-Z0-9_.$-]?$', primary_key=True, required=False)
|
|
|
|
option: Flag('rights', autofill=True, default=False)
|
|
|
|
option: Str('setattr*', cli_name='setattr', exclude='webui')
|
|
|
|
option: Str('sn', attribute=True, autofill=False, cli_name='last', multivalue=False, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('st', attribute=True, autofill=False, cli_name='state', multivalue=False, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Str('street', attribute=True, autofill=False, cli_name='street', multivalue=False, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('telephonenumber', attribute=True, autofill=False, cli_name='phone', multivalue=True, required=False)
|
|
|
|
option: Str('title', attribute=True, autofill=False, cli_name='title', multivalue=False, required=False)
|
2013-01-08 03:10:35 -06:00
|
|
|
option: Int('uidnumber', attribute=True, autofill=False, cli_name='uid', minvalue=1, multivalue=False, required=False)
|
2013-11-12 04:03:28 -06:00
|
|
|
option: Str('userclass', attribute=True, autofill=False, cli_name='class', multivalue=True, required=False)
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Password('userpassword', attribute=True, autofill=False, cli_name='password', exclude='webui', multivalue=False, required=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-13 13:29:16 -06:00
|
|
|
command: user_show
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,5,3
|
2012-04-12 07:45:38 -05:00
|
|
|
arg: Str('uid', attribute=True, cli_name='login', maxlength=255, multivalue=False, pattern='^[a-zA-Z0-9_.][a-zA-Z0-9_.-]{0,252}[a-zA-Z0-9_.$-]?$', primary_key=True, query=True, required=True)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
2012-04-12 07:39:39 -05:00
|
|
|
option: Flag('rights', autofill=True, default=False)
|
2011-11-15 07:47:43 -06:00
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2012-02-14 08:41:25 -06:00
|
|
|
command: user_status
|
2013-07-18 08:37:03 -05:00
|
|
|
args: 1,4,4
|
2012-04-12 07:45:38 -05:00
|
|
|
arg: Str('uid', attribute=True, cli_name='login', maxlength=255, multivalue=False, pattern='^[a-zA-Z0-9_.][a-zA-Z0-9_.-]{0,252}[a-zA-Z0-9_.$-]?$', primary_key=True, query=True, required=True)
|
2012-02-14 08:41:25 -06:00
|
|
|
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
|
2013-07-18 08:37:03 -05:00
|
|
|
option: Flag('no_members', autofill=True, default=False, exclude='webui')
|
2012-02-14 08:41:25 -06:00
|
|
|
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('count', <type 'int'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: ListOfEntries('result', (<type 'list'>, <type 'tuple'>), Gettext('A list of LDAP entries', domain='ipa', localedir=None))
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2012-02-14 08:41:25 -06:00
|
|
|
output: Output('truncated', <type 'bool'>, None)
|
2015-05-08 11:58:57 -05:00
|
|
|
command: user_undel
|
|
|
|
args: 1,1,3
|
|
|
|
arg: Str('uid', attribute=True, cli_name='login', maxlength=255, multivalue=False, pattern='^[a-zA-Z0-9_.][a-zA-Z0-9_.-]{0,252}[a-zA-Z0-9_.$-]?$', primary_key=True, query=True, required=True)
|
|
|
|
option: Str('version?', exclude='webui')
|
|
|
|
output: Output('result', <type 'bool'>, None)
|
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
|
|
|
output: PrimaryKey('value', None, None)
|
2011-01-21 02:07:53 -06:00
|
|
|
command: user_unlock
|
2012-06-21 07:20:26 -05:00
|
|
|
args: 1,1,3
|
2012-04-12 07:45:38 -05:00
|
|
|
arg: Str('uid', attribute=True, cli_name='login', maxlength=255, multivalue=False, pattern='^[a-zA-Z0-9_.][a-zA-Z0-9_.-]{0,252}[a-zA-Z0-9_.$-]?$', primary_key=True, query=True, required=True)
|
2012-06-21 07:20:26 -05:00
|
|
|
option: Str('version?', exclude='webui')
|
2011-11-15 07:47:43 -06:00
|
|
|
output: Output('result', <type 'bool'>, None)
|
2012-04-12 07:39:39 -05:00
|
|
|
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
|
2014-03-27 08:04:00 -05:00
|
|
|
output: PrimaryKey('value', None, None)
|
2012-12-07 09:54:07 -06:00
|
|
|
capability: messages 2.52
|
2013-01-08 03:10:35 -06:00
|
|
|
capability: optional_uid_params 2.54
|
2013-11-13 09:31:58 -06:00
|
|
|
capability: permissions2 2.69
|
2014-03-27 08:04:00 -05:00
|
|
|
capability: primary_key_types 2.83
|
2014-01-09 04:14:56 -06:00
|
|
|
capability: datetime_values 2.84
|
2014-04-11 07:45:43 -05:00
|
|
|
capability: dns_name_values 2.88
|