summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2017-03-01 11:23:28 +1300
committerAndrew Bartlett <abartlet@samba.org>2017-03-29 02:37:26 +0200
commitdc43000c0e15638cb4bc56ef8bbf6a50e681bb5a (patch)
treefd120d1be4d065db8ff018797a23633c8359cab5 /source3
parent8154acfd0d0bc00115a1aa65963f4f8c00fe4312 (diff)
downloadsamba-dc43000c0e15638cb4bc56ef8bbf6a50e681bb5a.tar.gz
s3-auth: Clarify the role and purpose of the auth_serversupplied_info->security_token
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Pair-Programmed-by: Gary Lockyer <gary@catalyst.net.nz> Signed-off-by: Gary Lockyer <gary@catalyst.net.nz>
Diffstat (limited to 'source3')
-rw-r--r--source3/include/auth.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/source3/include/auth.h b/source3/include/auth.h
index d35936b243c..406c2c5231e 100644
--- a/source3/include/auth.h
+++ b/source3/include/auth.h
@@ -34,7 +34,14 @@ struct auth_serversupplied_info {
struct security_unix_token utok;
- /* NT group information taken from the info3 structure */
+ /*
+ * NT group information taken from the info3 structure
+ *
+ * This is not normally filled in, during the typical
+ * authentication process. If filled in, it has already been
+ * finalised by a nasty hack to support a cached guest/system
+ * session_info
+ */
struct security_token *security_token;