r17815: Revert Volker's change in 16014. I really do not believe
authorGerald Carter <jerry@samba.org>
Thu, 24 Aug 2006 22:10:42 +0000 (22:10 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:38:51 +0000 (11:38 -0500)
the this should be necessary.  If there is still a bug,
I believe that setting thr group RID from the passdb is
masking it.  Not fixing it.  It is very likely that
the change was necessary before but is no longer
with the recent changes.  But I'm not taking the chance
of merging it to 3.0.23c. :-)

source/passdb/passdb.c

index cb1160bb2511019ff3c8c12bb895e9c389f887b7..55eb31ff84958ac122a56a74bd1973278edf16fe 100644 (file)
@@ -1025,7 +1025,6 @@ BOOL init_sam_from_buffer_v3(struct samu *sampass, uint8 *buf, uint32 buflen)
        }
 
        pdb_set_user_sid_from_rid(sampass, user_rid, PDB_SET);
-       pdb_set_group_sid_from_rid(sampass, group_rid, PDB_SET);
        pdb_set_hours_len(sampass, hours_len, PDB_SET);
        pdb_set_bad_password_count(sampass, bad_password_count, PDB_SET);
        pdb_set_logon_count(sampass, logon_count, PDB_SET);