From a6e07c22a385ccf09d8e13d71c46387b2144ee44 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 1 Jun 2010 11:23:50 +1000 Subject: s3:auth Rename wksta_name -> workstation_name in auth_usersupplied_info --- source3/auth/auth.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/auth/auth.c') 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")); -- cgit