PPP¶
Summary¶
PPP¶
PPP
PPP Settings
| Type | Default | Required | Regex | iOS | macOS | Supervised |
|---|---|---|---|---|---|---|
| dictionary | {} | N/A | N/A | N/A | N/A | N/A |
| Name | Type | Title | Description | Required |
|---|---|---|---|---|
| AuthName | string | Account Username | The VPN account username | n/a |
| AuthPassword | string | Account Password | The VPN user password | n/a |
| TokenCard | boolean | Use Token Card | Use a token card such as an RSA SecurID card for connecting | n/a |
| CommRemoteAddress | string | Remote Address | IP address or hostname of VPN server | n/a |
| AuthEAPPlugins | array | EAP Plugins | Only present if RSA SecurID is being used, in which case it has one string entry: EAP-RSA | n/a |
| AuthProtocol | array | Protocol | Only present if RSA SecurID is being used, in which case it has one string entry: EAP | n/a |
| CCPMPPE40Enabled | integer | Enable CCPMPPE40 | Enables encryption on the connection. If this key and CCPEnabled are true, represents maximum encryption level | n/a |
| CCPMPPE128Enabled | integer | Enable CCPMPPE128 | Enables encryption on the connection. If this key and CCPEnabled are true, represents automatic encryption level | n/a |
| CCPEnabled | integer | Enable CCP | Enables encryption on the connection. If this key and CCPMPPE40Enabled are true, represents automatic encryption level; if this key and CCPMPPE128Enabled are true, represents maximum encryption level. If no encryption is used, then none of the CCP keys are true. | n/a |
Keys¶
AuthName¶
Account Username
The VPN account username
| Type | Default | Required | Regex | iOS | macOS | Supervised |
|---|---|---|---|---|---|---|
| string | N/A | N/A | N/A | N/A | N/A | N/A |
AuthPassword¶
Account Password
The VPN user password
| Type | Default | Required | Regex | iOS | macOS | Supervised |
|---|---|---|---|---|---|---|
| string | N/A | N/A | N/A | N/A | N/A | N/A |
TokenCard¶
Use Token Card
Use a token card such as an RSA SecurID card for connecting
| Type | Default | Required | Regex | iOS | macOS | Supervised |
|---|---|---|---|---|---|---|
| boolean | N/A | N/A | N/A | N/A | N/A | N/A |
CommRemoteAddress¶
Remote Address
IP address or hostname of VPN server
| Type | Default | Required | Regex | iOS | macOS | Supervised |
|---|---|---|---|---|---|---|
| string | N/A | N/A | N/A | N/A | N/A | N/A |
AuthEAPPlugins¶
EAP Plugins
Only present if RSA SecurID is being used, in which case it has one string entry: EAP-RSA
| Type | Default | Required | Regex | iOS | macOS | Supervised |
|---|---|---|---|---|---|---|
| array | N/A | N/A | N/A | N/A | N/A | N/A |
AuthProtocol¶
Protocol
Only present if RSA SecurID is being used, in which case it has one string entry: EAP
| Type | Default | Required | Regex | iOS | macOS | Supervised |
|---|---|---|---|---|---|---|
| array | N/A | N/A | N/A | N/A | N/A | N/A |