You should use django-auth-ldap. It will give you the ability to bind ldap
attributes with the attributes from your user model using a dict inside
settings. It’ll also get the users’ groups and create those groups inside
Django. So try plugging that in and come back if you get stuck. All you
really
Hi, I am a beginner django programmer.
I would like to authenticate users of my web application to an ldap server
(which has about 1000 users defined).
Not all users of the ldap server must be able to access the web application
(only 50 ldap users must have access to the web application).
2 matches
Mail list logo