Changeset 124 for branches/samba-3.0/source/nsswitch/winbindd_dual.c
- Timestamp:
- Mar 12, 2008, 9:08:18 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/nsswitch/winbindd_dual.c
r44 r124 36 36 37 37 extern BOOL override_logfile; 38 extern struct winbindd_methods cache_methods; 38 39 39 40 /* Read some data from a client connection */ … … 989 990 } 990 991 992 /* Special case for Winbindd on a Samba DC, 993 * We want to make sure the child can connect to smbd 994 * but not the main daemon */ 995 996 if (child->domain && child->domain->internal && IS_DC) { 997 child->domain->internal = False; 998 child->domain->methods = &cache_methods; 999 child->domain->online = False; 1000 } 1001 991 1002 while (1) { 992 1003
Note:
See TracChangeset
for help on using the changeset viewer.