summaryrefslogtreecommitdiff
path: root/source3/auth/auth.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-06-01 11:23:50 +1000
committerAndrew Bartlett <abartlet@samba.org>2010-06-01 17:11:25 +1000
commita6e07c22a385ccf09d8e13d71c46387b2144ee44 (patch)
tree4643b7c753182ea9dc89ecee76ef859e0d8b74a4 /source3/auth/auth.c
parentfdc6db34caf4c30fd5bf439fcd3a5453fd26a590 (diff)
downloadsamba-a6e07c22a385ccf09d8e13d71c46387b2144ee44.tar.gz
samba-a6e07c22a385ccf09d8e13d71c46387b2144ee44.tar.bz2
samba-a6e07c22a385ccf09d8e13d71c46387b2144ee44.zip
s3:auth Rename wksta_name -> workstation_name in auth_usersupplied_info
Diffstat (limited to 'source3/auth/auth.c')
-rw-r--r--source3/auth/auth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/auth/auth.c b/source3/auth/auth.c
index b4995ce19b..4fabbdddef 100644
--- a/source3/auth/auth.c
+++ b/source3/auth/auth.c
@@ -214,10 +214,10 @@ static NTSTATUS check_ntlm_password(const struct auth_context *auth_context,
return NT_STATUS_LOGON_FAILURE;
DEBUG(3, ("check_ntlm_password: Checking password for unmapped user [%s]\\[%s]@[%s] with the new password interface\n",
- user_info->client_domain, user_info->smb_name, user_info->wksta_name));
+ user_info->client_domain, user_info->smb_name, user_info->workstation_name));
DEBUG(3, ("check_ntlm_password: mapped user is: [%s]\\[%s]@[%s]\n",
- user_info->domain, user_info->internal_username, user_info->wksta_name));
+ user_info->domain, user_info->internal_username, user_info->workstation_name));
if (auth_context->challenge.length != 8) {
DEBUG(0, ("check_ntlm_password: Invalid challenge stored for this auth context - cannot continue\n"));