summaryrefslogtreecommitdiffstats
path: root/source4/winbind/wb_server.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2008-06-28 18:04:35 +1000
committerAndrew Bartlett <abartlet@samba.org>2008-06-28 18:10:59 +1000
commit485a6354e5c41cc16bfa3b93e05c72e4685720ee (patch)
treec19b85e9e3d47343eac5290f68764bd0b2cd80da /source4/winbind/wb_server.h
parent261d41a639b2a5deb14d875d3fafc7eb3b996d4c (diff)
downloadsamba-485a6354e5c41cc16bfa3b93e05c72e4685720ee.tar.gz
samba-485a6354e5c41cc16bfa3b93e05c72e4685720ee.tar.xz
samba-485a6354e5c41cc16bfa3b93e05c72e4685720ee.zip
Fix the wbinfo test on the LDAP backend.
The problem was that we would do a blocking wait for the LDAP server, which was also blocking on us returning (because we were in single process mode). The LDAP connection being made here is useless anyway, and will need to be an async ldb_connect() before anybody reintroucues it (nobody in their right mind would program a winbindd backend on pure LDAP, when the ldb abstraction is available). Andrew Bartlett (This used to be commit 23280b2e6ed5afb968bf0b8c40febb085eed38a1)
Diffstat (limited to 'source4/winbind/wb_server.h')
-rw-r--r--source4/winbind/wb_server.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/winbind/wb_server.h b/source4/winbind/wb_server.h
index ce972932f53..5a7ba7b4012 100644
--- a/source4/winbind/wb_server.h
+++ b/source4/winbind/wb_server.h
@@ -69,8 +69,6 @@ struct wbsrv_domain {
struct dcerpc_binding *samr_binding;
- struct ldap_connection *ldap_conn;
-
struct dcerpc_pipe *netlogon_pipe;
struct dcerpc_binding *netlogon_binding;
};