Changeset 204 for branches/samba-3.2.x/source/winbindd/winbindd_pam.c
- Timestamp:
- May 20, 2009, 6:46:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/winbindd/winbindd_pam.c
r141 r204 1600 1600 } 1601 1601 1602 wcache_invalidate_samlogon(find_domain_from_name(name_domain), info3); 1602 1603 netsamlogon_cache_store(name_user, info3); 1603 wcache_invalidate_samlogon(find_domain_from_name(name_domain), info3);1604 1604 1605 1605 /* save name_to_sid info as early as possible (only if … … 1942 1942 if (NT_STATUS_IS_OK(result)) { 1943 1943 1944 wcache_invalidate_samlogon(find_domain_from_name(name_domain), info3); 1944 1945 netsamlogon_cache_store(name_user, info3); 1945 wcache_invalidate_samlogon(find_domain_from_name(name_domain), info3);1946 1946 1947 1947 /* Check if the user is in the right group */
Note:
See TracChangeset
for help on using the changeset viewer.