Example: BPS Security Configuration

BPS is not configured--eventhough it is the native security provider for Service Container. Therefore, you must set the appropriate combination of properties in the <installation directory>\EAServer\Repository\CSI\conf\default.xml file.

Example configuration

The following example shows how to name BPS as your authentication provider and set the authorizer for it.

<config:configuration xmlns:config="http://www.sybase.com/csi/2.5/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
   <!--	
   <config:authenticationProvider name="com.sybase.security.core.CertificateValidationLoginModule" controlFlag="optional" />
   -->
   <config:authenticationProvider name="com.sybase.security.bps.BPSLoginModule">
      <options name="dataStoreFile" value="/work/kwest/drop12/CSI/bps.xml" />
	     <options name="enableCertificateAuthentication" value="false" />
   </config:authenticationProvider>
   <!-- configure authorizers -->
   <provider name="com.sybase.security.core.RoleCheckAuthorizer" type="authorizer" />
</config:configuration>
Related reference
BPS 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.