To configure DA server and DA agent for LDAP authentication, modify the csi.xml file.
$SYBASE/DA_15-5/server/instance/security/csi.xml
$SYBASE/DA_15-5/agent/instance/security/csi.xml
<?xml version="1.0" encoding="UTF-8"?>
<configuration xmlns:config="http://www.sybase.com/csi/2.5/config"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<authenticationProvider
name="com.sybase.security.ldap.LDAPLoginModule">
<options name="ServerType" value="sunone5" />
<options name="ProviderURL" value="ldap://ldap.myserver.com:389" />
<options name="DefaultSearchBase" value="dc=sybase,dc=com" />
<options name="AuthenticationScope" value="subtree"
</authenticationProvider>
</configuration>
| Option | Description |
|---|---|
| ServerType | (optional) Specify the type of LDAP server you are
connecting to. This value establishes default values for some common
configuration properties. Valid values:
|
| ProviderURL | Specify the URL used to connect to the LDAP server. Default is ldap://localhost:389 . This default value works if the LDAP server is located on the same machine as your CSI-enabled product and the LDAP server is installed on the default port (389). |
| DefaultSearchBase | Specify the LDAP search base that is used if no other search base
is specified for authentication, role, attribution, and self registration:
|
| AuthenticationScope | Define the credentials for different authentication
scopes. Default: onelevel Valid values:
|