s3:pdb_ldap: fix bug 7507 - init_sam_from_ldap stores group in sid2uid cache
authorMichael Adam <obnox@samba.org>
Thu, 10 Jun 2010 09:56:15 +0000 (11:56 +0200)
committerKarolin Seeger <kseeger@samba.org>
Thu, 13 Jan 2011 16:58:49 +0000 (17:58 +0100)
(cherry picked from commit ba809ecb8ab217e4376bf75d2300e146b62b88eb)
(cherry picked from commit cc740fb5eb56a0875703753d4a116d2fe33ec186)
(cherry picked from commit b206d75ca5ba04a866a22dfca5b7441fb49078d8)

source3/passdb/pdb_ldap.c

index f95f91284b3e3bbdfd42af845d4c0b505cee5f7d..249a990d25715cd6dd6a17e8a0f1c21429d75cd9 100644 (file)
@@ -1106,7 +1106,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);
                }
        }