Hello all. Are there issues with SuiteCRM8 and LDAP? I performed a fresh install and I am not able to authenticate with any account in the LDAP backend, regardless of the state of “Auto Create Users”.
Absolutely not traffic is observed with tcpdump on the host’s interface to/fro the LDAP server when one attempts to login.
php ldap module is installed and the suitecrm host can reach the ldap server at the appropriate ports (eg. telnet $host 389).
The login attempt ends with this in the log:
Fri Dec 10 11:07:11 2021 [139100][-none-][INFO] Query Execution Time:0.00037908554077148
Fri Dec 10 11:07:11 2021 [139100][-none-][DEBUG] Hook called: Users::login_failed
Fri Dec 10 11:07:11 2021 [139100][-none-][FATAL] FAILED LOGIN:attempts[7], ip[172.x.y.z], username[bob]
Fri Dec 10 11:07:11 2021 [139100][-none-][DEBUG] Hook called: ::server_round_trip
Fri Dec 10 11:07:11 2021 [139100][-none-][DEBUG] Calling MySQLi::disconnect()
I setup a security group, role and place the user in the security group.
When LDAP auth is disabled on the user the user is able to login with the creds set in SuiteCRM.
Anything missing in my setup?
Thanks.