#2945 Add list of domains associated to our realm to cn=etc
Closed: Fixed None Opened 11 years ago by simo.

Add object to ipa tree that represent the list of domains associated to our realm. This list will be used in due time to generate the [domain_realm] mappings for krb5.conf and the list of domains to be routed to our kdc through a trust relationship.

The object will look as follow, where our own DNS domain is the default value (associatedDomain is a MUST for domainRelatedObject).

The CLI/UI should ensure our own domain cannot be removed.

dn: cn=Realm Domains,cn=ipa,cn=etc,$SUFFIX
objectClass: domainRelatedObject
objectClass: nsContainer
objectClass: top
cn: Realm Domains
associatedDomain: $domain
associatedDomain: foo.example.com
associatedDomain: bar.example.net

See ticket #2848 for the general picture


Changing 3.2 priority

IMHO it should be integrated with DNS management in some way.

At least:

  • associatedDomain should be removed automatically when whole DNS domain is deleted.

Improvement:

  • dnszone-add could have option to create IPA SRV records & add associatedDomain.

Naturally, this applies only to cases where DNS is managed by IPA.

Web UI part is addressed in ticket #3407.

Rename "trusts" component to "Trusts" to achieve correct sorting.

Metadata Update from @simo:
- Issue assigned to akrivoka
- Issue set to the milestone: FreeIPA 3.2 - 2013/02

7 years ago

Login to comment on this ticket.

Metadata