summaryrefslogtreecommitdiff
path: root/source3/auth/check_samsec.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-06-01 21:08:38 +1000
committerAndrew Bartlett <abartlet@samba.org>2010-06-07 23:34:28 +1000
commitdeabae191b34bdd350c7fe6c0c9ad05defa8d08c (patch)
treef42612c8f6907738940447afdb659db3d57644ff /source3/auth/check_samsec.c
parente21935fc74e8bd64bbd231d6388ea424708c3acd (diff)
downloadsamba-deabae191b34bdd350c7fe6c0c9ad05defa8d08c.tar.gz
samba-deabae191b34bdd350c7fe6c0c9ad05defa8d08c.tar.bz2
samba-deabae191b34bdd350c7fe6c0c9ad05defa8d08c.zip
s3:auth Rename user_info->client_domain -> user_info->client.domain_name
This is closer to the structure I want for a common struct auth_usersupplied_info. Andrew Bartlett
Diffstat (limited to 'source3/auth/check_samsec.c')
-rw-r--r--source3/auth/check_samsec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/check_samsec.c b/source3/auth/check_samsec.c
index 04ec10f1e8..5228811422 100644
--- a/source3/auth/check_samsec.c
+++ b/source3/auth/check_samsec.c
@@ -100,7 +100,7 @@ static NTSTATUS sam_password_ok(TALLOC_CTX *mem_ctx,
&user_info->lm_resp, &user_info->nt_resp,
username,
user_info->client.account_name,
- user_info->client_domain,
+ user_info->client.domain_name,
lm_hash,
nt_hash,
user_sess_key, lm_sess_key);