summaryrefslogtreecommitdiffstats
path: root/source/include/smb.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-05-08 15:53:55 +0200
committerVolker Lendecke <vl@samba.org>2008-05-10 11:17:01 +0200
commit2834dacc8d49f77fe55fb5d7e3eb2dda431d1d3d (patch)
treed754bf76b287ed1556f2248752c479f4c788498f /source/include/smb.h
parenta3738aef59e97d4533010b048534d937d36c0950 (diff)
downloadsamba-2834dacc8d49f77fe55fb5d7e3eb2dda431d1d3d.tar.gz
samba-2834dacc8d49f77fe55fb5d7e3eb2dda431d1d3d.tar.xz
samba-2834dacc8d49f77fe55fb5d7e3eb2dda431d1d3d.zip
Remove the unix token info from connection_struct
Diffstat (limited to 'source/include/smb.h')
-rw-r--r--source/include/smb.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/source/include/smb.h b/source/include/smb.h
index e1f17a178a7..5248fd2725b 100644
--- a/source/include/smb.h
+++ b/source/include/smb.h
@@ -627,18 +627,10 @@ typedef struct connection_struct {
struct auth_serversupplied_info *server_info;
char *user; /* name of user who *opened* this connection */
- uid_t uid; /* uid of user who *opened* this connection */
- gid_t gid; /* gid of user who *opened* this connection */
char client_address[INET6_ADDRSTRLEN]; /* String version of client IP address. */
uint16 vuid; /* vuid of user who *opened* this connection, or UID_FIELD_INVALID */
- /* following groups stuff added by ih */
-
- /* This groups info is valid for the user that *opened* the connection */
- size_t ngroups;
- gid_t *groups;
-
time_t lastused;
time_t lastused_count;
bool used;