Ignore:
Timestamp:
May 20, 2009, 6:46:53 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.4

File:
1 edited

Legend:

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

    r141 r204  
    16001600                }
    16011601
     1602                wcache_invalidate_samlogon(find_domain_from_name(name_domain), info3);
    16021603                netsamlogon_cache_store(name_user, info3);
    1603                 wcache_invalidate_samlogon(find_domain_from_name(name_domain), info3);
    16041604
    16051605                /* save name_to_sid info as early as possible (only if
     
    19421942        if (NT_STATUS_IS_OK(result)) {
    19431943
     1944                wcache_invalidate_samlogon(find_domain_from_name(name_domain), info3);
    19441945                netsamlogon_cache_store(name_user, info3);
    1945                 wcache_invalidate_samlogon(find_domain_from_name(name_domain), info3);
    19461946
    19471947                /* Check if the user is in the right group */
Note: See TracChangeset for help on using the changeset viewer.