diff options
author | Ana Krivokapic <akrivoka@redhat.com> | 2013-08-20 15:34:39 +0200 |
---|---|---|
committer | Petr Viktorin <pviktori@redhat.com> | 2013-08-28 16:45:57 +0200 |
commit | 196c4b5f53c5ae9d6a471ed2da1eea4d78746fcb (patch) | |
tree | 9a8fcd91ac7147df1fd67b29a1325881f3ae8662 /API.txt | |
parent | fed7e7b23182ef0355cdaf6a712d8cce84382872 (diff) | |
download | freeipa-196c4b5f53c5ae9d6a471ed2da1eea4d78746fcb.tar.gz freeipa-196c4b5f53c5ae9d6a471ed2da1eea4d78746fcb.tar.xz freeipa-196c4b5f53c5ae9d6a471ed2da1eea4d78746fcb.zip |
Fix tests which fail after ipa-adtrust-install
Some unit tests were failing after ipa-adtrust-install has been run on the
IPA server, due to missing attributes ('ipantsecurityidentifier') and
objectclasses ('ipantuserattrs' and 'ipantgroupattrs'). This patch detects if
ipa-adtrust-install has been run, and adds missing attributes and objectclasses
where appropriate.
https://fedorahosted.org/freeipa/ticket/3852
Diffstat (limited to 'API.txt')
-rw-r--r-- | API.txt | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2974,6 +2974,10 @@ 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: sidgen_was_run +args: 0,1,1 +option: Str('version?', exclude='webui') +output: Output('result', None, None) command: sudocmd_add args: 1,7,3 arg: Str('sudocmd', attribute=True, cli_name='command', multivalue=False, primary_key=True, required=True) |