From ba809ecb8ab217e4376bf75d2300e146b62b88eb Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 10 Jun 2010 11:56:15 +0200 Subject: [PATCH] s3:pdb_ldap: fix bug 7505 - init_sam_from_ldap stores group in sid2uid cache --- source3/passdb/pdb_ldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/passdb/pdb_ldap.c b/source3/passdb/pdb_ldap.c index 9e85ca67edf..b81d1e6b927 100644 --- a/source3/passdb/pdb_ldap.c +++ b/source3/passdb/pdb_ldap.c @@ -1107,7 +1107,7 @@ static bool init_sam_from_ldap(struct ldapsam_privates *ldap_state, if (primary_gsid && sid_equal(primary_gsid, &mapped_gsid)) { store_gid_sid_cache(primary_gsid, sampass->unix_pw->pw_gid); - idmap_cache_set_sid2uid(primary_gsid, + idmap_cache_set_sid2gid(primary_gsid, sampass->unix_pw->pw_gid); } } -- 2.34.1