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

bindinstance: use LDAP to determine configuration status #311

Closed
wants to merge 1 commit into from

Conversation

martbab
Copy link
Contributor

@martbab martbab commented Dec 6, 2016

Instead of checking sysrestore status which leads to incorrect
evaluation of DNS configuration status during 4.2 -> 4.4 upgrade, use
server roles API to query DNS server role status on the master.

Use the default implementation only if LDAP connection is unavailable or
stale.

https://fedorahosted.org/freeipa/ticket/6503

Instead of checking sysrestore status which leads to incorrect
evaluation of DNS configuration status during 4.2 -> 4.4 upgrade, use
server roles API to query DNS server role status on the master.

Use the default implementation only if LDAP connection is unavailable or
stale.

https://fedorahosted.org/freeipa/ticket/6503
Copy link
Contributor

@pspacek pspacek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Given that this is going to 4.4 branch it would be better to keep changes minimal. Please use something which looks into /etc/named.conf instead of LDAP, it will be less fragile.

LDAP usage will require systematic changes in upgrade & uninstall as we discussed in person.

@martbab
Copy link
Contributor Author

martbab commented Dec 6, 2016

OK I will then close this PR and create a separate one against ipa-4-4

@martbab martbab closed this Dec 6, 2016
@martbab martbab added the rejected Pull Request has been rejected label Dec 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rejected Pull Request has been rejected
Projects
None yet
2 participants