summaryrefslogtreecommitdiff
path: root/source3/include/auth.h
diff options
context:
space:
mode:
authorJim McDonough <jmcd@samba.org>2005-07-13 20:04:26 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:00:05 -0500
commite7c48884a5c7e1f88ce2decf7d12db338ff8995e (patch)
tree8deeb4bc9738a205aedf0f3d45c180727ae6cf00 /source3/include/auth.h
parent07e58e05424e224592e70c01ae93b1716fd1a7a6 (diff)
downloadsamba-e7c48884a5c7e1f88ce2decf7d12db338ff8995e.tar.gz
samba-e7c48884a5c7e1f88ce2decf7d12db338ff8995e.tar.bz2
samba-e7c48884a5c7e1f88ce2decf7d12db338ff8995e.zip
r8432: Fix #2077 - login to trusted domain doesn't allow home drive map and login
scripts to be executed. We were filling in our name as the server which processed the login, even when it was done by a trusted DC. Thanks to John Janosik <jpjanosi@us.ibm.com> for the fix. (This used to be commit 0446319a3b8096df385978449ffaa231bc5cfd0c)
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? */