summaryrefslogtreecommitdiff
path: root/source3/include/auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/auth.h')
-rw-r--r--source3/include/auth.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/include/auth.h b/source3/include/auth.h
index eb80e3c5b4..626b9f3ba0 100644
--- a/source3/include/auth.h
+++ b/source3/include/auth.h
@@ -75,9 +75,6 @@ typedef struct auth_usersupplied_info
typedef struct auth_serversupplied_info
{
BOOL guest;
-
- uid_t uid;
- gid_t gid;
/* This groups info is needed for when we become_user() for this uid */
int n_groups;