diff options
Diffstat (limited to 'source4/auth/auth.h')
-rw-r--r-- | source4/auth/auth.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/auth/auth.h b/source4/auth/auth.h index 386c2f8cd0..c20b8dbf6f 100644 --- a/source4/auth/auth.h +++ b/source4/auth/auth.h @@ -103,6 +103,9 @@ struct auth_session_info struct auth_serversupplied_info *server_info; DATA_BLOB session_key; + + /* needed to key the schannel credentials */ + const char *workstation; }; struct auth_context { |