summaryrefslogtreecommitdiff
path: root/source4/include
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2004-05-09 13:42:02 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:51:51 -0500
commitc041077856badf5fa3f52e47267a24e6f5a11e3d (patch)
tree5972f0399bcf374e736ff46270eb9ee8357d1c3d /source4/include
parent5ae9bd7535140e65b6c4e0b73f7a9504db3d0e47 (diff)
downloadsamba-c041077856badf5fa3f52e47267a24e6f5a11e3d.tar.gz
samba-c041077856badf5fa3f52e47267a24e6f5a11e3d.tar.bz2
samba-c041077856badf5fa3f52e47267a24e6f5a11e3d.zip
r614: Clean out the POSIX assumptions from the Samba4 auth subsystem.
This removes the code that tried to lookup posix groups, as well as the code that was tied to the SAM_ACCOUNT. This should make auth_ldb much easier to write :-) Andrew Bartlett (This used to be commit e096ee2112adecaa69b6b3eb155a4e8f80dfc0f7)
Diffstat (limited to 'source4/include')
-rw-r--r--source4/include/smb.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/source4/include/smb.h b/source4/include/smb.h
index 6982a0dae0..7988a500fa 100644
--- a/source4/include/smb.h
+++ b/source4/include/smb.h
@@ -1079,21 +1079,9 @@ 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;
- char *homedir;
- char *unix_homedir;
- char *logon_script;
-
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;
-
NT_USER_TOKEN *nt_user_token;
DATA_BLOB session_key;