]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-9399 - auth/ldap: Strings for NTLM SSO - forgot one
authormartinlanghoff <martinlanghoff>
Wed, 14 Nov 2007 22:47:30 +0000 (22:47 +0000)
committermartinlanghoff <martinlanghoff>
Wed, 14 Nov 2007 22:47:30 +0000 (22:47 +0000)
lang/en_utf8/auth.php

index 34cb22d86fa6e7c5289826a6f61bff9cfe8060e8..2dacdd361be999cadd36a4df23fbc6a907ef6475 100644 (file)
@@ -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.';