From 2b54a2fc2c85ea139e2acdbbc2f14b969c0c6315 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 28 Sep 2002 00:47:06 +0000 Subject: This needs to be #ifdef HAVE_LDAP. --- source/libads/ldap_utils.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source') diff --git a/source/libads/ldap_utils.c b/source/libads/ldap_utils.c index fbc9eb433f0..9e4b8a1de92 100644 --- a/source/libads/ldap_utils.c +++ b/source/libads/ldap_utils.c @@ -21,6 +21,8 @@ */ #include "includes.h" + +#ifdef HAVE_LDAP /* a wrapper around ldap_search_s that retries depending on the error code this is supposed to catch dropped connections and auto-reconnect @@ -88,3 +90,4 @@ ADS_STATUS ads_search_retry_dn(ADS_STRUCT *ads, void **res, return ads_do_search_retry(ads, dn, LDAP_SCOPE_BASE, "(objectclass=*)", attrs, res); } +#endif -- cgit