Skip to content
New issue

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

ldap: change from ping to ldap attempts #2713

Merged
merged 1 commit into from Mar 3, 2017

Conversation

suihkulokki
Copy link
Contributor

ICMP ping might be disabled between the ldap server and OBS. ping
test is not very good, as it doesn't tell if LDAP is actually running
on the server.

Instead just try connecting ldap server until ldap_max_attempts is
reached.

ICMP ping might be disabled between the ldap server and OBS. ping
test is not very good, as it doesn't tell if LDAP is actually running
on the server.

Instead just try connecting ldap server until ldap_max_attempts is
reached.
@suihkulokki
Copy link
Contributor Author

Before the fixing the whitespace issue in the earlier version of this PR, the rspec test succeeded:

https://travis-ci.org/openSUSE/open-build-service/builds/203385647

@bgeuken bgeuken added the Frontend Things related to the OBS RoR app label Feb 20, 2017
@hennevogel
Copy link
Member

Makes an awful lot of sense and nicely done. Awesome contribution, keep them coming :-) Thank you @suihkulokki! 💐

@hennevogel hennevogel merged commit d9bc4ea into openSUSE:master Mar 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Frontend Things related to the OBS RoR app
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants