From 6faeaad57e835c73a2f4e023f2f60ecd479b77cb Mon Sep 17 00:00:00 2001 From: Valentin Samir Date: Sun, 26 Jun 2016 20:34:26 +0200 Subject: [PATCH] Typo in README.rst --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 070a437..29b8057 100644 --- a/README.rst +++ b/README.rst @@ -200,7 +200,8 @@ Mysql backend settings. Only usefull if you are using the mysql authentication b additional fields are used as the user attributes. The default is ``"SELECT user AS usersame, pass AS password, users.* FROM users WHERE user = %s"`` * ``CAS_SQL_PASSWORD_CHECK``: The method used to check the user password. Must be one of the following: - * ``"crypt"`` (see ``), the password in the database + + * ``"crypt"`` (see ), the password in the database should begin this $ * ``"ldap"`` (see https://tools.ietf.org/id/draft-stroeder-hashed-userpassword-values-01.html) the password in the database must begin with one of {MD5}, {SMD5}, {SHA}, {SSHA}, {SHA256},