You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dns_lookup_kdc
Indicate whether DNS SRV records should be used to locate the KDCs and other servers for a realm, if they are not listed in the information for the realm. The default is to use these records.
whereas this library defaults DNSLookupKDC to false.
Is this a deliberate choice?
It's making it a bit challenging to use in one of our envs - where the krb5.conf is managed centrally. They don't currently set a value for dns_lookup_kdc and systems that don't use this library work fine, as they default to true, whereas those that do use this library don't work.
@ae-govau hi! Did you get any feedback from the owner of the repository? Maybe, via other channels.
My team uses the sarama client, and we want to modify this Kerberos library too. I wonder how well it is maintained.
man krb5.conf
(https://linux.die.net/man/5/krb5.conf) states:whereas this library defaults
DNSLookupKDC
tofalse
.Is this a deliberate choice?
It's making it a bit challenging to use in one of our envs - where the
krb5.conf
is managed centrally. They don't currently set a value fordns_lookup_kdc
and systems that don't use this library work fine, as they default totrue
, whereas those that do use this library don't work.(thanks for providing the lib! we're using it via https://github.com/IBM/sarama)
The text was updated successfully, but these errors were encountered: