Problems with Active Directory

Hello
I have been trying all day to connect my Homarr installation to my Active Directory.
I have tried many things, but I always get the message that the user cannot be found in LDAP.

Please find attached my config (Neutralized)
AUTH_LDAP_URI=ldap://xx.abc.en:389 AUTH_LDAP_BASE=DC=abc,DC=en AUTH_LDAP_BIND_DN=CN=Administrator,CN=Users,DC=abc,DC=en AUTH_LDAP_BIND_PASSWORD=password AUTH_LDAP_USERNAME_ATTRIBUTE=sAMAccountName AUTH_PROVIDER=credentials,ldap AUTH_LDAP_GROUP_CLASS=CN=users,OU=groups,DC=abc,DC=en AUTH_LDAP_ADMIN_GROUP=CN=admins,OU=groups,DC=abc,DC=en AUTH_LDAP_OWNER_GROUP=CN=owners,OU=groups,DC=abc,DC=en

What am i doing wrong?
BR
Sebastian
Solution
AUTH_PROVIDER="ldap"
AUTH_LDAP_URI="ldap://192.168.x.x:389"
AUTH_LDAP_BASE="DC=abc,DC=xyz"
AUTH_LDAP_BIND_DN="CN=Administrator,CN=Users,DC=abc,DC=xyz"
AUTH_LDAP_BIND_PASSWORD="password"
AUTH_LDAP_USERNAME_ATTRIBUTE="sAMAccountName"
AUTH_LDAP_SEARCH_SCOPE="sub"
AUTH_LDAP_GROUP_CLASS="group"
AUTH_LDAP_OWNER_GROUP="Administrators"
AUTH_LDAP_ADMIN_GROUP={Any group you want to have admin privileges, otherwise keep empty}

sedemal/homarr:40
Should be in dev shortly, most likely in homarr v0.15.3 and later too.
Was this page helpful?