Displaying 1 result from an estimated 1 matches for "usrsid".
Did you mean:
usersid
2004 Jan 30
0
[PATCH] Group mapping primary group SID update
...*******/
@@ -287,6 +346,9 @@
}
d_printf("Successully added group %s to the mapping db\n", ntgroup);
+
+ update_users_primgroup_sid(gid, string_sid);
+
return 0;
}
@@ -303,6 +365,9 @@
int i;
gid_t gid;
+ gid_t old_gid;
+ fstring usrsid = "";
+
/* get the options */
for ( i=0; i<argc; i++ ) {
if ( !StrnCaseCmp(argv[i], "ntgroup", strlen("ntgroup")) ) {
@@ -398,6 +463,8 @@
if ( ntgroup[0] )
fstrcpy( map.nt_name, ntgroup );
+ /* Keep old...