r8432: Fix #2077 - login to trusted domain doesn't allow home drive map and login
[ira/wip.git] / source / include / auth.h
index 91751e718040e56aff1b98c7a23c57a7396d2a40..7282f4d38b272e88f18dd2dab79455bddaf1af83 100644 (file)
@@ -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? */