s3-net: Don't use an internal krb5 for kdc lookup.
authorAndreas Schneider <asn@samba.org>
Wed, 30 Nov 2011 16:39:22 +0000 (17:39 +0100)
committerGünther Deschner <gd@samba.org>
Thu, 9 Feb 2012 11:42:30 +0000 (12:42 +0100)
commit419e92b1499c77ddf3648d6b99ed482a57b3e713
tree43b92eaff341e4d9829e4d0e9c895d876a5d3f8b
parentde53fcd8de5b751efb97adb43663a73059dc8ed3
s3-net: Don't use an internal krb5 for kdc lookup.

This replaces the use of the internal krb5_locate_kdc() function with
our own get_kdc_list() function.

Signed-off-by: Günther Deschner <gd@samba.org>
source3/utils/net_lookup.c