Merge branch 'develop'

This commit is contained in:
snipe 2017-10-19 16:45:22 -07:00
commit 5c105b52b6
2 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
<?php <?php
return array ( return array (
'app_version' => 'v4.0.13', 'app_version' => 'v4.0.13',
'build_version' => '273', 'build_version' => '323',
'hash_version' => 'gab3f5f4', 'hash_version' => 'gc1f8db3',
'full_hash' => 'v4.0.13-273-gab3f5f4', 'full_hash' => 'v4.0.13-323-gc1f8db3',
); );

View file

@ -46,8 +46,8 @@ return array(
'ldap_enabled' => 'LDAP enabled', 'ldap_enabled' => 'LDAP enabled',
'ldap_integration' => 'LDAP Integration', 'ldap_integration' => 'LDAP Integration',
'ldap_settings' => 'LDAP Settings', '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_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.', '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' => 'LDAP Server',
'ldap_server_help' => 'This should start with ldap:// (for unencrypted or TLS) or ldaps:// (for SSL)', 'ldap_server_help' => 'This should start with ldap:// (for unencrypted or TLS) or ldaps:// (for SSL)',
'ldap_server_cert' => 'LDAP SSL certificate validation', 'ldap_server_cert' => 'LDAP SSL certificate validation',