summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-05-05 19:24:48 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:16:49 -0500
commitaf086da4ec19de83717820de85d8e672850ed4b2 (patch)
treeae285c5d92f19b4ce6cdc362cbca79f6232e7e99 /source3/configure.in
parent3bff11407e721a4a01b67881862d2a466ec5d103 (diff)
downloadsamba-af086da4ec19de83717820de85d8e672850ed4b2.tar.gz
samba-af086da4ec19de83717820de85d8e672850ed4b2.tar.bz2
samba-af086da4ec19de83717820de85d8e672850ed4b2.zip
r15462: replace the use of OpenLDAP's ldap_domain2hostlist() for
locating AD DC's with out own DNS SRV queries. Testing on Linux and Solaris. (This used to be commit cf71f88a3cdcabf99c0798ef4cf8c978397a57eb)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/source3/configure.in b/source3/configure.in
index bf6841bdf4..40cf2d4a81 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -3227,17 +3227,6 @@ else
fi
fi
- AC_CHECK_FUNC_EXT(ldap_domain2hostlist,$LDAP_LIBS)
-
- if test x"$ac_cv_func_ext_ldap_domain2hostlist" != x"yes"; then
- if test x"$with_ads_support" = x"yes"; then
- AC_MSG_ERROR(Active Directory support requires ldap_domain2hostlist)
- elif test x"$with_ads_support" = x"auto"; then
- AC_MSG_WARN(Disabling Active Directory support (requires ldap_domain2hostlist))
- with_ads_support=no
- fi
- fi
-
AC_CHECK_FUNC_EXT(ldap_add_result_entry,$LDAP_LIBS)
if test x"$ac_cv_func_ext_ldap_add_result_entry" != x"yes"; then