Adding a Production-Grade Provider

Modify the "admin" security configuration to add a production-grade provider, typically an LDAPLoginModule. Most companies use an LDAP directory to maintain internal user accounts. This module integrates with most LDAP servers including Active Directory.

Prerequisites
Ensure you have gathered information on the provider you will be using. See Gathering Provider Information.
Task

Configure the "admin" security configuration on the "default" domain to authenticate only platform and domain administrators. Do not use this security configuration for MBO packages and mobile users.

  1. In the navigation pane of Sybase Control Center, expand the Security folder, then click the security configuration named admin.
  2. In the administration pane, click the Authentication tab.
  3. Add an LDAPLoginModule, configuring the providerURL, serverType, bind user, bind password, search base, and other properties determined by you and the LDAP administrator.
  4. Add a ControlFlag attribute for the configured LDAP login module, and set the value to sufficient.
  5. Make the LDAP module the first module in the list.
    Note: Do not remove the PreConfiguredUser login module from the list of login modules used by the "admin" security configuration until the LDAP login module has been tested.
  6. Select the General tab, select Validate, then Apply.
  7. Click OK.
Related concepts
Preconfigured User Login Security Provider
LDAP Security Provider
Related reference
Preconfigured User Authentication Properties
LDAP Configuration Properties