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
This commit is contained in:
Ana Krivokapic
2013-02-12 10:50:00 -05:00
committed by Alexander Bokovoy
parent 8fcc8bc8d5
commit 3253a30541
9 changed files with 369 additions and 1 deletions

View File

@@ -89,4 +89,4 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
IPA_API_VERSION_MINOR=49
IPA_API_VERSION_MINOR=50