Ticket #11054: auth-remote-user.txt.patch

File auth-remote-user.txt.patch, 618 bytes (added by Jan Hülsbergen, 15 years ago)
  • docs/howto/auth-remote-user.txt

     
    2222Django, ``REMOTE_USER`` is made available in the :attr:`request.META
    2323<django.http.HttpRequest.META>` attribute.  Django can be configured to make
    2424use of the ``REMOTE_USER`` value using the ``RemoteUserMiddleware`` and
    25 ``RemoteUserBackend`` classes found in :mod:`django.contirb.auth`.
     25``RemoteUserBackend`` classes found in :mod:`django.contrib.auth`.
    2626
    2727Configuration
    2828=============
Back to Top