Windows error 0x80420112, -2143157998

Detailed Error Information

EAP_E_USER_NAME_PASSWORD_REJECTED[1]

MessageAuthenticator rejected user credentials for authentication
Declared inEapHostError.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode66 (0x042)
NameFACILITY_EAP[3]
Error Code274 (0x0112)

Questions

3votes
2answers

EAP / MSCHAPv2 authentications fails (only) on Windows with custom authenticator

I have a project that involves custom client authentication for the StrongSwan IKEv2 server implementation on Linux. I am running: StrongSwan 5.4.0 with eap-radius plugin Currently, we use FreeRadius to speak EAP-MSCHAPv2 with various client platforms (Windows, Mac, Linux). Due to some limitations, we need to implement our own RADIUS [...] read more
windows
radius
ikev2
eap

Comments

Leave a comment

(plain text only)

Sources

  1. EapHostError.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  3. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0