@ -233,4 +233,5 @@ $AllMustWeight100 = "The sum of all values must be 100";
$Components = "Components";
$OnlyActiveWhenThereAreAnyComponents = "This option is enabled if you have any evaluations or categories";
$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).";
$GradebookUnlockedAlert = "Are you sure you want to unlock this item?";
@ -1230,4 +1230,6 @@ $LastnameAndFirstname = "Last Name and First Name";
$Plugins = "Plugins";
$Detailed = "Detailed";
$ResourceLockedByGradebook = "This option is not available because this activity is contained by an assessment, which is currently locked. To unlock the assessment, ask your platform administrator.";
$ConfirmToLockElement = "Confirm to lock element";
$ConfirmToUnLockElement = "Are you sure to unlock this element?";
@ -1546,5 +1546,8 @@ $TeachersCanChangeScoreSettingsComment = "Al editar la configuración de las Eva
$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/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.</div>";
@ -233,4 +233,5 @@ $AllMustWeight100 = "La suma debe ser de 100";
$Components = "Componentes";
$OnlyActiveWhenThereAreAnyComponents = "Esta opción está habilitada si tiene evaluaciones o categorías";
$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).";
$GradebookUnlockedAlert = "¿Está seguro de desbloquear este elemento?";
@ -1235,4 +1235,6 @@ $LastnameAndFirstname = "Apellidos y Nombres";
$Plugins = "Plugins";
$Detailed = "Detallado";
$ResourceLockedByGradebook = "Esta opción no está disponible porque la actividad está incluida en una evaluación que se encuentra bloqueada. Para desbloquear esta evaluación, comuníquese con el administrador de la plataforma.";
$ConfirmToLockElement = "¿Está seguro de bloquear este elemento? Luego de bloquear este elemento no podrá editar los resultados de los estudiantes. Para desbloquearlo deberá contactar al administrador de la plataforma.";
$ConfirmToUnLockElement = "¿Está seguro de desbloquear este elemento?";