search for: inheritnewgid

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

2000 May 22
1
Inherit Permissions addition
...part -------------- --- uid.c.original Thu May 11 04:57:19 2000 +++ uid.c Sat May 13 12:17:30 2000 @@ -160,9 +160,11 @@ { user_struct *vuser = get_valid_user_struct(vuid); int snum; - gid_t gid; + gid_t gid; uid_t uid; char group_c; + int inheritnewgid; + gid_t inheritedgid; if (!conn) { DEBUG(2,("Connection not open\n")); @@ -170,6 +172,43 @@ } /* + * See if we are inheriting permissions for this service. + * Inheriting permissions requires group synchronization. + *...