diff options
Diffstat (limited to 'tests/test_xmlrpc/objectclasses.py')
-rw-r--r-- | tests/test_xmlrpc/objectclasses.py | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/tests/test_xmlrpc/objectclasses.py b/tests/test_xmlrpc/objectclasses.py index ce904d81..3569579e 100644 --- a/tests/test_xmlrpc/objectclasses.py +++ b/tests/test_xmlrpc/objectclasses.py @@ -123,5 +123,15 @@ netgroup = [ automember = [ u'top', - u'automemberregexrule' + u'automemberregexrule', +] + +selinuxusermap = [ + u'ipaassociation', + u'ipaselinuxusermap', +] + +hbacrule = [ + u'ipaassociation', + u'ipahbacrule', ] |