Ticket #11054: auth-remote-user.txt.patch
File auth-remote-user.txt.patch, 618 bytes (added by , 16 years ago) |
---|
-
docs/howto/auth-remote-user.txt
22 22 Django, ``REMOTE_USER`` is made available in the :attr:`request.META 23 23 <django.http.HttpRequest.META>` attribute. Django can be configured to make 24 24 use of the ``REMOTE_USER`` value using the ``RemoteUserMiddleware`` and 25 ``RemoteUserBackend`` classes found in :mod:`django.cont irb.auth`.25 ``RemoteUserBackend`` classes found in :mod:`django.contrib.auth`. 26 26 27 27 Configuration 28 28 =============