search for: updatesid

Displaying 1 result from an estimated 1 matches for "updatesid".

Did you mean: updatesd
2004 Jan 30
0
[PATCH] Group mapping primary group SID update
...e way : pdb_tdb.c invalidates the iterator during a sam update (while pdb_ldap doesn't), so the main loop crashes after the first pdb_update_sam_account while trying to use pdb_getsampwent. The patch may be easy to fix and can be a good start for an final bugfix. --------------------- Start of updatesid.patch --------------------- --- utils/net_groupmap.c.orig 2003-09-24 19:16:13.000000000 +0200 +++ utils/net_groupmap.c 2004-01-29 13:38:06.000000000 +0100 @@ -80,6 +80,65 @@ return True; } +/****************************************************** + Update primary group SID in pass...