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:
@@ -8,7 +8,7 @@ class authshibboleth extends auth
|
|||||||
{
|
{
|
||||||
/** The parameters returned by Shibboleth server */
|
/** The parameters returned by Shibboleth server */
|
||||||
public $lastnameParam = "sn";
|
public $lastnameParam = "sn";
|
||||||
public $firstnameParam = "givenname";
|
public $firstnameParam = "givenName";
|
||||||
public $mailParam = "mail";
|
public $mailParam = "mail";
|
||||||
public $otherFields = array ("ou", "o");
|
public $otherFields = array ("ou", "o");
|
||||||
public $urlAuthentificated = "";
|
public $urlAuthentificated = "";
|
||||||
|
|||||||
Reference in New Issue
Block a user