Changeset e68bc7a


Ignore:
Timestamp:
Feb 2, 2010, 10:55:36 AM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, client
Children:
c5898ff
Parents:
e603626
git-author:
Alex Dehnert <adehnert@…> (02/02/10 10:55:36)
git-committer:
Alex Dehnert <adehnert@…> (02/02/10 10:55:36)
Message:

Certificate auth start

Location:
remit
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • remit/settings.py

    rcbf4568 re68bc7a  
    7474    #http://docs.djangoproject.com/en/dev/howto/auth-remote-user/
    7575    'django.contrib.auth.middleware.RemoteUserMiddleware',
     76    'mit.ScriptsRemoteUserMiddleware',
     77)
     78
     79AUTHENTICATION_BACKENDS = (
     80    'mit.ScriptsRemoteUserMiddleware',
    7681)
    7782
Note: See TracChangeset for help on using the changeset viewer.