summaryrefslogtreecommitdiffstats
path: root/source/winbindd/winbindd_dual.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-03-27 13:00:23 +0100
committerVolker Lendecke <vl@samba.org>2008-03-27 13:11:10 +0100
commit0d617f639a3c9c52e4327aed4bd02d9e8e7312a2 (patch)
tree08ebb95db6b0b6187586e48230853fe92eac3f99 /source/winbindd/winbindd_dual.c
parent7eb4f6f6f9f27cda3d512f4042e36d70d0b26b6b (diff)
downloadsamba-0d617f639a3c9c52e4327aed4bd02d9e8e7312a2.tar.gz
samba-0d617f639a3c9c52e4327aed4bd02d9e8e7312a2.tar.xz
samba-0d617f639a3c9c52e4327aed4bd02d9e8e7312a2.zip
Fix wbinfo -a trusted\\user%password on a Samba DC with trusts
Winbind can't be allowed to connect to the local smbd.
Diffstat (limited to 'source/winbindd/winbindd_dual.c')
-rw-r--r--source/winbindd/winbindd_dual.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/winbindd/winbindd_dual.c b/source/winbindd/winbindd_dual.c
index 2b756b24d17..3c342e54a47 100644
--- a/source/winbindd/winbindd_dual.c
+++ b/source/winbindd/winbindd_dual.c
@@ -1089,7 +1089,6 @@ static bool fork_domain_child(struct winbindd_child *child)
* but not the main daemon */
if (child->domain && child->domain->internal && IS_DC) {
- child->domain->internal = False;
child->domain->methods = &cache_methods;
child->domain->online = False;
}