for more information: see languages.txt in the lang folder.
*/
$CasMainActivateComment = "Enabling CAS authentication will allow users to authenticate with their CAS credentials";
$CasMainActivateComment = "Enabling CAS authentication will allow users to authenticate with their CAS credentials.<br/>Go to <ahref='settings.php?category=CAS'>Plugin</a> to add a configurable 'CAS Login' button for your Chamilo campus.";
$LdapDescriptionComment = "<divclass='normal-message'><br/><ul><li>LDAP authentication : <br/>See I. below to configure LDAP <br/>See II. below to activate LDAP authentication </li><br/><br/><li> Update user attributes, with LDAP data, after CAS authentication(see <ahref='settings.php?category=CAS'>CAS configuration </a>) : <br/>See I. below to configure LDAP <br/>CAS manage user authentication, LDAP activation isn't required. </li><br/></ul></div><br/><h4>I. LDAP configuration</h4><h5>Edit file main/auth/external_login/ldap.conf.php </h5>-> Edit values of array <code>$extldap_config</code><br/><br/>Parameters are <br/><ul><li>base domain string (ex : 'base_dn' => 'DC=cblue,DC=be') </li><li>admin distinguished name (ex : 'admin_dn' =>'CN=admin,dc=cblue,dc=be') </li><li>admin password (ex : 'admin_password' => '123456') </li><li>ldap host (ex : 'host' => array('1.2.3.4', '2.3.4.5', '3.4.5.6')) </li><li>filter (ex : 'filter' => '') </li><li>port (ex : 'port' => 389) </li><li>protocol version (2 or 3) (ex : 'protocol_version' => 3) </li><li>user_search (ex : 'user_search' => 'sAMAccountName=%username%') </li><li>encoding (ex : 'encoding' => 'UTF-8') </li><li>update_userinfo (ex : 'update_userinfo' => true) </li></ul>-> To update correspondences between user and LDAP attributes, edit array <code>$extldap_user_correspondance</code><br/>Array values are <chamilo_field> =>>ldap_field><br/>Array structure is explained in file main/auth/external_login/ldap.conf.php<br/><br/><br/><h4>II. Activate LDAP authentication </h4><h5>Edit file main/inc/conf/configuration.php </h5>-> Uncomment lines <br/>$extAuthSource["extldap"]["login"] =$_configuration['root_sys'].$_configuration['code_append']."auth/external_login/login.ldap.php";<br/>$extAuthSource["extldap"]["newUser"] =$_configuration['root_sys'].$_configuration['code_append']."auth/external_login/newUser.ldap.php";<br/><br/>N.B. : LDAP users use same fields than platform users to login. <br/>N.B. : LDAP activation adds a menu External authentication [LDAP] in "add or modify" user pages.";
$ShibbolethMainActivateComment = "<p>First of all, you have to configure Shibboleth for your web server.</p>To configure it for Chamilo<h5>edit file main/auth/shibboleth/config/aai.class.php</h5><p>Modify object $result values with the name of your Shibboleth attributes</p><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></ul><br/>Go to <ahref='settings.php?category=CAS'>Plugin</a> to add a configurable 'Shibboleth Login' button for your Chamilo campus.";
$FacebookMainActivateComment = "<p>First of all, you have create a Facebook Application (see <ahref='https://developers.facebook.com/apps'>https://developers.facebook.com/apps</a>) with your Facebook account. In the Facebook Apps parameters, the site URL value should have a GET parameter 'action=fbconnect' (e.g. http://mychamilo.com/?action=fbconnect).</p>Then, <h5>edit file main/auth/external_login/facebook.conf.php</h5>and enter 'appId' and 'secret' values for $facebook_config.<br/>Go to <ahref='settings.php?category=CAS'>Plugin</a> to add a configurable 'Facebook Login' button for your Chamilo campus.";
for more information: see languages.txt in the lang folder.
*/
$CasMainActivateComment = "Activer l'authentification CAS permettra aux utilisateurs de s'identifier à l'aide de leur compte CAS";
$CasMainActivateComment = "Activer l'authentification CAS permettra aux utilisateurs de s'identifier à l'aide de leur compte CAS<br/>Vous trouverez dans les <ahref='settings.php?category=CAS'>Plugin</a> un bouton 'Login CAS', parametrable, qui s'ajoutera sur la page d'accueil de votre campus Chamilo.";
$AdminBy = "Administration par";
$AdministrationTools = "Administration";
$State = "Etat du système";
@ -1506,4 +1506,9 @@ $CasUserAddLastnameAttributeComment = "Enregistrer le nom de famille CAS de l'ut
$ShowAdminToolbarTitle = "Afficher la barre d'administration";
$ShowAdminToolbarComment = "Affiche une barre d'outils globale au sommet de la page aux utilisateurs des rôles désignés. Cette barre d'outils, très similaire à celles de Wordpress et de Google, peut considérablement accélérer certaines opérations complexes et augmente l'espace disponible pour les contenus de cours, mais elle pourrait rendre certains utilisateurs confus.";
$ShibbolethMainActivateTitle = "<h3>Configuration de l'authentification Shibboleth</h3>";
$ShibbolethMainActivateComment = "<p>Vous devez, en premier lieu, configurer Shibboleth pour votre serveur web. Pour le configurer pour Chamilo.</p><h5>éditez le fichier main/auth/shibboleth/config/aai.class.php</h5><p>Modifiez les valeurs de l'objet $result avec les nom des attributs retourné par votre serveur Shibboleth.</p>Les valeurs à modifier sont<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></ul><br/>Vous trouverez dans les <ahref='settings.php?category=CAS'>Plugin</a> un bouton 'Login Shibboleth', parametrable, qui s'ajoutera sur la page d'accueil de votre campus Chamilo.";
$FacebookMainActivateTitle = "<h3>Configuration de l'authentification via Facebook</h3>";
$FacebookMainActivateComment = "<p>Vous devez, en premier lieu, créer une application Facebook (cf. <ahref='https://developers.facebook.com/apps'>https://developers.facebook.com/apps</a>) avec votre compte Facebbok. Le paramètre de l'application Facebook 'URL du site' doit comporter 'action=fbconnect' comme paramètre en GET (exemple : http://mychamilo.com/?action=fbconnect)</p>Ensuite, <h5>éditez le fichier main/auth/external_login/facebook.conf.php</h5>et entrez les valeurs 'appId' et 'secret', fournies par Facebbok, pour la variable $facebook_config.<br/>Vous trouverez dans les <ahref='settings.php?category=CAS'>Plugin</a> un bouton 'Login Facebook', parametrable, qui s'ajoutera à la page d'accueil de votre campus Chamilo.";