Fix winbindd running on a Samba DC,
authorSimo Sorce <idra@samba.org>
Fri, 1 Feb 2008 18:50:04 +0000 (13:50 -0500)
committerSimo Sorce <idra@samba.org>
Fri, 1 Feb 2008 19:23:43 +0000 (14:23 -0500)
commit9347d34b502bef70cdae8f3e8acd9796dba49581
tree472f53043d32de1368bce62353fdeb4134d87c2b
parent91be824d2ba0b8dccf42ba2b8555a204aa1fa56c
Fix winbindd running on a Samba DC,
This patch make sure we do not try to contact smbd in the main dameon
to avoid deadlocks.
All the operations that require connecting to smbd are performed in
the domain child anyway.
source/winbindd/winbindd_dual.c
source/winbindd/winbindd_util.c