summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/realmdomains.py
Commit message (Collapse)AuthorAgeFilesLines
* Add list of domains associated to our realm to cn=etcAna Krivokapic2013-02-191-0/+141
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