diff options
author | Ana Krivokapic <akrivoka@redhat.com> | 2013-02-12 10:50:00 -0500 |
---|---|---|
committer | Alexander Bokovoy <abokovoy@redhat.com> | 2013-02-19 14:15:46 +0200 |
commit | 3253a305416c963fcdc2670caa2c22c167ccc0d2 (patch) | |
tree | 4ba1ebb4c40f877c58bdd7b47a58f36196d12360 /API.txt | |
parent | 8fcc8bc8d50d266b050c136de7a441d59e363d1b (diff) | |
download | freeipa-3253a305416c963fcdc2670caa2c22c167ccc0d2.tar.gz freeipa-3253a305416c963fcdc2670caa2c22c167ccc0d2.tar.xz freeipa-3253a305416c963fcdc2670caa2c22c167ccc0d2.zip |
Add list of domains associated to our realm to cn=etc
Add new LDAP container to store the list of domains associated with IPA realm.
Add two new ipa commands (ipa realmdomains-show and ipa realmdomains-mod) to allow
manipulation of the list of realm domains.
Unit test file covering these new commands was added.
https://fedorahosted.org/freeipa/ticket/2945
Diffstat (limited to 'API.txt')
-rw-r--r-- | API.txt | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -2452,6 +2452,31 @@ 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: Output('value', <type 'unicode'>, None) +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) +output: Output('value', <type 'unicode'>, None) +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)) +output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None) +output: Output('value', <type 'unicode'>, None) command: role_add args: 1,6,3 arg: Str('cn', attribute=True, cli_name='name', multivalue=False, primary_key=True, required=True) |