Ignore:
Timestamp:
Sep 24, 2009, 9:15:13 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 to 3.2.14 (final)

Location:
branches/samba-3.2.x/source/passdb
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/source/passdb/lookup_sid.c

    r272 r335  
    10861086        DATA_BLOB cache_value;
    10871087
    1088         if (!memcache_lookup(NULL, SID_UID_CACHE,
     1088        if (!memcache_lookup(NULL, SID_GID_CACHE,
    10891089                             data_blob_const(psid, ndr_size_dom_sid(psid, 0)),
    10901090                             &cache_value)) {
  • branches/samba-3.2.x/source/passdb/passdb.c

    r137 r335  
    676676                        }
    677677
    678                         result = samu_set_unix( sam_pass, pwd );
     678                        result = samu_alloc_rid_unix( sam_pass, pwd );
    679679
    680680                        DEBUGLEVEL = tmp_debug;
Note: See TracChangeset for help on using the changeset viewer.