OS Name/Version: Debian GNU/Linux 12
Product Name/Version: Advanced Edition - 2.4.7 - 20240109.1
Problem Description:
Hello! I’m trying to set up LDAP from my Windows AD to my standalone AMP.
But i’m currently having some issues setting that up. i’ve created a bind user added my account to AMP_Vicadmins but i cannot seem to login to AMP using my AD account.
My account is located in the Administrators group.

################################
# Login
################################
Login.UseAuthServer=False
# Login.AuthServerURL - The URL for the ADS instance providing authentication when using UseAuthServer
Login.AuthServerURL=http://localhost:8080/
Login.MetricsServerPort=12820
Login.UseLDAPLogins=True
Login.UseLDAP3=True
Login.AllowLocalUsersWithLDAP=True
Login.LDAPAuthDomain=victory.local
Login.LDAP3Host=172.16.3.14
Login.LDAP3FilterDN=(&(objectClass=user)(sAMAccountName=*)(memberOf=CN=administrators,OU=victory.local,DC=victory,DC=local))
Login.LDAP3UserDN=AMP@victory.local
Login.LDAPGroupPrefix=AMP_
Login.LDAPUserDomain=
Login.LDAP3UsesSSL=False
Login.LDAPADPre2000=False
Login.LDAPStripDomainFromFilter=True
Login.LDAPQueryUsername=AMP@victory.local
Login.LDAPQueryPassword=enc:jkf7XkAEBi790vg3Q9gp3g==
Actions taken to resolve so far:
I’ve tried different filters up to now but due to my LDAP inexperience i am not sure which filters are valid in my setup.
Would love any form of assistance!
Edit:
Just located this gonna be looking at it
Edit 2:
When i try to log in using RdeWinter i get a log about incorrect DN syntax
But when i try to log in with RdeWinter@victory.local i dont get any logs
Edit 3:
SOLVED!!!
Login.LDAPAuthDomain= was set wrong
The right config is Login.LDAPAuthDomain=DC=victory,DC=local
