* fixed volker's wbinfo -a lockup again. This one was my fault.
authorGerald Carter <jerry@samba.org>
Tue, 1 Jul 2003 17:51:52 +0000 (17:51 +0000)
committerGerald Carter <jerry@samba.org>
Tue, 1 Jul 2003 17:51:52 +0000 (17:51 +0000)
commit814968d41b04fd6a3e889039d227ed6abb429ae2
tree1c48412925a45ee6c003b51c0466094d67660176
parent125ab5463b0c4b96fbc10c2d008d2e4c995b91f1
* fixed volker's wbinfo -a lockup again.  This one was my fault.
  It was caused by the winbind_ping() call in is_trusted_domain()

  o if we are a DC then we check our own direct trust relationships
    we have to rely on winbindd to update the truatdom_cache
  o if we are a domain member, then we can update the trustdom_cache
    ourselves if winbindd is not there
(This used to be commit 22dfcafb37f7109dc455f4fb6323a25ba4f097bc)
source3/auth/auth_util.c
source3/libsmb/trusts_util.c