authshibboleth : there is a capital in givenName

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2704 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2016-04-25 14:47:12 +00:00
parent 5511f7a3ea
commit 5cad7a90b3

View File

@@ -8,7 +8,7 @@ class authshibboleth extends auth
{
/** The parameters returned by Shibboleth server */
public $lastnameParam = "sn";
public $firstnameParam = "givenname";
public $firstnameParam = "givenName";
public $mailParam = "mail";
public $otherFields = array ("ou", "o");
public $urlAuthentificated = "";