Changes between Initial Version and Version 42 of Ticket #689


Ignore:
Timestamp:
Nov 15, 2008, 10:11:59 PM (15 years ago)
Author:
Gary Wilson
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #689

    • Property Summary allow apache to provide authentication instead of djangoHonor Web server provided authentication
    • Property Status newassigned
    • Property Cc telenieko@… hozer@… koen.biermans@… hv@… hugh@… ericvw@… grf@… hinnerk@… added
    • Property Triage Stage UnreviewedReady for checkin
    • Property Has patch set
    • Property Owner changed from nobody to Marc Fargas
    • Property VersionSVN
  • Ticket #689 – Description

    initial v42  
    55NOTE: it creates a user-record if none exist for the user.
    66
    7 Helios:/src/django_newadmin/django/core/handlers ianh$ diff modpython_apacheauth.py modpython.py
     7{{{
     8Helios:/src/django_newadmin/django/core/handlers ianh$ diff
     9modpython_apacheauth.py modpython.py
    810102,103c102
    911<                 #user_id = self.session[users.SESSION_KEY]
     
    2931120d108
    3032<
     33}}}
Back to Top