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

Fix incorrect value password_encryption for >10 #396

Closed
wants to merge 1 commit into from
Closed

Fix incorrect value password_encryption for >10 #396

wants to merge 1 commit into from

Conversation

kravietz
Copy link

@kravietz kravietz commented Dec 8, 2018

In >=10 the password_encryption option is no longer a boolean, but
rather should explicitly specify the password encryption algorithm.
If you migrated to SCRAM-SHA256 the current seting will revert it back
to MD5. This fix will set the configured value for >=10.

In >=10 the `password_encryption` option is no longer a boolean, but
rather should explicitly specify the password encryption algorithm.
If you migrated to SCRAM-SHA256 the current seting will revert it back
to MD5. This fix will set the configured value for >=10.
@rbjorklin
Copy link

Is this or #368 the preferred way?

@kravietz
Copy link
Author

@rbjorklin #368 is simpler so I'd just go for that PR.

@kravietz kravietz closed this Oct 14, 2019
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.

None yet

2 participants