search for: net_groupmap_add

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

2004 Jan 30
0
[PATCH] Group mapping primary group SID update
Hi all ! This is a patch for Group mapping bug #1 reported here : http://lists.samba.org/archive/samba-technical/2004-January/034057.html It activates users' primary group SID update when adding/modifying/deleting a group mapping. It patches utils/net_groupmap.c (net_groupmap_add, net_groupmap_modify, net_groupmap_delete) and can be applied to samba-3.0.2rc1. net_groupmap_add : Scan users having the *new* Unix gid mapped as primary group and update their primaryGroupSid info in passdb. net_groupmap_modify : Scan users having the *old* Unix gid mapped as primary group and...