Chet Burgess wrote: > It is important to note that even if you have the > REALM and KDC(s) listed in the file properly the library will still > try DNS first, so you MUST add "dns_fallback = false" to turn off the > resolver calls.
I am fairly sure that DNS is not used in preference to the configuration data in the krb5.conf file. However, the library probably calls the resolver library init routine prior to making a request. Are you suggesting that calling res_init() repeatedly from the same thread results in a memory leak? ________________________________________________ Kerberos mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/kerberos
