From 25cb32ca6aeb81c4cbee03c127181f287961d990 Mon Sep 17 00:00:00 2001 From: snipe Date: Thu, 30 Jun 2022 18:51:44 -0700 Subject: [PATCH] Fixed typo Signed-off-by: snipe --- app/Http/Controllers/SettingsController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/SettingsController.php b/app/Http/Controllers/SettingsController.php index 29ef2234e7..50da12edf9 100755 --- a/app/Http/Controllers/SettingsController.php +++ b/app/Http/Controllers/SettingsController.php @@ -916,7 +916,7 @@ class SettingsController extends Controller */ $messages = [ 'ldap_username_field.not_in' => 'sAMAccountName (mixed case) will likely not work. You should use samaccountname (lowercase) instead. ', - 'ldap_auth_filter_query.not_in' => 'uid=samaccountname is probably not a valud auth filter. You probably want uid= ', + 'ldap_auth_filter_query.not_in' => 'uid=samaccountname is probably not a valid auth filter. You probably want uid= ', 'ldap_filter.regex' => 'This value should probably not be wrapped in parentheses.', ];