Unable to configure LDAP authorizations. #689
-
Hello, I am unable to configure my Netbox container to get basic authorizations (is_active, is_staff and is_superuser) from LDAP (FreeIPA) groups . I already configured a Netbox VM (v2.10.10) to do this and it works perfectly. But unfortunately, it does not work with my v2.11.12 container. If I don't configure group search then authentication works. The configuration is then:
If I configure group search then authentication doesn't work (not able to login). The configuration is then:
I took some traces on LDAP (FreeIPA) server.
Binding is done with login user (which is the expected behaviour) and then searches are done before unbinding. In the case it does not work (with the Netbox container) I have these:
Binding is done with login user for authentication (expected behaviour) but then there is a new bind with Any help appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You need to troubleshoot with some logging. A few helpful resources:
|
Beta Was this translation helpful? Give feedback.
-
Hi @BegBlev, REMOTE_AUTH_ENABLED: True |
Beta Was this translation helpful? Give feedback.
You need to troubleshoot with some logging.
A few helpful resources: