From 2a2dd6ff5e057b1dec37a212b0a5eeb2a8392c36 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 12 Oct 2011 19:41:45 +0200 Subject: s3: Before adding KDC's to the krb5.conf, cldap ping them Some Kerberos libraries don't do proper failover. This fixes the situation where a KDC exists in DNS but is not reachable for some reason. Ported to master by Stefan Metzmacher Autobuild-User: Stefan Metzmacher Autobuild-Date: Mon Oct 17 11:25:37 CEST 2011 on sn-devel-104 --- source3/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/wscript_build') diff --git a/source3/wscript_build b/source3/wscript_build index b1a6fcc63d..0e5de86772 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -794,7 +794,7 @@ bld.SAMBA3_LIBRARY('util_cmdline', bld.SAMBA3_SUBSYSTEM('KRBCLIENT', source=KRBCLIENT_SRC, - public_deps='KRB5_WRAP k5crypto', + public_deps='KRB5_WRAP k5crypto LIBTSOCKET CLDAP', vars=locals()) bld.SAMBA3_SUBSYSTEM('samba3core', -- cgit