Skip to content

Commit

Permalink
LDAP Validator - missing userDN and missing baseDN values result
Browse files Browse the repository at this point in the history
  • Loading branch information
lasiva committed Apr 27, 2021
1 parent 2395ab4 commit ab519ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ldap_validator/ldap_validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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_)


Expand Down

0 comments on commit ab519ad

Please sign in to comment.