diff --git a/README.rst b/README.rst index 78eaae1..f154049 100644 --- a/README.rst +++ b/README.rst @@ -11,7 +11,7 @@ CAS Server :target: https://www.gnu.org/licenses/gpl-3.0.html CAS Server is a Django application implementing the `CAS Protocol 3.0 Specification -`_. +`_. By defaut, the authentication process use django internal users but you can easily use any sources (see auth classes in the auth.py file) @@ -70,7 +70,7 @@ Quick start 4. You should add some management commands to a crontab: ``clearsessions``, ``cas_clean_tickets`` and ``cas_clean_sessions``. - * ``clearsessions``: please see `Clearing the session store `_. + * ``clearsessions``: please see `Clearing the session store `_. * ``cas_clean_tickets``: old tickets and timed-out tickets do not get purge from the database automatically. They are just marked as invalid. ``cas_clean_tickets`` is a clean-up management command for this purpose. It send SingleLogOut request @@ -204,7 +204,7 @@ Logs ---- ``django-cas-server`` logs most of its actions. To enable login, you must set the ``LOGGING`` -(https://docs.djangoproject.com/en/dev/topics/logging) variable is ``settings.py``. +(https://docs.djangoproject.com/en/stable/topics/logging) variable is ``settings.py``. Users successful actions (login, logout) are logged with the level ``INFO``, failures are logged with the level ``WARNING`` and user attributes transmitted to a service are logged with the level ``DEBUG``.