From 35542703661307ca8b5d5e090fd098974eeb4df1 Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 18 Feb 2025 19:25:40 +0000 Subject: [PATCH 1/2] Updated LDAP sync text Signed-off-by: snipe --- resources/lang/en-US/admin/settings/general.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/en-US/admin/settings/general.php b/resources/lang/en-US/admin/settings/general.php index 97567df8df..f11b7a0ffc 100644 --- a/resources/lang/en-US/admin/settings/general.php +++ b/resources/lang/en-US/admin/settings/general.php @@ -109,8 +109,8 @@ return [ 'ldap_pword' => 'LDAP Bind Password', 'ldap_basedn' => 'Base Bind DN', 'ldap_filter' => 'LDAP Filter', - 'ldap_pw_sync' => 'LDAP Password Sync', - 'ldap_pw_sync_help' => 'Uncheck this box if you do not wish to keep LDAP passwords synced with local passwords. Disabling this means that your users may not be able to login if your LDAP server is unreachable for some reason.', + 'ldap_pw_sync' => 'LDAP Password Cache', + 'ldap_pw_sync_help' => 'Uncheck this box if you do not wish to keep LDAP passwords cached as local passwords. Disabling this means that your users may not be able to login if your LDAP server is unreachable for some reason.', 'ldap_username_field' => 'Username Field', 'ldap_lname_field' => 'Last Name', 'ldap_fname_field' => 'LDAP First Name', From 6de08f46fd33bee60b8f5915ee82452168bc52aa Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 18 Feb 2025 19:26:36 +0000 Subject: [PATCH 2/2] Few more tweaks Signed-off-by: snipe --- resources/lang/en-US/admin/settings/general.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/en-US/admin/settings/general.php b/resources/lang/en-US/admin/settings/general.php index f11b7a0ffc..ba0916e3b2 100644 --- a/resources/lang/en-US/admin/settings/general.php +++ b/resources/lang/en-US/admin/settings/general.php @@ -109,8 +109,8 @@ return [ 'ldap_pword' => 'LDAP Bind Password', 'ldap_basedn' => 'Base Bind DN', 'ldap_filter' => 'LDAP Filter', - 'ldap_pw_sync' => 'LDAP Password Cache', - 'ldap_pw_sync_help' => 'Uncheck this box if you do not wish to keep LDAP passwords cached as local passwords. Disabling this means that your users may not be able to login if your LDAP server is unreachable for some reason.', + 'ldap_pw_sync' => 'Cache LDAP Passwords', + 'ldap_pw_sync_help' => 'Uncheck this box if you do not wish to keep LDAP passwords cached as local hashed passwords. Disabling this means that your users may not be able to login if your LDAP server is unreachable for some reason.', 'ldap_username_field' => 'Username Field', 'ldap_lname_field' => 'Last Name', 'ldap_fname_field' => 'LDAP First Name',