From 149474bfe3144ba8f42ad05666d54658c69f78f3 Mon Sep 17 00:00:00 2001
From: James M <31522486+azmcnutt@users.noreply.github.com>
Date: Thu, 27 Feb 2025 12:42:47 -0700
Subject: [PATCH] Update general.php
FIX: Spelling error
---
resources/lang/en-US/admin/settings/general.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/lang/en-US/admin/settings/general.php b/resources/lang/en-US/admin/settings/general.php
index f02de36fc..c2dd9fdb2 100644
--- a/resources/lang/en-US/admin/settings/general.php
+++ b/resources/lang/en-US/admin/settings/general.php
@@ -118,7 +118,7 @@ return [
'ldap_version' => 'LDAP Version',
'ldap_active_flag' => 'LDAP Active Flag',
'ldap_activated_flag_help' => 'This value is used to determine whether a synced user can login to Snipe-IT. It does not affect the ability to check items in or out to them, and should be the attribute name within your AD/LDAP, not the value.
If this field is set to a field name that does not exist in your AD/LDAP, or the value in the AD/LDAP field is set to 0
or false
, user login will be disabled. If the value in the AD/LDAP field is set to 1
or true
or any other text means the user can log in. When the field is blank in your AD, we respect the userAccountControl
attribute, which usually allows non-suspended users to log in.',
- 'ldap_invert_active_flag' => 'LDAP Invert Active Flad',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'LDAP Employee Number',
'ldap_email' => 'LDAP Email',