mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
r8259: We want to oset the provided flags not zero
(This used to be commit 50d8ccacca707738f131e47c739dcfacde1311e6)
This commit is contained in:
parent
bb83629865
commit
3b03ccb2f7
@ -125,7 +125,7 @@ NTSTATUS make_user_info(TALLOC_CTX *mem_ctx,
|
||||
user_info->plaintext_password = blob;
|
||||
|
||||
user_info->encrypted = encrypted;
|
||||
user_info->flags = 0;
|
||||
user_info->flags = flags;
|
||||
|
||||
DEBUG(10,("made an %sencrypted user_info for %s (%s)\n", encrypted ? "":"un" , account_name, c_account_name));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user