Edit an existing authentication provider
- In administration console, click Settings > User Management > Domain Management.
- Click the appropriate domain in the list.
- On the page that appears, select the appropriate authentication provider from the list and make changes as required. (See Authentication settings.)
- Click OK.
Delete an authentication provider
- In administration console, click Settings > User Management > Domain Management.
- Click the appropriate domain in the list.
- Select the check boxes for the authentication providers to delete and click Delete.
- Click OK on the confirmation page that appears and click OK again.
Authentication settings
The following settings are available, depending on the type of domain and type of authentication you chose.
LDAP settings
If you are configuring authentication for an enterprise or hybrid domain and select LDAP authentication, you can choose to use the LDAP server specified in your directory configuration, or you can choose a different LDAP server to use for authentication. If you choose a different server, your users must exist on both LDAP servers.
To use the LDAP server specified in your directory configuration, select LDAP as the authentication provider and click OK.
To use a different LDAP server to perform authentication, select LDAP as the authentication provider, and select the Custom LDAP Authentication check box. The following configuration settings are displayed.
Server: (Mandatory) Fully qualified domain name (FQDN) of the directory server. For example, for a computer called x on the example.com network, the FQDN is x.example.com. An IP address can be used in place of the FQDN server name.
Port: (Mandatory) The port the directory server uses. Typically 389, or 636 if the Secure Sockets Layer (SSL) protocol is used for sending authentication information over the network.
SSL: (Mandatory) Specifies whether the directory server uses SSL when sending data over the network. The default is No. When set to Yes, the corresponding LDAP server certificate must be trusted by the Java™ runtime environment (JRE) of the application server.
Binding (Mandatory) Specifies how to access the directory.
Anonymous: No user name or password is required.
User: Authentication is required. In the Name box, specify the name of the user record that can access the directory. It is best to enter the full distinguished name (DN) of the user account, such as cn=Jane Doe, ou=user, dc=can, dc=com. In the Password box, specify the associated password. These settings are required when you select User as the Binding option.
Retrieve Base DNs: (Not mandatory) Retrieves the base DNs and displays them in the drop-down list. This setting is useful when you have multiple base DNs and need to select a value.
Base DN: (Mandatory) Used as the starting point for synchronizing users and groups from the LDAP hierarchy. It is best to specify a base DN at the lowest level of the hierarchy that encompasses all users and groups that need to be synchronized for services. Do not include the user’s DN in this setting. To synchronize a particular user, use the Search Filter setting.
Populate page with: (Not mandatory) When selected, populates attributes on the User and Group settings pages with corresponding default LDAP values.
Search Filter: (Mandatory) The search filter to use to find the record that is associated with the user. See Search Filter Syntax.