Bug 771964

Summary: SSSD should use all DNS search domains in resolv.conf
Product: Red Hat Enterprise Linux 7 Reporter: Dmitri Pal <dpal>
Component: sssdAssignee: SSSD Maintainers <sssd-maint>
Status: CLOSED DEFERRED QA Contact: Kaushik Banerjee <kbanerje>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.0CC: grajaiya, jgalipea, jhrozek, mkosek, prc
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-04-24 11:21:48 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Dmitri Pal 2012-01-05 14:29:37 UTC
This bug is created as a clone of upstream ticket:
https://fedorahosted.org/sssd/ticket/987

Currently, SSSD uses the following algorithm to determine which DNS domain to search for auto-discorvery:

 1. If {{{dns_discovery_domain}}} is set in sssd.conf, that is definitive.
 1. Try to use {{{hostname -d}}}
 1. Fall back to using the SSSD domain name in sssd.conf

It would be better if we used the search domains specified in {{{/etc/resolv.conf}}}

So I suggest the algorithm should be:

 1. If {{{dns_discovery_domain}}} is set in sssd.conf, that is definitive.
 1. Iterate through /etc/resolv.conf search domains
 1. Try to use {{{hostname -d}}}
 1. Fall back to using the SSSD domain name in sssd.conf

This way we'll prioritize the new approach, but leave the existing approach as a fallback option.

Comment 3 Jakub Hrozek 2014-07-02 15:04:16 UTC
The upstream ticket is targetting 1.13, so I'm reproposing the BZ to RHEL-7.2

Comment 4 Martin Kosek 2015-04-24 11:21:48 UTC
Thank you taking your time and submitting this request for Red Hat Enterprise Linux. Unfortunately, this bug was not given a priority and was deferred both in the upstream project and in Red Hat Enterprise Linux.

Given that we are unable to fulfill this request in following Red Hat Enterprise Linux releases, I am closing the Bugzilla as DEFERRED. To request that Red Hat re-considers the decision, please re-open the Bugzilla via appropriate support channels and provide additional business and/or technical details about its importance to you.

Note that you can still track this request or even contribute patches in the referred upstream Trac ticket.