Fix the wbinfo test on the LDAP backend.
authorAndrew Bartlett <abartlet@samba.org>
Sat, 28 Jun 2008 08:04:35 +0000 (18:04 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 28 Jun 2008 08:10:59 +0000 (18:10 +1000)
commit485a6354e5c41cc16bfa3b93e05c72e4685720ee
treec19b85e9e3d47343eac5290f68764bd0b2cd80da
parent261d41a639b2a5deb14d875d3fafc7eb3b996d4c
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)
source4/winbind/wb_init_domain.c
source4/winbind/wb_server.h