Corrected code block in apache auth docs.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@9806 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Gary Wilson Jr 2009-02-03 03:13:13 +00:00
parent 8f410a577b
commit a008b5c9ab
1 changed files with 2 additions and 2 deletions

View File

@ -50,8 +50,8 @@ with the standard ``Auth*`` and ``Require`` directives:
from trying to use other authentication modules, as well as specifying from trying to use other authentication modules, as well as specifying
the ``AuthUserFile`` directive and pointing it to ``/dev/null``. Depending the ``AuthUserFile`` directive and pointing it to ``/dev/null``. Depending
on which other authentication modules you have loaded, you might need one on which other authentication modules you have loaded, you might need one
or more of the following directives:: or more of the following directives:
.. code-block:: apache .. code-block:: apache
AuthBasicAuthoritative Off AuthBasicAuthoritative Off