From: martinlanghoff Date: Wed, 14 Nov 2007 22:47:30 +0000 (+0000) Subject: MDL-9399 - auth/ldap: Strings for NTLM SSO - forgot one X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6f2556427355c22c6f46393fc77ebea57e70c83b;p=moodle.git MDL-9399 - auth/ldap: Strings for NTLM SSO - forgot one --- diff --git a/lang/en_utf8/auth.php b/lang/en_utf8/auth.php index 34cb22d86f..2dacdd361b 100644 --- a/lang/en_utf8/auth.php +++ b/lang/en_utf8/auth.php @@ -234,6 +234,7 @@ $string['auth_ntlmsso_subnet_key'] = 'Subnet'; $string['auth_ntlmsso_subnet'] = 'If set, it will only attempt SSO with clients in this subnet. Format: xxx.xxx.xxx.xxx/bitmask'; $string['ntlmsso_attempting'] = 'Attempting Single Sign On via NTLM...'; $string['ntlmsso_failed'] = 'Auto-login failed, try the normal login page...'; +$string['ntlmsso_isdisabled'] = 'NTLM SSO is disabled.'; // Manual plugin $string['auth_manualdescription'] = 'This method removes any way for users to create their own accounts. All accounts must be manually created by the admin user.';