diff options
author | Volker Lendecke <vl@samba.org> | 2011-10-12 19:41:45 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-10-17 11:25:36 +0200 |
commit | 2a2dd6ff5e057b1dec37a212b0a5eeb2a8392c36 (patch) | |
tree | 4e3da46e156c33231dd22d7c770a10da51945019 /source3/wscript_build | |
parent | 41a0e96724dc05752b1bdb86fc946c820be16632 (diff) | |
download | samba-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-x | source3/wscript_build | 2 |
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', |