We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If ldap.bind throws exception, it will not be handled appropriately.
We should add exception handling to make the LDAP code more robust when interacting during intermittent network / server issues.
Example - If ldap.bind times out/ connection refused/ etc, here [1], the built - in if /then logic will not handle the exception that is thrown.
[1] https://github.com/RedHatOfficial/miq-LDAP/blob/master/Automate/RedHatConsulting_LDAP/Integration/LDAP/StateMachines/Methods.class/__methods__/add_ldap_entry.rb#L165
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If ldap.bind throws exception, it will not be handled appropriately.
We should add exception handling to make the LDAP code more robust when interacting during intermittent network / server issues.
Example - If ldap.bind times out/ connection refused/ etc, here [1], the built - in if /then logic will not handle the exception that is thrown.
[1] https://github.com/RedHatOfficial/miq-LDAP/blob/master/Automate/RedHatConsulting_LDAP/Integration/LDAP/StateMachines/Methods.class/__methods__/add_ldap_entry.rb#L165
The text was updated successfully, but these errors were encountered: