Netbox + LDAP Not working #1568
Unanswered
sueldol
asked this question in
Getting Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We have NetBox v4.4.5-Docker-3.4.1 installed with an external Postgres database. We create a local user (netbox_app) with admin permissions and it works fine.
The issue comes when we try to use LDAP to authenticate with our company AD users.
We follow the LDAP Wiki (https://github.com/netbox-community/netbox-docker/wiki/LDAP) but we have no luck.
Our logs show only these messages:
netbox-1 | INFO 2025-11-26 17:31:52,018 signals Failed login attempt for username: user1 from 192.168.2.XXXX
netbox-1 | DEBUG 2025-11-26 17:31:52,018 views Login form validation failed for username: user1
We are dealing with this for a couple of weeks now and nothing seems to be working.
We test the connection to our LDAP server using ldapsearch within the container and it works fine, the issue is when we try to login in the portal.
These are my config files so someone could help us figuring it out what could be the problem:
docker-compose.yml:
configuration/configuration.py:
configuration/ldap/ldap_config.py:
configuration/ldap/extra.py
These files have not modifications, the are in the default state.
Hope someone can share some light and help us with this!!
Thank you all in advanced!
Beta Was this translation helpful? Give feedback.
All reactions