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

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

RE: Kerberos authent implementation

2018-09-13 Thread Matthew Pava
users Subject: Kerberos authent implementation Hello every one, I would like to test Kerberos authentication. Can someone give me advices? I saw Django-kerberos and django-auth-kerberos, but there are not much maintenairs on those, so is it more appropriate to develop my own Django Backend

Kerberos authent implementation

2018-09-13 Thread Benjamin SOULAS
Hello every one, I would like to test Kerberos authentication. Can someone give me advices? I saw Django-kerberos and django-auth-kerberos, but there are not much maintenairs on those, so is it more appropriate to develop my own Django Backend to handle this authentication? I don't see much