Configuring the Admin Security Configuration

John modifies the "admin" security configuration to use the OpenDS LDAP directory.

  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. Click New to add an LDAP provider.
  4. Select com.sybase.security.ldap.LDAPLoginModule as the login module.
  5. Set following properties (assuming you are using OpenDS running on localhost at port 10389.
    Property Value
    controlFlag optional
    BindDN cn=Directory Manager
    BindPassword secret
    AuthenticationSearchBase ou=users,dc=example,dc=com
    DefaultSearchBase dc=example,dc=com
    ProviderURL ldap://localhost:10389
    RoleMemberAttributes uniquemember
    RoleSearchBase ou=groups,dc=example,dc=com
    ServerType openldap
    RoleScope subtree
    AuthenticationScope subtree
  6. Click OK.
  7. In the General tab, click Validate.
    If the validation returns no errors, click Apply to save the configuration.