This is an automated email from the ASF dual-hosted git repository. ncole pushed a commit to branch branch-feature-AMBARI-21674 in repository https://gitbox.apache.org/repos/asf/ambari.git
commit 431dde52782c8751438f3a63278b5b1c97b800dc Author: Sandor Molnar <[email protected]> AuthorDate: Sun Jan 21 22:46:31 2018 +0100 AMBARI-22797. Fixed error message --- ambari-server/src/main/python/ambari_server/setupSecurity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ambari-server/src/main/python/ambari_server/setupSecurity.py b/ambari-server/src/main/python/ambari_server/setupSecurity.py index 165f6eb..7b33f72 100644 --- a/ambari-server/src/main/python/ambari_server/setupSecurity.py +++ b/ambari-server/src/main/python/ambari_server/setupSecurity.py @@ -652,7 +652,7 @@ def update_ldap_configuration(properties, ldap_property_value_map): response_status_code = response.getcode() if response_status_code != 200: - err = 'Error during syncing. Http status code - ' + str(response_status_code) + err = 'Error during setup-ldap. Http status code - ' + str(response_status_code) raise FatalException(1, err) def setup_ldap(options): -- To stop receiving notification emails like this one, please contact [email protected].
