Configure LDAP channel binding

Configure LDAP channel binding in Automation 360 On-Premises for enhanced security in network communications between an Active Directory and its clients. This method provides a more secure LDAP authentication over SSL and TLS.

Enable channel binding in the um.properties file when required.

Procedure

  1. Go to the Control Room installation path.
  2. From the list of files in the config folder, open the um.properties file with an XML editor.
  3. Add the um.ldap.channel.binding.enabled property in the um.properties file.
    For example, um.ldap.channel.binding.enabled=false
  4. To enable channel binding, change the value to true.
    The default value is false and channel binding is disabled.
    Channel binding is enabled if it is enabled on the server side.

    For information about enabling channel binding on the server side, see LDAP enforce channel binding registry entry.

  5. Save the file.