From 3528b91081f0ef88926f341eca68e19b14cda394 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 30 Nov 2010 12:31:39 +0100 Subject: [PATCH] s3: Fix bug 7832 --- source3/winbindd/idmap_ad.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/source3/winbindd/idmap_ad.c b/source3/winbindd/idmap_ad.c index 1567598..bc1a1e5 100644 --- a/source3/winbindd/idmap_ad.c +++ b/source3/winbindd/idmap_ad.c @@ -859,6 +859,7 @@ static NTSTATUS nss_ad_get_info( struct nss_domain_entry *e, /* See if we can use the ADS connection struct swe were given */ +#if 0 if (ads) { DEBUG(10, ("nss_ad_get_info: using given ads connection and " "LDAP message (%p)\n", msg)); @@ -875,6 +876,7 @@ static NTSTATUS nss_ad_get_info( struct nss_domain_entry *e, nt_status = NT_STATUS_OK; goto done; } +#endif /* Have to do our own query */ -- 1.7.0.4