From ab519ad277ab7f493ea2de134c7de3fda921412c Mon Sep 17 00:00:00 2001 From: Latha Sivakumar Date: Tue, 27 Apr 2021 12:38:52 -0400 Subject: [PATCH] LDAP Validator - missing userDN and missing baseDN values result --- ldap_validator/ldap_validator.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ldap_validator/ldap_validator.py b/ldap_validator/ldap_validator.py index 6d5c217..44b9ae9 100644 --- a/ldap_validator/ldap_validator.py +++ b/ldap_validator/ldap_validator.py @@ -217,7 +217,6 @@ def failTestSuite(ldap_logger): ldap_logger.error("LDAP sitedefault.yaml verification has failed. Please see the log for more information.") print("LDAP sitedefault.yaml verification has failed. Please see the log for more information.") - print("Check log file: " + sas_logger.get_log_file()) sys.exit(ldap_messages.BAD_SITEYAML_RC_)