First time here? Check out the FAQ!

Revision history  [back]

Seems it works with Django 1.3 out of the box, in fact! :) With the right apache config + instructions from django docs. eg,

https://docs.djangoproject.com/en/dev/howto/auth-remote-user/

and in your httpd/conf.d/askbot.conf

...

AuthType Kerberos

AuthName "YOURDOMAIN.COM Kerberos Login"

KrbMethodNegotiate On

KrbMethodK5Passwd On

KrbAuthRealms YOURDOMAIN.COM

KrbVerifyKDC off

Krb5Keytab /etc/krb5.keytab

KrbServiceName HTTP/YOURDOMAIN.COM

require valid-user