I am trying to access on prem Sql Server via Azure Data Studio. However I am hitting with some errors in Kerberos.
Below are the series of errors that getting thrown.
When trying to connect Sql Server via Azure Data Studio , the below error is thrown. "Connection failed due to Kerberos" and it asks me to run "kinit"
When running the "kinit" the below error is thrown. "kinit: krb5_get_init_creds: unable to reach any KDC in realm LOCAL, tried 0 KDCs"
Googling the above error suggested me to modify the /etc/krb5.conf . However, I was not able locate this file in my Mac. I am running MacOs Catalina.
Does anyone know where this file is located?
-Alan-