Ignore:
Timestamp:
Mar 12, 2008, 9:08:18 AM (17 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.28a

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/nsswitch/winbindd_dual.c

    r44 r124  
    3636
    3737extern BOOL override_logfile;
     38extern struct winbindd_methods cache_methods;
    3839
    3940/* Read some data from a client connection */
     
    989990        }
    990991
     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
    9911002        while (1) {
    9921003
Note: See TracChangeset for help on using the changeset viewer.