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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/auth.h b/source3/include/auth.h
index 91751e7180..7282f4d38b 100644
--- a/source3/include/auth.h
+++ b/source3/include/auth.h
@@ -69,6 +69,8 @@ typedef struct auth_serversupplied_info
DATA_BLOB user_session_key;
DATA_BLOB lm_session_key;
+
+ char *login_server; /* which server authorized the login? */
uint32 sam_fill_level; /* How far is this structure filled? */