<div dir="ltr">Hello, <br><br>I'd like to review the section of code specifically related to how FreeIPA fetches the master DNS. When I run this:<div><br></div><div>ipa -vv user-show admin<br><br><br>The following printout emerges: <div><br></div><div><br><div>ipa: INFO: trying <a href="https://nqa-ipa-master-int.sprinklr.com/ipa/json">https://nqa-ipa-master-int.sprinklr.com/ipa/json</a> </div><div>ipa: INFO: Forwarding 'user_show' to json server '<a href="https://nqa-ipa-master-int.sprinklr.com/ipa/json">https://nqa-ipa-master-int.sprinklr.com/ipa/json</a>' </div><div>ipa: INFO: Request: {</div><div> "id": 0,</div><div> "method": "user_show",</div><div> "params": [ [ "admin" ],</div><div> { "all": false, "no_members": false, "raw": false, "rights": false,</div><div><br></div><div>Where in the code does this line get populated with the DNS URI? </div><div><br>ipa: INFO: trying <a href="https://ipa-master.foo.com/ipa/json">https://ipa-master.foo.com/ipa/json</a><br><br><br>It will occasionally attempt to connect to the wrong DNS server and I'd like to correct that behavior. My request is specifically to know where to look in the code so I can investigate this matter. <br></div></div></div><div><br></div><div>Cheers, </div><div>Russ </div></div>