summaryrefslogtreecommitdiffstats
path: root/source/passdb/passdb.c
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-08-24 22:10:42 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:38:51 -0500
commit1a5b90f3c1aa5dcaa29a9d62288d9e4dbc596f96 (patch)
tree0c52d9627db9221319e912d16064220072123f45 /source/passdb/passdb.c
parent5018bb91e704407a97515cdf74cccb6d7c30f027 (diff)
downloadsamba-1a5b90f3c1aa5dcaa29a9d62288d9e4dbc596f96.tar.gz
samba-1a5b90f3c1aa5dcaa29a9d62288d9e4dbc596f96.tar.xz
samba-1a5b90f3c1aa5dcaa29a9d62288d9e4dbc596f96.zip
r17815: Revert Volker's change in 16014. I really do not believe
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. :-)
Diffstat (limited to 'source/passdb/passdb.c')
-rw-r--r--source/passdb/passdb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/passdb/passdb.c b/source/passdb/passdb.c
index cb1160bb251..55eb31ff849 100644
--- a/source/passdb/passdb.c
+++ b/source/passdb/passdb.c
@@ -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);