summaryrefslogtreecommitdiffstats
path: root/source/winbindd/winbindd_dual.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2008-05-29 10:37:52 -0700
committerJeremy Allison <jra@samba.org>2008-05-29 10:37:52 -0700
commit41e20becf3b976656f60aaec9175df329803b012 (patch)
tree6104bfaf3c41d4918a67f822d21178ae0cb56a62 /source/winbindd/winbindd_dual.c
parent23b825e9d2c74c5b940cf4d3aa56c18692259972 (diff)
downloadsamba-41e20becf3b976656f60aaec9175df329803b012.tar.gz
samba-41e20becf3b976656f60aaec9175df329803b012.tar.xz
samba-41e20becf3b976656f60aaec9175df329803b012.zip
Fix winbindd on a PDC by reverting : 83b04c60fac76ccd2d5aecb14f8896a07d488b1f..6e66512d5beb256a44c6703cdb8c7fa7e0fd8537.
We still need to address https://bugzilla.redhat.com/show_bug.cgi?id=429024, but this will come later. Jeremy.
Diffstat (limited to 'source/winbindd/winbindd_dual.c')
-rw-r--r--source/winbindd/winbindd_dual.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/source/winbindd/winbindd_dual.c b/source/winbindd/winbindd_dual.c
index d46580155c0..ae042563ed3 100644
--- a/source/winbindd/winbindd_dual.c
+++ b/source/winbindd/winbindd_dual.c
@@ -1087,15 +1087,6 @@ static bool fork_domain_child(struct winbindd_child *child)
child);
}
- /* Special case for Winbindd on a Samba DC,
- * We want to make sure the child can connect to smbd
- * but not the main daemon */
-
- if (child->domain && child->domain->internal && IS_DC) {
- child->domain->methods = &cache_methods;
- child->domain->online = False;
- }
-
while (1) {
int ret;