Ignore:
Timestamp:
May 27, 2009, 9:09:42 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/source/winbindd/winbindd_util.c

    r228 r232  
    507507{
    508508        time_t now = time(NULL);
    509        
     509
     510        /* Check that we allow trusted domains at all */
     511        if (!lp_allow_trusted_domains())
     512                return;
     513
    510514        /* see if the time has come... */
    511515       
     
    763767        DOM_SID dom_sid;
    764768        uint32 rid;
    765        
     769
     770        /* Check if we even care */
     771
     772        if (!lp_allow_trusted_domains())
     773                return;
     774
    766775        domain = find_domain_from_name_noinit( name );
    767776        if ( domain )
Note: See TracChangeset for help on using the changeset viewer.