John modifies the "admin" security configuration to use the OpenDS LDAP directory.
- In the navigation pane of Sybase Control Center, expand the Security folder, then click the security configuration named admin.
- In the administration pane, click the Authentication tab.
- Click New to add an LDAP provider.
- Select com.sybase.security.ldap.LDAPLoginModule as the login module.
- 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 |
- Click OK.
- In the General tab, click Validate.
If the validation returns no errors, click Apply to save the configuration.