For Unwired Server security, you configure properties from the corresponding tab for Security Configuration in Sybase Control Center. However, you can manually configure a RADIUS provider , by creating a provider defintion and adding the property name and value to the <UnwiredServer-install-directory>\tomcat\conf\CSI\default.xml file.
Because RADIUS is an authentication provider, it supports the following authentication-related configuration properties:
| Property | Default Value | Description |
|---|---|---|
| Authentication Method | PAP | The authentication method to use. Valid values are PAP and CHAP. |
| Shared Secret | none | The secret shared between the RADIUS server and the host where the login module is executed. |
| Radius Server Host Name | none | The name of the host for the RADIUS server. |
| Radius Server Authentication Port | 1812 | The authentication port for the RADIUS server. |
| Case Sensitive Matching | false | Specifies whether or not case sensitive matching should be used when matching RADIUS server error messages and the regular expressions you configure. |
| Max Challenges | 3 | Specifies the maximum number of times the RADIUS server prompts the user for additional information. |
| useFirstPass | false | If set to true, the login module only attempts to retrieve the user name and password from the shared context. It never calls the callback handler. |
| tryFirstPass | false | If set to true, the login module first attempts to retrieve the user name and password from the shared context before attempting the callback handler. |
| clearPass | false | If set to true, the login module clears the user name and password in the shared context when calling either commit or abort. |
| storePass | false | If set to true, the login module stores the user name and password in the shared context after successfully authenticating. |