mirror of
https://github.com/samba-team/samba.git
synced 2025-02-23 09:57:40 +03:00
s4-auth Fix setting of bad_password_count in auth_convert_user_info_dc_sambaseinfo()
Discovered during the convertion to auth_user_info. Andrew Bartlett
This commit is contained in:
parent
ce461a7857
commit
7e76367e59
@ -74,7 +74,7 @@ NTSTATUS auth_convert_user_info_dc_sambaseinfo(TALLOC_CTX *mem_ctx,
|
||||
sam->home_drive.string = info->home_drive;
|
||||
|
||||
sam->logon_count = info->logon_count;
|
||||
sam->bad_password_count = sam->bad_password_count;
|
||||
sam->bad_password_count = info->bad_password_count;
|
||||
sam->groups.count = 0;
|
||||
sam->groups.rids = NULL;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user