mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 07:33:27 -06:00
3253a30541
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
9 lines
237 B
Plaintext
9 lines
237 B
Plaintext
# 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
|