diff --git a/reactos/dll/win32/netapi32/user.c b/reactos/dll/win32/netapi32/user.c index 3840b68a4b8..7213b864982 100644 --- a/reactos/dll/win32/netapi32/user.c +++ b/reactos/dll/win32/netapi32/user.c @@ -3644,7 +3644,7 @@ NetUserSetInfo(LPCWSTR servername, /* Open the Account Domain */ Status = OpenAccountDomain(ServerHandle, (servername != NULL) ? &ServerName : NULL, - DOMAIN_LIST_ACCOUNTS | DOMAIN_LOOKUP, + DOMAIN_LIST_ACCOUNTS | DOMAIN_LOOKUP | DOMAIN_READ_PASSWORD_PARAMETERS, &AccountDomainHandle); if (!NT_SUCCESS(Status)) {