Example: RADIUS Security Configuration

By setting the appropriate combination of options in the <installation directory>\EAServer\Repository\CSI\conf\default.xml file, you can implement RADIUS-based authentication.

Example configuration

The following example enables RADIUS authentication for your service.

<config:authenticationProvider	name="com.sybase.security.radius.RadiusLoginModule">
				<options name="AuthenticationMethod" value="PAP" />
				<options name="SharedSecret"         value="testing1234" />
    <options name="RadiusServerHostName" value="MyxpHost" />
    	<options name="RadiusServerAuthPort" value="1812" />
</config:authenticationProvider>			
Related reference
RADIUS Configuration Properties

Send your feedback on this help topic to Sybase Technical Publications: pubs@sybase.com

Your comments will be sent to the technical publications staff at Sybase, Inc. For product-related issues or technical support, contact Sybase Technical Support at 1-800-8SYBASE.