|
|
|
@ -7050,21 +7050,22 @@ La configurazione per Chamilo |
|
|
|
|
|
|
|
|
|
modifica file main/auth/shibboleth/config/aai.class.php |
|
|
|
|
|
|
|
|
|
Modifica object $result values with the name of your Shibboleth attributes |
|
|
|
|
Modifica object $result values with the name of your Shibboleth attributes |
|
|
|
|
|
|
|
|
|
$result->unique_id = 'mail'; |
|
|
|
|
$result->firstname = 'cn'; |
|
|
|
|
$result->lastname = 'uid'; |
|
|
|
|
$result->email = 'mail'; |
|
|
|
|
$result->language = '-'; |
|
|
|
|
$result->gender = '-'; |
|
|
|
|
$result->address = '-'; |
|
|
|
|
$result->staff_category = '-'; |
|
|
|
|
$result->home_organization_type = '-'; |
|
|
|
|
$result->home_organization = '-'; |
|
|
|
|
$result->affiliation = '-'; |
|
|
|
|
$result->persistent_id = '-'; |
|
|
|
|
... |
|
|
|
|
<ul> |
|
|
|
|
<li>$result->unique_id = 'mail';</li> |
|
|
|
|
<li>$result->firstname = 'cn';</li> |
|
|
|
|
<li>$result->lastname = 'uid';</li> |
|
|
|
|
<li>$result->email = 'mail';</li> |
|
|
|
|
<li>$result->language = '-';</li> |
|
|
|
|
<li>$result->gender = '-';</li> |
|
|
|
|
<li>$result->address = '-';</li> |
|
|
|
|
<li>$result->staff_category = '-';</li> |
|
|
|
|
<li>$result->home_organization_type = '-';</li> |
|
|
|
|
<li>$result->home_organization = '-';</li> |
|
|
|
|
<li>$result->affiliation = '-';</li> |
|
|
|
|
<li>$result->persistent_id = '-';</li> |
|
|
|
|
<li>...</li> |
|
|
|
|
|
|
|
|
|
Vai ai Plugin per aggiungere un pulsante 'Shibboleth Login'in questo campus."; |
|
|
|
|
$LdapDescriptionTitle = "Autenticazione LDAP"; |
|
|
|
@ -7074,7 +7075,7 @@ $FacebookMainActivateComment = "Per iniziare, devi creare una Facebook Applicati |
|
|
|
|
Poi, |
|
|
|
|
modifica il file main/auth/external_login/facebook.conf.php |
|
|
|
|
|
|
|
|
|
e inserisci i valori di 'appId' and 'secret' nella riga $facebook_config. |
|
|
|
|
e inserisci i valori di 'appId' and 'secret' nella riga $facebook_config. |
|
|
|
|
|
|
|
|
|
Vai su Plugin e aggiungi un pulsante 'Facebook Login' per questo campus."; |
|
|
|
|
$AnnouncementForGroup = "Avviso per un gruppo"; |
|
|
|
|