[MSV1_0] LsaApCallPackage: The messages MsV1_0EnumerateUsers, MsV1_0GetUserInfo and MsV1_0ReLogonUsers are obsolete.

This commit is contained in:
Eric Kohl 2019-07-28 14:57:46 +02:00
parent 665871527b
commit 12aba91abb

View file

@ -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: