7.0
Table Of Contents
- Deploying and Configuring Access Point
- Contents
- Deploying and Configuring Access Point
- Introduction to Access Point
- System Requirements and Deployment
- Configuring Access Point
- Collecting Logs from the Access Point Appliance
- Setting Up Smart Card Authentication
- Setting Up Two-Factor Authentication
- Index
n
nameIdSuffix - Specifies the nameId which enables View to provide TrueSSO experience. It is
empty by default.
The properties shown in the following example are the required properties to configure. You can also
change the defaults for the other properties.
{
"enabled": "true",
"name": "radius-auth",
"hostName": "10.10.10.10",
"hostName_2": "20.20.20.20",
"serverTimeout": "3",
"serverTimeout_2": "3",
"radiusDisplayHint": "",
"numIterations": "5",
"numAttempts": "5",
"numAttempts_2": "5",
"realmPrefix": "",
"realmPrefix_2": "",
"realmSuffix": "",
"realmSuffix_2": "",
"authPort": "1812",
"authPort_2": "1812",
"accountingPort": "0",
"accountingPort_2": "0",
"sharedSecret": "_PASSWORD_PLACEHOLDER_J94SP2QO45E6R8X2M_",
"sharedSecret_2": "_PASSWORD_PLACEHOLDER_J94SP2QO45E6R8X2M_",
"authType": "MSCHAP2",
"authType_2": "PAP"
}
Property Description
hostName
IP address of the RADIUS server. Use hostName_2 to specify a secondary
server.
serverTimeout
Number of seconds for the server timeout interval. Use serverTimeout_2
to configure the secondary server. (For all of the following properties, the
property names with "_2" are for configuring the secondary server, if you
use one.)
numAttempts
Number of attempts that are allowed for logging in. In this example, a user
is allowed 5 attempts to supply the correct RADIUS code.
realmPrefix
If you specify a realm prefix string, the string is placed at the beginning of
the user name when it is sent to the RADIUS server. For example, if the
user name entered is jdoe and the realm prefix DOMAIN-A\ is specified, the
username DOMAIN-A\jdoe is sent to the RADIUS server.
realmSuffix
If you specify a realm suffix, or postfix, string, the string is placed at the
end of the user name when it is sent to the RADIUS server. For example, if
the user name entered is jdoe and the realm suffix @mycorp.com is
specified, the username jdoe@mycorp.com is sent to the RADIUS server.
authPort
Authentication port number of the RADIUS server. The default is 1812.
Deploying and Configuring Access Point
64 VMware, Inc.