svn commit: samba r17815 - in branches/SAMBA_3_0/source/passdb: .

jerry at samba.org jerry at samba.org
Thu Aug 24 22:10:42 GMT 2006


Author: jerry
Date: 2006-08-24 22:10:42 +0000 (Thu, 24 Aug 2006)
New Revision: 17815

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17815

Log:
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. :-)



Modified:
   branches/SAMBA_3_0/source/passdb/passdb.c


Changeset:
Modified: branches/SAMBA_3_0/source/passdb/passdb.c
===================================================================
--- branches/SAMBA_3_0/source/passdb/passdb.c	2006-08-24 22:08:02 UTC (rev 17814)
+++ branches/SAMBA_3_0/source/passdb/passdb.c	2006-08-24 22:10:42 UTC (rev 17815)
@@ -1025,7 +1025,6 @@
 	}
 
 	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);



More information about the samba-cvs mailing list