s3:passdb: fix bug #6509: use gid (not uid) cache in fetch_gid_from_cache().
authorMichael Adam <obnox@samba.org>
Fri, 26 Jun 2009 12:09:10 +0000 (14:09 +0200)
committerKarolin Seeger <kseeger@samba.org>
Tue, 11 Aug 2009 13:43:48 +0000 (15:43 +0200)
commit7aea93c3d1060f277aab87e85fb3066b4f666109
tree23904e83f3e4548b69f9953b9fd61e4958ab6e91
parentc34798994b8660586ff6447ba66b79a20580591c
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 12277e145f4dcc589e84e4a90b2497728d2317b6)
source/passdb/lookup_sid.c