Re: Kerberos authent implementation

2018-09-13 Thread Benjamin SOULAS
Thanks a lot for your response, we use django-auth-ldap too, for openldap, but for regular AD, I am still waiting some stuff, I started to modify my settings.py, hope this works. No problem for Kerberos, maybe someone will read my post and give advices ! -- You received this message because yo

RE: Kerberos authent implementation

2018-09-13 Thread Matthew Pava
authentication. From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On Behalf Of Benjamin SOULAS Sent: Thursday, September 13, 2018 9:37 AM To: Django users Subject: Re: Kerberos authent implementation No problem. I have to develop an app for customers assuming they can have

Re: Kerberos authent implementation

2018-09-13 Thread Benjamin SOULAS
No problem. I have to develop an app for customers assuming they can have different authentication system (just for information: I am discovering LDAP, RADIUS, Kerberos and others for a few days, I don't have skills in that). The aim of our app is to adapt itself depending if the customer has a

RE: Kerberos authent implementation

2018-09-13 Thread Matthew Pava
What would be the motivation for Kerberos authentication? Why not just use LDAP authentication? Just wondering for my own edification. From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On Behalf Of Benjamin SOULAS Sent: Thursday, September 13, 2018 9:20 AM To: Django u