From b6f68105caf2a1630aaa9156bcf4979a04d0fa98 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Tue, 22 Nov 2005 19:48:33 +0000 Subject: r11864: fix build breakage with solaris LDAP patch (my fault) (This used to be commit 7ac6afe4dcded2e3db9e2012aaa57879bb63b508) --- source3/utils/net_lookup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/utils') diff --git a/source3/utils/net_lookup.c b/source3/utils/net_lookup.c index 3a6781f762..cd62245600 100644 --- a/source3/utils/net_lookup.c +++ b/source3/utils/net_lookup.c @@ -85,7 +85,7 @@ static void print_ldap_srvlist(char *srvlist) static int net_lookup_ldap(int argc, const char **argv) { -#ifdef HAVE_LDAP +#ifdef HAVE_ADS char *srvlist; const char *domain; int rc; @@ -127,7 +127,7 @@ static int net_lookup_ldap(int argc, const char **argv) } return -1; #endif - DEBUG(1,("No LDAP support\n")); + DEBUG(1,("No ADS support\n")); return -1; } -- cgit