-
Notifications
You must be signed in to change notification settings - Fork 25
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
django ldap automatic login #7
Comments
hi, have you find a way to solve this "problem"? |
No, Django official guide doesn't have enough information, either. I have been trying to find a solution but have not had time to get into it. Please let me if you find a solution. I am wondering if it needs a windows server to do this. |
we are tring to use https://github.com/kvspb/nginx-auth-ldap When we will finish to develop this part I'll publish the code |
Hey @morocarlo could you finish this? |
Hi Alexis,
I am developing a web app within my company for my company's employees with Django. Our company has a Active Directory server. Let's say I have ldap backend set up with django-auth-ldap on my Django web app. Every time users go to my web app, they would need to enter their AD user name and password. Is there a way to automatically sign in the users after they log into their window PC?
Thank you
The text was updated successfully, but these errors were encountered: