summaryrefslogtreecommitdiffstats
path: root/tests/test_xmlrpc/objectclasses.py
diff options
context:
space:
mode:
authorAna Krivokapic <akrivoka@redhat.com>2013-02-12 10:50:00 -0500
committerAlexander Bokovoy <abokovoy@redhat.com>2013-02-19 14:15:46 +0200
commit3253a305416c963fcdc2670caa2c22c167ccc0d2 (patch)
tree4ba1ebb4c40f877c58bdd7b47a58f36196d12360 /tests/test_xmlrpc/objectclasses.py
parent8fcc8bc8d50d266b050c136de7a441d59e363d1b (diff)
downloadfreeipa.git-3253a305416c963fcdc2670caa2c22c167ccc0d2.tar.gz
freeipa.git-3253a305416c963fcdc2670caa2c22c167ccc0d2.tar.xz
freeipa.git-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 'tests/test_xmlrpc/objectclasses.py')
-rw-r--r--tests/test_xmlrpc/objectclasses.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/test_xmlrpc/objectclasses.py b/tests/test_xmlrpc/objectclasses.py
index a173bbe5..d98a7ee6 100644
--- a/tests/test_xmlrpc/objectclasses.py
+++ b/tests/test_xmlrpc/objectclasses.py
@@ -154,3 +154,9 @@ dnsrecord = [
u'top',
u'idnsrecord',
]
+
+realmdomains = [
+ u'top',
+ u'nsContainer',
+ u'domainRelatedObject',
+]