Kerberos authent implementation

46 views
Skip to first unread message

Benjamin SOULAS

unread,
Sep 13, 2018, 10:20:21 AM9/13/18
to Django users
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 documentation (or full tutorial), any advices is welcome :)

Kind regards.

Benjamin

Matthew Pava

unread,
Sep 13, 2018, 10:29:59 AM9/13/18
to django...@googlegroups.com

What would be the motivation for Kerberos authentication?  Why not just use LDAP authentication?  Just wondering for my own edification.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/db11d982-7599-47f7-878e-0922c19c288f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Benjamin SOULAS

unread,
Sep 13, 2018, 10:37:26 AM9/13/18
to Django users
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 an OpenLDAP authentication system, an Active Directory authentication system, Kerberos, Kerberos + LDAP (I don't really understand that one ...as I understood, Kerberos is just a communication protocol based on tickets), RADIUS authentication system.

So for now, I successfully authenticate OpenLDAP users (Active Directory is coming), but I need to investigate every possibilities, which django packages are available or not (if they exists, do they suits our needs, if not, how to write our own backends)

Kind regards,

Benjamin.

Matthew Pava

unread,
Sep 13, 2018, 10:43:56 AM9/13/18
to django...@googlegroups.com

Hi Benjamin,

If it’s any help to you, we use LDAP through Active Directory for our authentication system.  We use the django-auth-ldap package.  It’s been a little tricky with the upgrade to Python 3/Django 2, but it’s quite manageable.

Unfortunately, I can’t help you much with Kerberos authentication.

 

From: django...@googlegroups.com [mailto:django...@googlegroups.com] On Behalf Of Benjamin SOULAS


Sent: Thursday, September 13, 2018 9:37 AM
To: Django users

--

You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.

Benjamin SOULAS

unread,
Sep 13, 2018, 10:46:27 AM9/13/18
to Django users
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 !
Reply all
Reply to author
Forward
0 new messages