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, 10 Jun 2010 10:54:54 +0000 (12:54 +0200)
(cherry picked from commit ba809ecb8ab217e4376bf75d2300e146b62b88eb)

source3/passdb/pdb_ldap.c

index ab041feba0f6bc15319c36bb1ce5d390d7c52aef..aa60b7a6647898e1e15a0d1ecbfa932ac21f2233 100644 (file)
@@ -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);
                }
        }