#3816 Use case-insensitive dictionary for trusted domains
Closed: Fixed None Opened 10 years ago by tbabej.

In DomainValidator, we store a dictionary containing information for trusted domains. This is a case-sensitive dictionary keyed by the domain name.

Since domains are case-insensitive in general, creating trust with Active Directory with the hostname of AD.EXAMPLE.COM using the command:

# ipa trust-add type=ad ad.example.com

fails with Internal Error. Please note that

# ipa trust-add type=ad AD.EXAMPLE.COM

works.


Metadata Update from @tbabej:
- Issue assigned to tbabej
- Issue set to the milestone: FreeIPA 3.3 - 2013/07

7 years ago

Login to comment on this ticket.

Metadata