|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | auth_cas |
Variables | |
| $string ['accesCAS'] = 'CAS users' | |
| $string ['accesNOCAS'] = 'other users' | |
| $string ['auth_cas_auth_user_create'] = 'Create users externally' | |
| $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/' | |
| $string ['auth_cas_baseuri_key'] = 'Base URI' | |
| $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.' | |
| $string ['auth_cas_cantconnect'] = 'LDAP part of CAS-module cannot connect to server: {$a}' | |
| $string ['auth_cas_casversion'] = 'Version' | |
| $string ['auth_cas_certificate_check'] = 'Turn this to \'yes\' if you want to validate the server certificate' | |
| $string ['auth_cas_certificate_path_empty'] = 'If you turn on Server validation, you need to specify a certificate path' | |
| $string ['auth_cas_certificate_check_key'] = 'Server validation' | |
| $string ['auth_cas_certificate_path'] = 'Path of the CA chain file (PEM Format) to validate the server certificate' | |
| $string ['auth_cas_certificate_path_key'] = 'Certificate path' | |
| $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.' | |
| $string ['auth_cas_create_user_key'] = 'Create user' | |
| $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.' | |
| $string ['auth_cas_enabled'] = 'Turn this on if you want to use CAS authentication.' | |
| $string ['auth_cas_hostname'] = 'Hostname of the CAS server <br />eg: host.domain.fr' | |
| $string ['auth_cas_hostname_key'] = 'Hostname' | |
| $string ['auth_cas_changepasswordurl'] = 'Password-change URL' | |
| $string ['auth_cas_invalidcaslogin'] = 'Sorry, your login has failed - you could not be authorised' | |
| $string ['auth_cas_language'] = 'Selected language' | |
| $string ['auth_cas_language_key'] = 'Language' | |
| $string ['auth_cas_logincas'] = 'Secure connection access' | |
| $string ['auth_cas_logoutcas'] = 'Turn this to \'yes\' if you want to logout from CAS when you disconnect from Moodle' | |
| $string ['auth_cas_logoutcas_key'] = 'Logout CAS' | |
| $string ['auth_cas_multiauth'] = 'Turn this to \'yes\' if you want to have multi-authentication (CAS + other authentication)' | |
| $string ['auth_cas_multiauth_key'] = 'Multi-authentication' | |
| $string ['auth_casnotinstalled'] = 'Cannot use CAS authentication. The PHP LDAP module is not installed.' | |
| $string ['auth_cas_port'] = 'Port of the CAS server' | |
| $string ['auth_cas_port_key'] = 'Port' | |
| $string ['auth_cas_proxycas'] = 'Turn this to \'yes\' if you use CASin proxy-mode' | |
| $string ['auth_cas_proxycas_key'] = 'Proxy mode' | |
| $string ['auth_cas_server_settings'] = 'CAS server configuration' | |
| $string ['auth_cas_text'] = 'Secure connection' | |
| $string ['auth_cas_use_cas'] = 'Use CAS' | |
| $string ['auth_cas_version'] = 'Version of CAS' | |
| $string ['CASform'] = 'Authentication choice' | |
| $string ['noldapserver'] = 'No LDAP server configured for CAS! Syncing disabled.' | |
| $string ['pluginname'] = 'CAS server (SSO)' | |
| $string['accesCAS'] = 'CAS users' |
Definition at line 26 of file auth_cas.php.
| $string['accesNOCAS'] = 'other users' |
Definition at line 27 of file auth_cas.php.
| $string['auth_cas_auth_user_create'] = 'Create users externally' |
Definition at line 28 of file auth_cas.php.
| $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/' |
Definition at line 29 of file auth_cas.php.
| $string['auth_cas_baseuri_key'] = 'Base URI' |
Definition at line 30 of file auth_cas.php.
| $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.' |
Definition at line 31 of file auth_cas.php.
| $string['auth_cas_cantconnect'] = 'LDAP part of CAS-module cannot connect to server: {$a}' |
Definition at line 32 of file auth_cas.php.
| $string['auth_cas_casversion'] = 'Version' |
Definition at line 33 of file auth_cas.php.
| $string['auth_cas_certificate_check'] = 'Turn this to \'yes\' if you want to validate the server certificate' |
Definition at line 34 of file auth_cas.php.
| $string['auth_cas_certificate_path_empty'] = 'If you turn on Server validation, you need to specify a certificate path' |
Definition at line 35 of file auth_cas.php.
| $string['auth_cas_certificate_check_key'] = 'Server validation' |
Definition at line 36 of file auth_cas.php.
| $string['auth_cas_certificate_path'] = 'Path of the CA chain file (PEM Format) to validate the server certificate' |
Definition at line 37 of file auth_cas.php.
| $string['auth_cas_certificate_path_key'] = 'Certificate path' |
Definition at line 38 of file auth_cas.php.
| $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.' |
Definition at line 39 of file auth_cas.php.
| $string['auth_cas_create_user_key'] = 'Create user' |
Definition at line 40 of file auth_cas.php.
| $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.' |
Definition at line 41 of file auth_cas.php.
| $string['auth_cas_enabled'] = 'Turn this on if you want to use CAS authentication.' |
Definition at line 42 of file auth_cas.php.
| $string['auth_cas_hostname'] = 'Hostname of the CAS server <br />eg: host.domain.fr' |
Definition at line 43 of file auth_cas.php.
| $string['auth_cas_hostname_key'] = 'Hostname' |
Definition at line 44 of file auth_cas.php.
| $string['auth_cas_changepasswordurl'] = 'Password-change URL' |
Definition at line 45 of file auth_cas.php.
| $string['auth_cas_invalidcaslogin'] = 'Sorry, your login has failed - you could not be authorised' |
Definition at line 46 of file auth_cas.php.
| $string['auth_cas_language'] = 'Selected language' |
Definition at line 47 of file auth_cas.php.
| $string['auth_cas_language_key'] = 'Language' |
Definition at line 48 of file auth_cas.php.
| $string['auth_cas_logincas'] = 'Secure connection access' |
Definition at line 49 of file auth_cas.php.
| $string['auth_cas_logoutcas'] = 'Turn this to \'yes\' if you want to logout from CAS when you disconnect from Moodle' |
Definition at line 50 of file auth_cas.php.
| $string['auth_cas_logoutcas_key'] = 'Logout CAS' |
Definition at line 51 of file auth_cas.php.
| $string['auth_cas_multiauth'] = 'Turn this to \'yes\' if you want to have multi-authentication (CAS + other authentication)' |
Definition at line 52 of file auth_cas.php.
| $string['auth_cas_multiauth_key'] = 'Multi-authentication' |
Definition at line 53 of file auth_cas.php.
| $string['auth_casnotinstalled'] = 'Cannot use CAS authentication. The PHP LDAP module is not installed.' |
Definition at line 54 of file auth_cas.php.
| $string['auth_cas_port'] = 'Port of the CAS server' |
Definition at line 55 of file auth_cas.php.
| $string['auth_cas_port_key'] = 'Port' |
Definition at line 56 of file auth_cas.php.
Definition at line 57 of file auth_cas.php.
| $string['auth_cas_proxycas_key'] = 'Proxy mode' |
Definition at line 58 of file auth_cas.php.
| $string['auth_cas_server_settings'] = 'CAS server configuration' |
Definition at line 59 of file auth_cas.php.
| $string['auth_cas_text'] = 'Secure connection' |
Definition at line 60 of file auth_cas.php.
| $string['auth_cas_use_cas'] = 'Use CAS' |
Definition at line 61 of file auth_cas.php.
Definition at line 62 of file auth_cas.php.
| $string['CASform'] = 'Authentication choice' |
Definition at line 63 of file auth_cas.php.
| $string['noldapserver'] = 'No LDAP server configured for CAS! Syncing disabled.' |
Definition at line 64 of file auth_cas.php.
| $string['pluginname'] = 'CAS server (SSO)' |
Definition at line 65 of file auth_cas.php.