From 8874a20292a3e2e2f66c735c24414b7112fc98ab Mon Sep 17 00:00:00 2001 From: Valentin Samir Date: Tue, 23 Aug 2016 12:50:04 +0200 Subject: [PATCH] Add link to the Authentication backend section in README.rst --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 6a32ef3..2058cc3 100644 --- a/README.rst +++ b/README.rst @@ -7,7 +7,7 @@ CAS Server is a Django application implementing the `CAS Protocol 3.0 Specificat `_. By default, the authentication process use django internal users but you can easily -use any sources (see auth classes in the auth.py file) +use any sources (see the `Authentication backend`_ section and auth classes in the auth.py file) .. contents:: Table of Contents @@ -38,7 +38,7 @@ Dependencies Minimal version of packages dependancy are just indicative and meens that ``django-cas-server`` has been tested with it. Previous versions of dependencies may or may not work. -Additionally, denpending of the authentication backend you plan to use, you may need the following +Additionally, denpending of the `Authentication backend`_ you plan to use, you may need the following python packages: * ldap3