summaryrefslogtreecommitdiff
path: root/source3/include/auth.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-07-18 10:20:25 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-07-20 09:17:12 +1000
commitfc19c699a9705c18a09a9645be0152a2943c0be0 (patch)
tree706a1d1e0c673dc1ad6ff9c3af7ca0cfacc19aac /source3/include/auth.h
parent894fc14a2ebfdf5c9b91f4c3fc2f1fa69300b1bb (diff)
downloadsamba-fc19c699a9705c18a09a9645be0152a2943c0be0.tar.gz
samba-fc19c699a9705c18a09a9645be0152a2943c0be0.tar.bz2
samba-fc19c699a9705c18a09a9645be0152a2943c0be0.zip
s3-auth remove extra from auth3_session_info
Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'source3/include/auth.h')
-rw-r--r--source3/include/auth.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/include/auth.h b/source3/include/auth.h
index dc6d344cb9..da3a443a16 100644
--- a/source3/include/auth.h
+++ b/source3/include/auth.h
@@ -96,13 +96,6 @@ struct auth3_session_info {
struct netr_SamInfo3 *info3;
- /* this structure is filled *only* in pathological cases where the user
- * sid or the primary group sid are not sids of the domain. Normally
- * this happens only for unix accounts that have unix domain sids.
- * This is checked only when info3.rid and/or info3.primary_gid are set
- * to the special invalid value of 0xFFFFFFFF */
- struct extra_auth_info extra;
-
struct auth_user_info_unix *unix_info;
};