#689: Honour web-server provided authentication
-------------------------------+--------------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: nobody
Status: reopened | Component: Core framework
Version: | Resolution:
Keywords: | Stage: Accepted
Has_patch: 1 | Needs_docs: 0
Needs_tests: 0 | Needs_better_patch: 1
-------------------------------+--------------------------------------------
Changes (by Koen Biermans <[EMAIL PROTECTED]>):
* cc: [EMAIL PROTECTED] (added)
* has_patch: 0 => 1
Comment:
The patch uses both middleware and auth backend. This solves the session
problems I think. By default it auto-creates new users without any extra
info, but you can easily override this by subclassing the backend (see the
doc for examples).
An example configuration for apache using mod_auth_sspi (preferred module
on Windows) is in the doc.
I have only tested this like this, I have no info about mod_ntlm (best
used on Linux).
Don't know how to write tests for it though.
--
Ticket URL: <http://code.djangoproject.com/ticket/689#comment:13>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---