Bug 1243771
Summary: | realm fails to join domain names with underscore in name | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Kaushik Banerjee <kbanerje> |
Component: | realmd | Assignee: | Stef Walter <stefw> |
Status: | CLOSED ERRATA | QA Contact: | Kaushik Banerjee <kbanerje> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 7.2 | CC: | ebenes, jhrozek, kbanerje, lslebodn, pkis, sbose, stefw |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | realmd-0.16.1-3.el7 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-11-19 03:44:10 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Kaushik Banerjee
2015-07-16 09:32:49 UTC
The issue here is the underscore which is erroneously flaged as a bad character. Fixed upstream: commit e368c5a42656a687e6b726978752eb4abf6503d0 Author: Stef Walter <stefw> Date: Fri Jul 31 12:53:04 2015 +0200 Be more liberal on what we accept as a domain name Make the checks on what we accept as a domain name more liberal for values coming in from the network. DNS Domain names are pretty liberal (internet domain names are more restrictive) See RFC 2181 section 11 http://www.ietf.org/rfc/rfc2181.txt However we cannot consume names with whitespace and problematic punctuation, due to the various programs that parse the configuration files we set up. Verified with realmd-0.16.1-3.el7.x86_64 # realm discover -v sssdad_tree.com * Resolving: _ldap._tcp.sssdad_tree.com * Performing LDAP DSE lookup on: X.X.X.X * Successfully discovered: sssdad_tree.com sssdad_tree.com type: kerberos realm-name: SSSDAD_TREE.COM domain-name: sssdad_tree.com configured: no server-software: active-directory client-software: sssd required-package: oddjob required-package: oddjob-mkhomedir required-package: sssd required-package: adcli required-package: samba-common Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHSA-2015-2184.html |