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)
commit93a3c5b3f9927973b4ad1496f593ea147052d1e1
tree4b2cf7270651d693d088e8ad07822d58b74772f8
parent9f5a16a22da812ed58dcb46979ab5ae27d3a905e
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.
(This used to be commit 9347d34b502bef70cdae8f3e8acd9796dba49581)
source3/winbindd/winbindd_dual.c
source3/winbindd/winbindd_util.c