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)
commit23280b2e6ed5afb968bf0b8c40febb085eed38a1
tree14bb8592ed874f5aa5c0b4c8942d54aa868dc77c
parenta0b2440c70a3f453c22159a02ff4a82fe6439cad
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
source/winbind/wb_init_domain.c
source/winbind/wb_server.h