@ -7009,7 +7009,7 @@ $ResourceLockedByGradebook = "This option is not available because this activity
$GradebookLockedAlert = "This assessment has been locked. You cannot unlock it. If you really need to unlock it, please contact the platform administrator, explaining the reason why you would need to do that (it might otherwise be considered as fraud attempt).";
$GradebookEnableLockingTitle = "Enable locking of assessments by teachers";
$GradebookEnableLockingComment = "Once enabled, this option will enable locking of any assessment by the teachers of the corresponding course. This, in turn, will prevent any modification of results by the teacher inside the resources used in the assessment: exams, learning paths, tasks, etc. The only role authorized to unlock a locked assessment is the administrator. The teacher will be informed of this possibility. The locking and unlocking of gradebooks will be registered in the system's report of important activities";
$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/inc/conf/auth.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.";
$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/inc/conf/auth.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']."main/auth/external_login/login.ldap.php";<br/>$extAuthSource["extldap"]["newUser"] =$_configuration['root_sys']."main/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=Shibboleth'>Plugin</a> to add a configurable 'Shibboleth Login' button for your Chamilo campus.";
@ -6998,7 +6998,7 @@ $ResourceLockedByGradebook = "Cette option n'est pas disponible parceque cette a
$GradebookLockedAlert = "Ce cahier de notes a été bloqué. Vous ne pouvez pas le débloquer en tant qu'enseignant. S'il est réellement nécessaire de le débloquer, veuillez contacter un administrateur de la plateforme en expliquer la raison pour laquelle vous avez besoin de le débloquer (autrement, cela pourrait être considéré comme une tentative de fraude).";
$GradebookEnableLockingTitle = "Autoriser les enseignants à fermer les tests";
$GradebookEnableLockingComment = "Une fois qu'un test est fermé il ne peut plus être modifier. Seul l'administrateur peut réouvrir un test qui a été fermé par un enseignant.";
$LdapDescriptionComment = "<divclass='normal-message'><br/><ul><li>Authentification LDAP : <br/>Voir I. ci-dessous pour configurer LDAP <br/>Voir II. ci-dessous pour activer l'authentification LDAP </li><br/><br/><li> Mise à jour des attributs de l'utilisateur, auprès du serveur LDAP,après une authentification CAS (voir <ahref='settings.php?category=CAS'>configurationde CAS </a>) : <br/>Voir I. ci-dessous pour configurer LDAP <br/>L'authentification est gérée par CAS, il n'est pas nécessaired'activer l'authentification LDAP dans ce cas. </li><br/></ul></div><br/><h4>I. Configuration des paramètres du serveur LDAP </h4><h5>Éditez le fichier main/inc/conf/auth.conf.php </h5>-> Mettez à jour les informations de configuration LDAP du tableau <code>$extldap_config</code><br/> Les paramètres sont <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>-> Mettez à jour les informations de correspondances entre les attributsLDAP et les champs utilisateurs Chamilo du tableau <code>$extldap_user_correspondance</code><br/> Le tableau est de la forme : <chamilo_field> =>>ldap_field><br/>Sa structure est détaillée dans le fichiermain/auth/external_login/ldap.conf.php <br/><br/><br/><h4>II. Activation de l'authentification LDAP </h4><h5>Éditez le fichier main/inc/conf/configuration.php </h5>-> Décommenter les lignes <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/>Notes : les utilisateurs authentifiés par LDAP saisissent leur login et motde passe dans les même champs que les utilisateurs locaux à la plate forme.<br/>Notes : activer l'authentification LDAP ajoute un menu Externalauthentification [LDAP] dans l'interface d'ajout et de modification d'unutilisateur.";
$LdapDescriptionComment = "<divclass='normal-message'><br/><ul><li>Authentification LDAP : <br/>Voir I. ci-dessous pour configurer LDAP <br/>Voir II. ci-dessous pour activer l'authentification LDAP </li><br/><br/><li> Mise à jour des attributs de l'utilisateur, auprès du serveur LDAP,après une authentification CAS (voir <ahref='settings.php?category=CAS'>configurationde CAS </a>) : <br/>Voir I. ci-dessous pour configurer LDAP <br/>L'authentification est gérée par CAS, il n'est pas nécessaired'activer l'authentification LDAP dans ce cas. </li><br/></ul></div><br/><h4>I. Configuration des paramètres du serveur LDAP </h4><h5>Éditez le fichier main/inc/conf/auth.conf.php </h5>-> Mettez à jour les informations de configuration LDAP du tableau <code>$extldap_config</code><br/> Les paramètres sont <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>-> Mettez à jour les informations de correspondances entre les attributsLDAP et les champs utilisateurs Chamilo du tableau <code>$extldap_user_correspondance</code><br/> Le tableau est de la forme : <chamilo_field> =>>ldap_field><br/>Sa structure est détaillée dans le fichiermain/auth/external_login/ldap.conf.php <br/><br/><br/><h4>II. Activation de l'authentification LDAP </h4><h5>Éditez le fichier main/inc/conf/configuration.php </h5>-> Décommenter les lignes <br/>$extAuthSource["extldap"]["login"] =$_configuration['root_sys']."main/auth/external_login/login.ldap.php";<br/>$extAuthSource["extldap"]["newUser"] =$_configuration['root_sys']."main/auth/external_login/newUser.ldap.php";<br/><br/>Notes : les utilisateurs authentifiés par LDAP saisissent leur login et motde passe dans les même champs que les utilisateurs locaux à la plate forme.<br/>Notes : activer l'authentification LDAP ajoute un menu Externalauthentification [LDAP] dans l'interface d'ajout et de modification d'unutilisateur.";
$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=Shibboleth'>Plugin</a> un bouton 'Login Shibboleth', paramétrable, qui s'ajoutera sur la page d'accueil de votre campus Chamilo.";
@ -7010,7 +7010,7 @@ $ResourceLockedByGradebook = "Esta opción no está disponible porque la activid
$GradebookLockedAlert = "Esta evaluación ha sido bloqueada y no puede ser desbloqueada. Si necesita realmente desbloquearla, por favor contacte el administrador de la plataforma, explicando su razón (sino podría ser considerado como un intento de fraude).";
$GradebookEnableLockingTitle = "Activar bloqueo de Evaluaciones por los profesores";
$GradebookEnableLockingComment = "Una vez activada, esta opción permitirá a los profesores bloquear cualquier evaluación dentro de su curso. Esto prohibirá al profesor cualquier modificación posterior de los resultados de sus alumnos en los recursos usados para esta evaluación: exámenes, lecciones, tareas, etc. El único rol autorizado a desbloquear una evaluación es el administrador. El profesor estará informado de esta posibilidad al intentar desbloquear la evaluación. El bloqueo como el desbloqueo estarán guardados en el registro de actividades importantes del sistema.";
$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/inc/conf/auth.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.</div>";
$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/inc/conf/auth.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']."main/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.</div>";