From: exe-cutor Date: Wed, 18 Mar 2009 13:22:31 +0000 (+0000) Subject: MDL-18597 Merged from STABLE X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=1f4650184e72316c5b8b5f5173c0ac9c5adaa66a;p=moodle.git MDL-18597 Merged from STABLE --- diff --git a/lang/en_utf8/auth.php b/lang/en_utf8/auth.php index ef4123cd12..5cedeb89b2 100644 --- a/lang/en_utf8/auth.php +++ b/lang/en_utf8/auth.php @@ -353,6 +353,17 @@ $string['auth_shib_no_organizations_warning'] ='If you want to use the integrate $string['shib_not_set_up_error'] = 'Shibboleth authentication doesn\'t seem to be set up correctly because no Shibboleth environment variables are present for this page. Please consult the README for further instructions on how to set up Shibboleth authentication or contact the webmaster of this Moodle installation.'; $string['shib_no_attributes_error'] = 'You seem to be Shibboleth authenticated but Moodle didn\'t receive any user attributes. Please check that your Identity Provider releases the necessary attributes ($a) to the Service Provider Moodle is running on or inform the webmaster of this server.'; $string['shib_not_all_attributes_error'] = 'Moodle needs certain Shibboleth attributes which are not present in your case. The attributes are: $a
Please contact the webmaster of this server or your Identity Provider.'; +$string['auth_shib_integrated_wayf'] = 'Moodle WAYF Service'; +$string['auth_shib_integrated_wayf_description'] = 'If you check this, Moodle will use its own WAYF service instead of the one configured for Shibboleth. Moodle will display a drop-down list on this alternative login page where the user has to select his Identity Provider.'; +$string['auth_shib_idp_list'] = 'Identity Providers'; +$string['auth_shib_idp_list_description'] = 'Provide a list of Identity Provider entityIDs to let the user choose from on the login page.
On each line there must be a comma-separated tuple for entityID of the IdP (see the Shibboleth metadata file) and Name of IdP as it shall be displayed in the drow-down list.
As an optional third parameter you can add the location of a Shibboleth session initiator that shall be used in case your Moodle installation is part of a multi federation setup.'; +$string['auth_shib_logout_url'] = 'Shibboleth Service Provider logout handler URL'; +$string['auth_shib_logout_url_description'] = 'Provide the URL to the Shibboleth Service Provider logout handler. This typically is /Shibboleth.sso/Logout'; +$string['auth_shib_auth_method'] = 'Authentication Method Name'; +$string['auth_shib_auth_method_description'] = 'Provide a name for the Shibboleth authentication method that is familiar to your users. This could be the name of your Shibboleth federation, e.g. SWITCHaai Login or InCommon Login or similar.'; +$string['auth_shib_logout_return_url'] = 'Alternative logout return URL'; +$string['auth_shib_logout_return_url_description'] = 'Provide the URL that Shibboleth users shall be redirected to after logging out.
If left empty, users will be redirected to the location that moodle will redirect users to'; + $string['auth_updatelocal'] = 'Update local'; $string['auth_updatelocal_expl'] = '

Update local: If enabled, the field will be updated (from external auth) every time the user logs in or there is a user synchronization. Fields set to update locally should be locked.

';