summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-10-12 19:41:45 +0200
committerStefan Metzmacher <metze@samba.org>2011-10-17 11:25:36 +0200
commit2a2dd6ff5e057b1dec37a212b0a5eeb2a8392c36 (patch)
tree4e3da46e156c33231dd22d7c770a10da51945019 /source3/wscript_build
parent41a0e96724dc05752b1bdb86fc946c820be16632 (diff)
downloadsamba-2a2dd6ff5e057b1dec37a212b0a5eeb2a8392c36.tar.gz
samba-2a2dd6ff5e057b1dec37a212b0a5eeb2a8392c36.tar.bz2
samba-2a2dd6ff5e057b1dec37a212b0a5eeb2a8392c36.zip
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 <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Oct 17 11:25:37 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-xsource3/wscript_build2
1 files changed, 1 insertions, 1 deletions
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',