Re: authentication by ldap server

2017-12-01 Thread Mario Gudelj
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

authentication by ldap server

2017-12-01 Thread pacopyc pacopyc
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).