+++ This bug was initially created as a clone of Bug #1070465 +++ Description of problem: In some setups it is possible to have a situation in which the kerberos realm is not an upper case of the domain. In these cases wrong entries at the [domain_realm] section will be created. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: wrong entries are created [domain_realm] section. It is impossible to add domains and then log in. Expected results: Provide a way to bypass this issue, and allow a proper creation of [domain_realm] section (proper mapping of domains to realms) so adding domains + login via admin or user portal is possible. Additional info: --- Additional comment from Yair Zaslavsky on 2014-02-26 19:05:23 EST --- In order to override the [domain_realm] section, this patch suggests to provide an external file via setting its full path at /etc/ovirt-engine/engine-manage-domains/engine-manage-domains.conf by setting domainRealmMappingFile property to point to the file containing domain real mapping in format of domain1=REALM1 domain2=REALM2 (similar to the [domain_realm] section in krb5.conf file)