s3:passdb: fix bug #6509: use gid (not uid) cache in fetch_gid_from_cache().
commit410fa8258169bc9b4a61164cd893746d3e6abfae
authorMichael Adam <obnox@samba.org>
Fri, 26 Jun 2009 12:09:10 +0000 (26 14:09 +0200)
committerKarolin Seeger <kseeger@samba.org>
Sat, 27 Jun 2009 07:53:11 +0000 (27 09:53 +0200)
tree33bc76f3ddea52b31922ccb691c37301671c3efb
parent35c8019db31ccb673498b32134944d8acac6ffa9
s3:passdb: fix bug #6509: use gid (not uid) cache in fetch_gid_from_cache().

With the previous code, the cache can never have been hit at all.

Michael
(cherry picked from commit a4bc5bfa95be242fe1c8e0cd520a8f1e3d2a67f5)
source3/passdb/lookup_sid.c