Hello,

I'd like to review the section of code specifically related to how FreeIPA
fetches the master DNS. When I run this:

ipa -vv user-show admin


The following printout emerges:


ipa: INFO: trying https://nqa-ipa-master-int.sprinklr.com/ipa/json
ipa: INFO: Forwarding 'user_show' to json server '
https://nqa-ipa-master-int.sprinklr.com/ipa/json'
ipa: INFO: Request: {
 "id": 0,
 "method": "user_show",
 "params": [ [ "admin" ],
 { "all": false, "no_members": false, "raw": false, "rights": false,

Where in the code does this line get populated with the DNS URI?

ipa: INFO: trying https://ipa-master.foo.com/ipa/json


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.

Cheers,
Russ
-- 
Manage your subscription for the Freeipa-users mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-users
Go to http://freeipa.org for more info on the project

Reply via email to