From c1f8db37d9fa2b50399ce401a14808fceffa7afb Mon Sep 17 00:00:00 2001 From: snipe Date: Thu, 19 Oct 2017 16:35:59 -0700 Subject: [PATCH 1/2] Added note about saving before testing LDAP --- resources/lang/en/admin/settings/general.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/en/admin/settings/general.php b/resources/lang/en/admin/settings/general.php index 3dd1efe70..63c3d473f 100644 --- a/resources/lang/en/admin/settings/general.php +++ b/resources/lang/en/admin/settings/general.php @@ -46,8 +46,8 @@ return array( 'ldap_enabled' => 'LDAP enabled', 'ldap_integration' => 'LDAP Integration', 'ldap_settings' => 'LDAP Settings', - 'ldap_login_test_help' => 'Enter a valid LDAP username and password to test whether your LDAP login is configured correctly.', - 'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login.', + 'ldap_login_test_help' => 'Enter a valid LDAP username and password from the base DN you specified above to test whether your LDAP login is configured correctly. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', + 'ldap_login_sync_help' => 'This only tests that LDAP can sync correctly. If your LDAP Authentication query is not correct, users may still not be able to login. YOU MUST SAVE YOUR UPDATED LDAP SETTINGS FIRST.', 'ldap_server' => 'LDAP Server', 'ldap_server_help' => 'This should start with ldap:// (for unencrypted or TLS) or ldaps:// (for SSL)', 'ldap_server_cert' => 'LDAP SSL certificate validation', From f757da1a9817b2746fdedfd4283d723938ed27dd Mon Sep 17 00:00:00 2001 From: snipe Date: Thu, 19 Oct 2017 16:45:04 -0700 Subject: [PATCH 2/2] Bumped hash --- config/version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/version.php b/config/version.php index 833bc8bc8..82471bfac 100644 --- a/config/version.php +++ b/config/version.php @@ -1,7 +1,7 @@ 'v4.0.13', - 'build_version' => '273', - 'hash_version' => 'gab3f5f4', - 'full_hash' => 'v4.0.13-273-gab3f5f4', + 'build_version' => '323', + 'hash_version' => 'gc1f8db3', + 'full_hash' => 'v4.0.13-323-gc1f8db3', );