mirror of
https://github.com/samba-team/samba.git
synced 2025-03-27 22:50:26 +03:00
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>
This commit is contained in:
parent
8154acfd0d
commit
dc43000c0e
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user