From d6337bb1bea8698f7532ef5be83de3c75376f09b Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 30 Nov 2010 12:31:39 +0100 Subject: s3: Fix bug 7832 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Günther Deschner Autobuild-User: Günther Deschner Autobuild-Date: Tue Nov 30 14:39:34 CET 2010 on sn-devel-104 --- source3/winbindd/idmap_ad.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3') diff --git a/source3/winbindd/idmap_ad.c b/source3/winbindd/idmap_ad.c index 1567598060..bc1a1e5d35 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 */ -- cgit