summaryrefslogtreecommitdiff
path: root/source3/include/smb.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2009-03-04 14:10:41 +1100
committerAndrew Bartlett <abartlet@samba.org>2009-03-04 14:10:41 +1100
commit8ee0cc24b8302097bccae7891cb6f9c0547a1815 (patch)
tree3fb0605641da1230b34912ac725ff2f09f51af8f /source3/include/smb.h
parent52542e1affbaad3a29d913ced06f6c5ae0d7b4ad (diff)
parentef89c4bc0db2e9ba48f4dac1fd381e4cc6c8ca7d (diff)
downloadsamba-8ee0cc24b8302097bccae7891cb6f9c0547a1815.tar.gz
samba-8ee0cc24b8302097bccae7891cb6f9c0547a1815.tar.bz2
samba-8ee0cc24b8302097bccae7891cb6f9c0547a1815.zip
Merge branch 'master' of ssh://git.samba.org/data/git/samba into abartlet-devel
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r--source3/include/smb.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index 59c3c32346..a0140fe081 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -573,6 +573,12 @@ typedef struct connection_struct {
*/
struct auth_serversupplied_info *server_info;
+ /*
+ * If the "force group" parameter is set, this is the primary gid that
+ * may be used in the users token, depending on the vuid using this tid.
+ */
+ gid_t force_group_gid;
+
char client_address[INET6_ADDRSTRLEN]; /* String version of client IP address. */
uint16 vuid; /* vuid of user who *opened* this connection, or UID_FIELD_INVALID */