Share via


RAS Authentication Test

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

The RAS Authentication Test exercises authentication protocols and RAS flags supported by Windows Embedded CE. This is done by combining the six authentication types with the twelve RASEO_* flags. The six authentication types are as follows:

  • PAP
  • MSCHAP
  • MSCHAPv2
  • MD5CHAP
  • EAP
  • NODCC

The RASEO_* flags are as follows:

  • RASEO_ProhibitPAP
  • RASEO_ProhibitMsCHAP2
  • RASEO_ProhibitMsCHAP
  • RASEO_ProhibitCHAP
  • RASEO_ProhibitEAP
  • RASEO_RequireEncryptedPw
  • RASEO_RequireMsEncryptedPw
  • RASEO_RequireDataEncryption
  • RASEO_RequireEncryptedPw | RASEO_RequireMsEncryptedPw
  • RASEO_RequireMsEncryptedPw | RASEO_RequireDataEncryption
  • RASEO_RequireEncryptedPw | RASEO_RequireMsEncryptedPw | RASEO_RequireDataEncryption
  • <no flag>

This combination of 72 test cases (12 flags x 6 authentication types) is repeated for the following three RAS connection types:

  • PPTP
  • L2TP (using a preshared key)
  • DCC (serial cable)

Note

No authentication is done over DCC. Instead, regardless of the combinations of RAS flags and authentication types, the test cases for DCC check for successful connection to the RAS server.

In This Section

See Also

Other Resources

Modem Tests