mirror of
https://github.com/reactos/reactos.git
synced 2025-05-29 14:08:22 +00:00
[MSV1_0] LsaApCallPackage: The messages MsV1_0EnumerateUsers, MsV1_0GetUserInfo and MsV1_0ReLogonUsers are obsolete.
This commit is contained in:
parent
665871527b
commit
12aba91abb
1 changed files with 4 additions and 1 deletions
|
@ -940,10 +940,13 @@ LsaApCallPackage(IN PLSA_CLIENT_REQUEST ClientRequest,
|
|||
{
|
||||
case MsV1_0Lm20ChallengeRequest:
|
||||
case MsV1_0Lm20GetChallengeResponse:
|
||||
Status = STATUS_NOT_IMPLEMENTED;
|
||||
break;
|
||||
|
||||
case MsV1_0EnumerateUsers:
|
||||
case MsV1_0GetUserInfo:
|
||||
case MsV1_0ReLogonUsers:
|
||||
Status = STATUS_NOT_IMPLEMENTED;
|
||||
Status = STATUS_INVALID_PARAMETER;
|
||||
break;
|
||||
|
||||
case MsV1_0ChangePassword:
|
||||
|
|
Loading…
Reference in a new issue