Configuring an LDAP Provider for Sybase Control Center

Configure an LDAP Provider for Sybase Control Center (Deployment Edition) by editing the security properties file to point to the correct LDAP server.

  1. Open the <UAF-install-dir>\conf\csi.properties file.
  2. Add the production server to this section. Replace <com.mySybProductPkg> with the package prefix that is appropriate for you Sybase product. For example:
    CSI.loginModule.7.options.AuthenticationSearchBase=UO=users,dc=example,dc=com
    
    CSI.loginModule.7.options.BindDN=cn=Directory Manager 
    CSI.loginModule.7.options.BindPassword=secret 
    CSI.loginModule.7.options.DefaultSearchBase=dc=example,dc=com
    
    CSI.loginModule.7.options.ProviderURL=ldap://localhost:10389 
    CSI.loginModule.7.options.RoleSearchBase=ou=groups,dc=example,dc=com
    
    CSI.loginModule.7.options.ServerType=openldap 
    CSI.loginModule.7.options.moduleName=LDAP Login Module 
    CSI.loginModule.7.provider=<com.mySybProductPkg>.LDAPLoginModule
    

  3. To allow anonymous logins, include the Anonymous Login Module in the <UAF-install-dir>\conf\csi.properties file:
    # Anonymous Login Module
    CSI.loginModule.0.provider=com.sybase.ua.services.security.anonymous.AnonymousLoginModule
    CSI.loginModule.0.controlFlag=sufficient
    CSI.loginModule.0.options.moduleName=Anonymous Login Module
    CSI.loginModule.0.options.roles=uaAnonymous
    
  4. Save the file.
Next Configure the Sybase Unwired Platform users and passwords for Sybase Control Center.


Created July 22, 2009. Send feedback on this help topic to Sybase Technical Publications: pubs@sybase.com