kerberos (krb5) support?
Is krb5 kerberos login supported? Any pointers to instructions for setting it up?
Is krb5 kerberos login supported? Any pointers to instructions for setting it up?
This is not supported yet.
There are several python modules that I could find:
http://pypi.python.org/pypi?%3Aaction=search&term=kerberos&submit=search
pykpass seems to have very simple usage: http://www.huque.com/software/pykpass/. Maybe you could test this one and others against your server on in the python shell and tell which one works?
We could add that method to supported password authentication methods.
Understood. i'll explore then and post back an answer once i've got something up and running. Thanks!
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
...
There are probably a few quirks that will need to be ironed out, since when this is enabled globally, you log in automatically... so for example, 'log out' doesn't work as expected... you just stay logged in :) but yes, otherwise, it seems to work like a charm.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2011-12-05 04:56:03 -0600
Seen: 459 times
Last updated: Dec 05 '11