mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-09-03 20:52:56 -05:00
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:
committed by
Alexander Bokovoy
parent
8fcc8bc8d5
commit
3253a30541
@@ -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
|
||||
@@ -28,6 +28,7 @@ app_DATA = \
|
||||
25-referint.update \
|
||||
30-s4u2proxy.update \
|
||||
40-delegation.update \
|
||||
40-realm_domains.update \
|
||||
40-replication.update \
|
||||
40-dns.update \
|
||||
40-automember.update \
|
||||
|
||||
Reference in New Issue
Block a user