Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/auth/cas/lang/en/auth_cas.php
Go to the documentation of this file.
00001 <?php
00002 
00003 // This file is part of Moodle - http://moodle.org/
00004 //
00005 // Moodle is free software: you can redistribute it and/or modify
00006 // it under the terms of the GNU General Public License as published by
00007 // the Free Software Foundation, either version 3 of the License, or
00008 // (at your option) any later version.
00009 //
00010 // Moodle is distributed in the hope that it will be useful,
00011 // but WITHOUT ANY WARRANTY; without even the implied warranty of
00012 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00013 // GNU General Public License for more details.
00014 //
00015 // You should have received a copy of the GNU General Public License
00016 // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
00017 
00026 $string['accesCAS'] = 'CAS users';
00027 $string['accesNOCAS'] = 'other users';
00028 $string['auth_cas_auth_user_create'] = 'Create users externally';
00029 $string['auth_cas_baseuri'] = 'URI of the server (nothing if no baseUri)<br />For example, if the CAS server responds to host.domaine.fr/CAS/ then<br />cas_baseuri = CAS/';
00030 $string['auth_cas_baseuri_key'] = 'Base URI';
00031 $string['auth_cas_broken_password'] = 'You cannot proceed without changing your password, however there is no available page for changing it. Please contact your Moodle Administrator.';
00032 $string['auth_cas_cantconnect'] = 'LDAP part of CAS-module cannot connect to server: {$a}';
00033 $string['auth_cas_casversion'] = 'Version';
00034 $string['auth_cas_certificate_check'] = 'Turn this to \'yes\' if you want to validate the server certificate';
00035 $string['auth_cas_certificate_path_empty'] = 'If you turn on Server validation, you need to specify a certificate path';
00036 $string['auth_cas_certificate_check_key'] = 'Server validation';
00037 $string['auth_cas_certificate_path'] = 'Path of the CA chain file (PEM Format) to validate the server certificate';
00038 $string['auth_cas_certificate_path_key'] = 'Certificate path';
00039 $string['auth_cas_create_user'] = 'Turn this on if you want to insert CAS-authenticated users in Moodle database. If not then only users who already exist in the Moodle database can log in.';
00040 $string['auth_cas_create_user_key'] = 'Create user';
00041 $string['auth_casdescription'] = 'This method uses a CAS server (Central Authentication Service) to authenticate users in a Single Sign On environment (SSO). You can also use a simple LDAP authentication. If the given username and password are valid according to CAS, Moodle creates a new user entry in its database, taking user attributes from LDAP if required. On following logins only the username and password are checked.';
00042 $string['auth_cas_enabled'] = 'Turn this on if you want to use CAS authentication.';
00043 $string['auth_cas_hostname'] = 'Hostname of the CAS server <br />eg: host.domain.fr';
00044 $string['auth_cas_hostname_key'] = 'Hostname';
00045 $string['auth_cas_changepasswordurl'] = 'Password-change URL';
00046 $string['auth_cas_invalidcaslogin'] = 'Sorry, your login has failed - you could not be authorised';
00047 $string['auth_cas_language'] = 'Selected language';
00048 $string['auth_cas_language_key'] = 'Language';
00049 $string['auth_cas_logincas'] = 'Secure connection access';
00050 $string['auth_cas_logoutcas'] = 'Turn this to \'yes\' if you want to logout from CAS when you disconnect from Moodle';
00051 $string['auth_cas_logoutcas_key'] = 'Logout CAS';
00052 $string['auth_cas_multiauth'] = 'Turn this to \'yes\' if you want to have multi-authentication (CAS + other authentication)';
00053 $string['auth_cas_multiauth_key'] = 'Multi-authentication';
00054 $string['auth_casnotinstalled'] = 'Cannot use CAS authentication. The PHP LDAP module is not installed.';
00055 $string['auth_cas_port'] = 'Port of the CAS server';
00056 $string['auth_cas_port_key'] = 'Port';
00057 $string['auth_cas_proxycas'] = 'Turn this to \'yes\' if you use CASin proxy-mode';
00058 $string['auth_cas_proxycas_key'] = 'Proxy mode';
00059 $string['auth_cas_server_settings'] = 'CAS server configuration';
00060 $string['auth_cas_text'] = 'Secure connection';
00061 $string['auth_cas_use_cas'] = 'Use CAS';
00062 $string['auth_cas_version'] = 'Version of CAS';
00063 $string['CASform'] = 'Authentication choice';
00064 $string['noldapserver'] = 'No LDAP server configured for CAS! Syncing disabled.';
00065 $string['pluginname'] = 'CAS server (SSO)';
 All Data Structures Namespaces Files Functions Variables Enumerations