Bug 961354

Summary: realmd should enable site discovery in sssd for AD domains
Product: [Fedora] Fedora Reporter: Stef Walter <stefw>
Component: realmdAssignee: Stef Walter <stefw>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 19CC: jhrozek, stefw, yelley
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-05-13 13:08:47 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:
Bug Depends On:    
Bug Blocks: 959458    

Description Stef Walter 2013-05-09 13:13:17 UTC
We should enable site discovery like this by default in the sssd.conf for AD domains:

https://fedoraproject.org/wiki/QA:Testcase_sssd_ad_dns_sites

Comment 1 Stef Walter 2013-05-13 13:08:47 UTC
I think that the default value for ad_servers is '_srv_'. So it's not necessary to change our behavior here. This already works as expected, because we don't add an ad_servers unless realmd was passed an explicit server.

Jakub, could you correct me if I'm wrong here.

Comment 2 Jakub Hrozek 2013-05-13 14:31:21 UTC
(In reply to comment #1)
> I think that the default value for ad_servers is '_srv_'. So it's not
> necessary to change our behavior here. This already works as expected,
> because we don't add an ad_servers unless realmd was passed an explicit
> server.
> 

Correct, so if realmd doesn't set any value for ad_servers, then SSSD would start service discovery.

> Jakub, could you correct me if I'm wrong here.

Correct. There is also an option (ad_enable_dns_sites) that can be used to toggle the site discovery on/off, but it's currently set to "true" by default.

I think that realmd is doing the right thing as it is.