How to change LDAP Bind() Authentication feature
Applies to:
Imagicle UCX Suite - 2018.6.1 and above
Description:
Change LDAP authentication method to simple Bind(), in case users' authentication fails.
How-to:
Standard LDAP authentication involves Bind() method, including a user search with entered credentials.
It is possible to simply invoke Bind() method, without any users' search. To apply this method, please access to Imagicle server via RDP and edit this file: C:\Program Files (x86)\Apps\Fw\Settings\FW.Profile.Api.config.xml
Pls. insert the following line, between <Configuration>
statements:
<preference key="Authentication.AuthenticateBySimpleBindOnAllLDAPServers" value="true" />
Save file