mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
r8701: Fix up auth_developer for recent changes.
Andrew Bartlett
(This used to be commit 1bc5a11907
)
This commit is contained in:
parent
b16362fab6
commit
cd882fc78d
@ -48,7 +48,7 @@ static NTSTATUS name_to_ntstatus_check_password(struct auth_method_context *ctx,
|
||||
struct auth_serversupplied_info *server_info;
|
||||
fstring user;
|
||||
uint32_t error_num;
|
||||
fstrcpy(user, user_info->account_name);
|
||||
fstrcpy(user, user_info->client.account_name);
|
||||
|
||||
if (strncasecmp("NT_STATUS", user, strlen("NT_STATUS")) == 0) {
|
||||
nt_status = nt_status_string_to_code(user);
|
||||
|
Loading…
Reference in New Issue
Block a user