Enable LDAP in the toolkit

Enable Lightweight Directory Access Protocol (LDAP) functionality to manage user authentication in the toolkit environment.

Procedure

  1. Open the vmm.properties file in the <WCDE_DIR>/components/ldap/properties directory.
  2. Update the following properties in the vmm.properties file:
    • Set bindPassword to the WCS encrypted password.
    • Set xorBindPassword to the XOR encrypted password (required only for the runtime environment).
    • Verify the name of the Commerce Test server on the toolkit. If the name is WebSphere Commerce Test Server, set the commerceTestServerName property to WebSphere Commerce Test Server.
  3. Open a command prompt and navigate to the <WCDE_Dir>\bin directory.
  4. Run the following command: enableFeature.bat -DfeatureName=ldap.
  5. Review the LDAP logs in the <WCDE_dir>\logs\enableldap_<timestamp>.log file to verify that the feature was enabled successfully.