saml2: fix non-ASCII character in comment

This commit is contained in:
Benjamin Dauvergne 2013-06-19 10:31:45 +02:00
parent 1ce5bb617c
commit 56b3fc2174
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ class Saml2Directory(qommon.saml2.Saml2Directory):
user.is_admin = True
# extract roles from assertion attribute named 'role':
# - to activate add « saml2_use_role = true » to your site-options.cfg fie
# - to activate add "saml2_use_role = true" to your site-options.cfg fie
# - only role starting with the prefix AuQuo:: will be considered (the
# compare is case-insensitive) the role string will be split on the
# symbol :: and only the last part will be used as the role name