Update the LDAP Bind service on LSF

  1. Using a text editor, open the file you created from export in the previous procedure, for example, LDAPBIND_SVC_Current.xml
  2. On line 2 of the file, update the value of OVERRIDE=”false” to OVERRIDE=”true”
  3. Locate the Provider line and make the following update:
    From: <PROVIDER>ldap:// <LDAP_BIND_Server>:389</PROVIDER>
    To: <PROVIDER>ldaps:// <LDAP_BIND_Server>:636</PROVIDER>
  4. If there are multiple LDAP Bind servers, update all <PROVIDER> lines.
  5. Save the file with a new name, for example, LDAPBIND_SVC_New.xml