RAS Authentication Test (Windows Embedded CE 6.0)
1/6/2010
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
- Prerequisites for the RAS Authentication Test
Provides a list of hardware and software for the test.
- Test Cases for the RAS Authentication Test
Provides a list of test cases that are within the overall test, and a description for each test.
- Command Line Parameters for the RAS Authentication Test
Specifies the command line parameters for this test.
- Troubleshooting the RAS Authentication Test
Provides troubleshooting information for this test