HomarrH
Homarr2y ago
121 replies
nerdferguson

LDAP: Credential Window Missing

New installation, using ldap (tcp/389).

After the container comes up I can reach the web-interface, but there are no input boxes for username and password.
If I take out the ldap configuration from the .env file, the input boxes return; I suspect it's related to my ldap configuration.

I can't post a picture, due to work security rules. I'll try to relate my config as best as possible:

AUTH_PROVIDER="ldap"
AUTH_LDAP_URI="ldap://<server_ip>:389"
AUTH_LDAP_BIND_DN="uid=<username>,ou=<sec_group>,ou=<svc_acct_group>,dc=<our_domain>,dc=<upperdomain>,dc=<upperdomain>"
AUTH_LDAP_BIND_PASSWORD="<password>"
AUTH_LDAP_BASE="dc=<our_domain>,dc=<upperdomain>,dc=<upperdomain>"
AUTH_LDAP_OWNER_GROUP="<admin_groupname>"
AUTH_LDAP_ADMIN_GROUP="<admin_groupname>"


Ubuntu 20.04
Homarr version: 0.15.0
Attempted using firefox and chrome

Log messages are pretty bland. Says "listening on <name>:7575"
Solution
So using ":" instead of "=" works? With ldap as well? (not talking about actively logging in, just if the form shows, just like this)
image.png
Was this page helpful?