Multiple LDAP Domain Authentication #10274
Unanswered
IdRatherStand
asked this question in
Q&A
Replies: 2 comments 1 reply
-
I find myself needing a similar config - any lessons learned before I roll my sleeves up? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes - I did manage to implement this thanks to the following Gist from @decoupca : |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
We have a use case where a subset of users that log on via a completely separate domain will need to access Netbox. As far as I can see there are a few ways to achieve this:
Unfortunately for us 3) is simply not possible due to organisational reasons and 2) is less palatable due to security reasons (password rotation / account lockout etc).
Is anyone aware of whether 1) is still possible within Netbox? I've taken a look and seem to remember Netbox directly using the Django LDAP package however now it looks like it's been subclassed / modified (I'm not great with Python) to support custom permissions and I can't really see whether it should still work anywhere (I have tried and can't seem to get it working).
Worth mentioning we have LDAP configured and working against our Primary domain without any issues.
Beta Was this translation helpful? Give feedback.
All reactions