LDAP authentication unavailable

OS Name/Version: Ubuntu 24.04.1 LTS
Product Name/Version: AMP 2.6.0.0 (Should be using Docker)

Problem Description:

LDAP authentication with Active Directory is not working. The log shows the following.

[14:41:20] [System Info/1]        : LDAP authentication unavailable - no licence present that permits this feature.
[14:41:20] [Core Info/1]          : Loaded ADSModule version 2.6 by CubeCoders Limited
[14:41:21] [Loader Info/1]        : Loaded FileManagerPlugin by CubeCoders Limited
[14:41:21] [Loader Info/1]        : Loaded EmailSenderPlugin by CubeCoders Limited
[14:41:21] [Loader Info/1]        : Loaded WebRequestPlugin by CubeCoders Limited
[14:41:21] [Loader Info/1]        : Loaded CommonCorePlugin by CubeCoders Limited
[14:41:21] [Loader Info/1]        : ADSModule requests dependency InstanceManagerPlugin...
[14:41:21] [Loader Info/1]        : Loaded InstanceManagerPlugin by CubeCoders Limited
[14:41:21] [Loader Info/1]        : ADSModule requests dependency SystemUserManagerPlugin...
[14:41:21] [Loader Info/1]        : Loaded SystemUserManagerPlugin by CubeCoders Limited
[14:41:21] [Core Info/1]          : Licence Present: AMP Advanced Edition - Lifetime Licence

Steps to reproduce:

Configure LDAP as described in Using LDAP SSO authentication with AMP

################################
# Login
################################
Login.UseAuthServer=False
# Login.AuthServerURL - The URL for the ADS instance providing authentication when using UseAuthServer
Login.AuthServerURL=http://<amp_auth_server_ip>:8080/
Login.MetricsServerHost=localhost
Login.MetricsServerPort=12820
Login.UseLDAPLogins=True
Login.UseLDAP3=True
Login.AllowLocalUsersWithLDAP=True
Login.LDAPAuthDomain=
Login.LDAP3Host=<ad_server_ip>
Login.LDAP3FilterDN=OU=Standard Users,DC=mydomain,DC=net
Login.LDAP3UserDN=ampservice@mydomain.net
Login.LDAPGroupPrefix=AMP_
Login.LDAPUserDomain=mydomain.net
Login.LDAP3UsesSSL=False
Login.LDAPADPre2000=False
Login.LDAPStripDomainFromFilter=False
Login.LDAPQueryUsername=ampservice@mydomain.net
Login.LDAPQueryPassword=enc:*****

Actions taken to resolve so far:

Played around with some of the settings above until I noticed the message in the log indicating that the license is incorrect.

Search results for the error message turned up just one post that didn’t appear to be relevant (LDAP Authentication).

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.