Defines | |
| #define | VPN_AUTH_MESSAGE (1<<0) |
| instructions from headend to be displayed to the user. | |
| #define | VPN_AUTH_USERNAME (1<<1) |
| Prompt: Username:. | |
| #define | VPN_AUTH_PASSWORD (1<<2) |
| Prompt: Password:. | |
| #define | VPN_AUTH_PASSCODE (1<<3) |
| Prompt: Passcode:. | |
| #define | VPN_AUTH_ANSWER (1<<4) |
| Prompt: Response:. | |
| #define | VPN_AUTH_NEXTPIN (1<<5) |
| Prompt: New PIN: & Confirm PIN:. | |
| #define | VPN_AUTH_NEXTPASSWORD (1<<6) |
| Prompt: New Password: & Confirm Password:. | |
| #define | VPN_AUTH_DOMAIN (1<<7) |
| Prompt: Domain:. | |
| #define | VPN_AUTH_PIN (1<<8) |
| Prompt: PIN:. | |
| #define | VPN_AUTH_TOKENCODE (1<<9) |
| Prompt: Next Cardcode:. | |
| #define | VPN_AUTH_MASK |
|
|
Prompt: Response:.
|
|
|
Prompt: Domain:.
|
|
|
Value: (VPN_AUTH_MESSAGE | VPN_AUTH_USERNAME | \ VPN_AUTH_PASSWORD | VPN_AUTH_PASSCODE | \ VPN_AUTH_ANSWER | VPN_AUTH_NEXTPIN | \ VPN_AUTH_NEXT_PASSWORD | VPN_AUTH_DOMAIN \ \ VPN_AUTH_PIN | VPN_AUTH_TOKENCODE) |
|
|
instructions from headend to be displayed to the user.
|
|
|
Prompt: New Password: & Confirm Password:.
|
|
|
Prompt: New PIN: & Confirm PIN:.
|
|
|
Prompt: Passcode:.
|
|
|
Prompt: Password:.
|
|
|
Prompt: PIN:.
|
|
|
Prompt: Next Cardcode:.
|
|
|
Prompt: Username:.
|
1.4.4