-
Notifications
You must be signed in to change notification settings - Fork 2
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 option #132
Comments
This sounds good to me, would welcome a pull request (plus any sensible tests you can think of for it). @kwabenantim is mainly looking after this at the moment, any thoughts @kwabenantim? |
That sounds like a useful feature to me as well. |
Great :) I’ll get started on this and submit a pr when finished |
update on this, I have an implementation which I think should work, but am blocked at the moment as I can't access the servers I need to test it. Once my access is restored I'll test this and then make a PR |
@mirams, I would like to add an LDAP authentication option for login. This would:
I would propose to use the
django-auth-ldap
library to do this (I've used this before for https://github.com/pkpdapp-team/pkpdapp), which would be added as a dependencyMotivation: To enable a deployment of ap-nimbus within the Roche authentiation system
The text was updated successfully, but these errors were encountered: