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 18:50:04 +0000 (13:50 -0500)
commit6e66512d5beb256a44c6703cdb8c7fa7e0fd8537
tree7ab2f2d24f4d89f1f3e36c125bbbf0c234697ac2
parent83b04c60fac76ccd2d5aecb14f8896a07d488b1f
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/nsswitch/winbindd_dual.c
source/nsswitch/winbindd_util.c