summaryrefslogtreecommitdiff
path: root/source3/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
commitf8f1ed21dbc64baf495166d0b86d66bd2e3b17c8 (patch)
tree0bf1c1a33d25b95be4075d72c24aea6bfac2bf37 /source3/passdb/passdb.c
parent6287ce43f6ca6f8c126184d324dad1f2fcc0707b (diff)
downloadsamba-f8f1ed21dbc64baf495166d0b86d66bd2e3b17c8.tar.gz
samba-f8f1ed21dbc64baf495166d0b86d66bd2e3b17c8.tar.bz2
samba-f8f1ed21dbc64baf495166d0b86d66bd2e3b17c8.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. :-) (This used to be commit 1a5b90f3c1aa5dcaa29a9d62288d9e4dbc596f96)
Diffstat (limited to 'source3/passdb/passdb.c')
-rw-r--r--source3/passdb/passdb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/passdb/passdb.c b/source3/passdb/passdb.c
index cb1160bb25..55eb31ff84 100644
--- a/source3/passdb/passdb.c
+++ b/source3/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);