summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/realmdomains.py
Commit message (Collapse)AuthorAgeFilesLines
* Integrate realmdomains with IPA DNSAna Krivokapic2013-04-161-0/+50
| | | | | | | | | | | | | Add an entry to realmdomains when a DNS zone is added to IPA. Delete the related entry from realmdomains when the DNS zone is deleted from IPA. Add _kerberos TXT record to DNS zone when a new realmdomain is added. Delete _kerberos TXT record from DNS zone when realmdomain is deleted. Add unit tests to cover new functionality. https://fedorahosted.org/freeipa/ticket/3544
* Realm Domains pageAna Krivokapic2013-03-181-3/+4
| | | | | | Add support for Realm Domains to web UI. https://fedorahosted.org/freeipa/ticket/3407
* 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