diff options
author | Ana Krivokapic <akrivoka@redhat.com> | 2013-02-12 10:50:00 -0500 |
---|---|---|
committer | Alexander Bokovoy <abokovoy@redhat.com> | 2013-02-19 14:15:46 +0200 |
commit | 3253a305416c963fcdc2670caa2c22c167ccc0d2 (patch) | |
tree | 4ba1ebb4c40f877c58bdd7b47a58f36196d12360 /install/updates/40-realm_domains.update | |
parent | 8fcc8bc8d50d266b050c136de7a441d59e363d1b (diff) | |
download | freeipa-3253a305416c963fcdc2670caa2c22c167ccc0d2.tar.gz freeipa-3253a305416c963fcdc2670caa2c22c167ccc0d2.tar.xz freeipa-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 'install/updates/40-realm_domains.update')
-rw-r--r-- | install/updates/40-realm_domains.update | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/install/updates/40-realm_domains.update b/install/updates/40-realm_domains.update new file mode 100644 index 000000000..9d766c676 --- /dev/null +++ b/install/updates/40-realm_domains.update @@ -0,0 +1,8 @@ +# Add the Realm Domains container + +dn: cn=Realm Domains,cn=ipa,cn=etc,$SUFFIX +default:objectClass: domainRelatedObject +default:objectClass: nsContainer +default:objectClass: top +default:cn: Realm Domains +default:associatedDomain: $DOMAIN |