From 53a623d8a69b5dd7fbd964013032878e09032375 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 8 May 2008 15:53:55 +0200 Subject: Remove the unix token info from connection_struct (This used to be commit 2834dacc8d49f77fe55fb5d7e3eb2dda431d1d3d) --- source3/include/smb.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'source3/include/smb.h') diff --git a/source3/include/smb.h b/source3/include/smb.h index e1f17a178a..5248fd2725 100644 --- a/source3/include/smb.h +++ b/source3/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; -- cgit