Authentication Service form
|
|
Note: This tab only appears for custom authentication services.
Complete the Service tab to specify authentication and timeout activities that override the default authentication process, and, if using LDAP, to store the connection information for the LDAP directory server. The standard LDAP authentication and timeout activities use information in the JNDI Binding Parameters and Search Parameters sections to bind to and then search the directory server.
Custom Authentication Activity
Field |
Description |
Authentication Activity |
Enter or select the name of the authentication activity. The selection list shows all the activities that apply to the Code-Security class rule. See More about Authentication Services for requirements for such activities. |
Timeout Activity |
Enter or select the Activity Name of the timeout activity. The selection list shows all activities that apply to the Code-Security class. |
JNDI Binding Parameters
Field |
Description |
Initial Context Factory |
Enter the fully qualified Java class name of the JNDI initial context factory to use to connect to the directory server. For example: |
Directory |
You can enter either an explicit URL or a JNDI entry, which represents a directory located on the LDAP server. This approach enables you to relocate servers without having to reconfigure the application. The JNDI syntax is dependent upon the server environment. Using an explicit URL: Enter the URL of the LDAP provider as follows:
Using a JNDI entry:
|
Bind Distinguished Name |
Enter the name of a bind user who is allowed to search the directory tree for the credentials of a user who is attempting to log in. The standard LDAP authentication activities authenticate PRPC with the directory server as this user so it can then search the directory for users. |
Bind Password |
Enter the password of the bind user. |
Test Connectivity |
After you save the form, click to test connectivity to the server. Results appear in a new window. |
Search Parameters