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

Correctly disable cyrus-sasl in openldap #102

Merged
merged 1 commit into from
Feb 26, 2022

Conversation

spolitov
Copy link
Contributor

OpenLDAP uses cyrus-sasl by default.
When Kerberos is installed on the build machine, cyrus-sasl would use it and OpenLDAP would depend on Kerberos libraries.
Our Jenkins build machines do not have Kerberos, so the build fails if OpenLDAP depends on Kerberos.
Here we correctly turn off cyrus-sasl for OpenLDAP build to avoid having this dependency.

@spolitov spolitov requested a review from d-uspenskiy February 25, 2022 06:49
@spolitov spolitov merged commit 320a4d6 into yugabyte:master Feb 26, 2022
@spolitov spolitov deleted the fix_ldap branch February 26, 2022 04:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants