summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-04-29 13:43:10 +0200
committerVolker Lendecke <vl@samba.org>2008-05-05 18:28:58 +0200
commitc6d209f8342d56adc52a6c8ab99a4a2e17d409b2 (patch)
tree33d2d3d0f011a990700c093f02268f4247cef418 /source3/include
parentbb3755968f5e953340edfb0b71997dddc11badb9 (diff)
downloadsamba-c6d209f8342d56adc52a6c8ab99a4a2e17d409b2.tar.gz
samba-c6d209f8342d56adc52a6c8ab99a4a2e17d409b2.tar.bz2
samba-c6d209f8342d56adc52a6c8ab99a4a2e17d409b2.zip
Remove the unix token info from "struct user_struct"
(This used to be commit aa2299d42adf4d27e707ac755e07be70d0af1bb4)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/smb.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index bad5857520..c3f8fbddce 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -1777,18 +1777,11 @@ struct pending_auth_data {
typedef struct user_struct {
struct user_struct *next, *prev;
uint16 vuid; /* Tag for this entry. */
- uid_t uid; /* uid of a validated user */
- gid_t gid; /* gid of a validated user */
userdom_struct user;
bool guest;
- /* following groups stuff added by ih */
- /* This groups info is needed for when we become_user() for this uid */
- int n_groups;
- gid_t *groups;
-
DATA_BLOB session_key;
char *session_keystr; /* used by utmp and pam session code.