Defining Search Criteria
To define the point in the LDAP directory that a synchronization request should start searching for iProcess user data:
| 1. | Select the following option from the LDAPCONF menu: |
[2] Set Search Parameters
The following prompt is displayed:
Enter the search start DN (o=base):
Enter the distinguished name (DN) of the LDAP directory entry from which to start searching for iProcess data.
| 2. | The following prompt is displayed: |
Enter the search filter (cn=*):
Enter the filter criteria to be used to widen or refine the search. By default the search will find any entries that have a cn attribute.
| 3. | The following prompt is displayed: |
Enter the pattern to construct DN from the user id:
Enter a C/C++ style pattern to construct the DN string from the user ID. For example, if your DN is:
uid=michael,dc=people,dc=company,dc=com
for the ID michael, you should enter:
uid=%s,dc=people,dc=company,dc=com
You can nullify this field by entering NULL. If so, then iProcess Engine will use the DN and password specified in option [1] Set Connection Information to connect to the server and search a DN for uid=michael.
The LDAPCONF menu is re-displayed.
|
Note |
Remember to Save these settings if you want to use them in a future LDAPCONF session. |