IMPAX 6.5.1 Application Server Knowledge Base > Configuring and administering Active Directory authentication (ADAM) > Integrating an enterprise LDAP > Integrating an enterprise LDAP: Workflow
Modify the contents of the webconfig_plugin.txt file to reflect the authentication details for the site's domain.
To modify the SunOne webconfig_plugin.txt file
In a text editor, open the webconfig_plugin.txt file.
Make the following changes:
| Text to find | Replacement text |
|---|---|
| Replace Name="mydomain" with the name of the domain. Replace Path="E:\wwwroot\ …” with path to the service on the Application Server. The path was set during the installation of the Application Server. |
| Replace “ou=People,dc=mydomain,dc=com” with appropriate values for the domain. |
| Replace “myhost.mydomain.com/dc=mypartition,dc=mydomain,dc=com” with the fully qualified domain name of the authentication server. |
| Replace mypartion and mydomain with the appropriate values for the domain for both occurances of the text. |
Optionally, make the following changes:
| Text to find | Replacement text |
|---|---|
| <MaximumPasswordDays>90</MaximumPasswordDays> | This represents the maximum number of days before the domain users' password must be changed. A value of zero indicates that user passwords in the domain do not expire. This should be set to match the password expiry policy on the LDAP server. |
| This represents the pool of LDAP servers used for connection and failover. If you add multiple LDAP domains, when the primary LDAP server is not available, it falls back to the secondary domain controller. List any additional servers here, ensuring that the lines are uncommented. For example:
|
| Specifies one of the following values to indicate the search scope:
|
Save the webconfig_plugin.txt file.
Topic number: 66000 Applies to: IMPAX 6.5.1 Application Server Knowledge Base |