summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
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/Makefile.in
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/Makefile.in')
-rw-r--r--source3/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 6b979d4313..f2bab711dc 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -1532,7 +1532,8 @@ NTLM_AUTH_OBJ = ${NTLM_AUTH_OBJ1} $(LIBSAMBA_OBJ) $(POPT_LIB_OBJ) \
$(PASSDB_OBJ) $(GROUPDB_OBJ) \
$(SMBLDAP_OBJ) $(LIBNMB_OBJ) \
$(WBCOMMON_OBJ) \
- $(LIBCLI_LDAP_NDR_OBJ) \
+ $(LIBNBT_OBJ) \
+ $(CLDAP_OBJ) \
$(DRSUAPI_OBJ) \
$(LIBNDR_GEN_OBJ0) $(LIBNDR_NETLOGON_OBJ) @BUILD_INIPARSER@