summaryrefslogtreecommitdiff
path: root/source4/auth/auth.h
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/auth/auth.h
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/auth/auth.h')
-rw-r--r--source4/auth/auth.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/source4/auth/auth.h b/source4/auth/auth.h
index 22738ffc2c..bf6e1b77e1 100644
--- a/source4/auth/auth.h
+++ b/source4/auth/auth.h
@@ -66,10 +66,6 @@ typedef struct auth_serversupplied_info
{
BOOL guest;
- /* This groups info is needed for when we become_user() for this uid */
- int n_groups;
- gid_t *groups;
-
/* NT group information taken from the info3 structure */
NT_USER_TOKEN *ptok;
@@ -77,11 +73,6 @@ typedef struct auth_serversupplied_info
DATA_BLOB user_session_key;
DATA_BLOB lm_session_key;
- uint32 sam_fill_level; /* How far is this structure filled? */
-
- SAM_ACCOUNT *sam_account;
-
- void *pam_handle;
} auth_serversupplied_info;
struct auth_context {