From 6f2556427355c22c6f46393fc77ebea57e70c83b Mon Sep 17 00:00:00 2001 From: martinlanghoff Date: Wed, 14 Nov 2007 22:47:30 +0000 Subject: [PATCH] MDL-9399 - auth/ldap: Strings for NTLM SSO - forgot one --- lang/en_utf8/auth.php | 1 + 1 file changed, 1 insertion(+) 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.'; -- 2.39.5