-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LDAP authentication #65
Comments
1+ |
+1 |
/AOL (me too), please. |
If you don't need a gui, django-auth-ldap is not too hard to set up, and provides the features you seem to be looking for. |
+1 |
Addresses netbox-community#65 This commit adds documentation for installing and configuring ldap authentication for netbox. It may be beneficial to add settings to the configuration.py instead of editing settings.py if this is an important feature.
Addresses netbox-community#65 This commit adds documentation for installing and configuring ldap authentication for netbox. It may be beneficial to add settings to the configuration.py instead of editing settings.py if this is an important feature.
Awesome work by @dinoocch! Can we get some folks to test and report back? I'd like to soon as well, just need to figure out our LDAP arrangement internally. I'd like to avoid having users make any changes to |
+1 Beer for @dinoocch - works against our Winblows AD server. I'll have to play more with group-and-or combinations because our AD structure is ahem "unique".
I'd love to see this in netbox! |
@MrDragon - Glad to be of assistance,
I'm working on a commit to add the settings to configuration.py, I'm trying to figure out the best structure for this, however... |
I can confirm running ldap auth as described against a FreeIPA auth server. |
#203 has been merged, but altered a good deal to avoid having users modify settings.py directly. The documentation has been moved to |
Remember, I'm just an awful hack who's weak on AD/LDAP and worse on python, but:
|
Basic LDAP support has been implemented in the v1.2.0 release. I'm going to mark this issue closed, but I encourage people to open new issues for any specific LDAP changes they'd like to see. |
I don't know if its at all helpful but for anyone else that Django LDAP is completely new for, you just add users with the same user as AD and then some dummy password. If your LDAP is setup correctly then you'll just log in with your LDAP username and password. It worked on the first time for me which was great. If I'm dropping this comment in the wrong place just lemme know. Happy to help with any docs. |
Addresses netbox-community#65 This commit adds documentation for installing and configuring ldap authentication for netbox. It may be beneficial to add settings to the configuration.py instead of editing settings.py if this is an important feature.
This project is looking so good!
I'd love the option for LDAP authentication built in (With permissions etc). I'm sure many others will too.
This would make it more appealing for larger organisations.
Thanks,
The text was updated successfully, but these errors were encountered: