-
Enhancement
-
Resolution: Not an Issue
-
P4
-
None
-
None
-
None
When krb5.conf does not include default_realm or kdc settings, DNS is used to get these info. Too many DNS requests are sent and we could enhance it either by calling Config::getDefaultRealm less or cache the result inside the Config class. Said that, the cache should not be permanent because we want to get the latest info if it changes.