Ignore:
Timestamp:
May 24, 2009, 7:45:16 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3 branch to 3.3.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/include/smb.h

    r221 r222  
    597597         */
    598598        struct auth_serversupplied_info *server_info;
     599
     600        /*
     601         * If the "force group" parameter is set, this is the primary gid that
     602         * may be used in the users token, depending on the vuid using this tid.
     603         */
     604        gid_t force_group_gid;
    599605
    600606        char client_address[INET6_ADDRSTRLEN]; /* String version of client IP address. */
Note: See TracChangeset for help on using the changeset viewer.