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
Hey Thanks for refactoring pam-MYySQL module.
pam-MYySQL
When I use the new beta1 version, I got this error.
'$1$GcEzthuz$H9PYgAACHdtkxtTSHsYwT0' v '$1$GcEzthuz$H9PYgAACHdtkxtTSHsYwT0' (<= 'sldkjfsdf'). Error = 0. malloc(): invalid size (unsorted)
The issue does not exist in version 0.8.2
My pam configuration is like this:
auth required pam_mysql.so user={{ .Values.mysql.user }} passwd={{ .Values.mysql.password }} host={{ .Values.mysql.host }} db={{ .Values.mysql.dbname }} table=users usercolumn=userid passwdcolumn=passwd crypt=1 account sufficient pam_mysql.so user={{ .Values.mysql.user }} passwd={{ .Values.mysql.password }} host={{ .Values.mysql.host }} db={{ .Values.mysql.dbname }} table=users usercolumn=userid passwdcolumn=passwd crypt=1
The password format I'm using is: (generated with openssl passwd -1) $1$GcEzthuz$H9PYgAACHdtkxtTSHsYwT0
openssl passwd -1
$1$GcEzthuz$H9PYgAACHdtkxtTSHsYwT0
The text was updated successfully, but these errors were encountered:
Thanks for the report. I'll seek to reproduce the issue and prepare a fix.
Sorry, something went wrong.
Sorry it has taken so long to get back to you. I think I've got this fixed now. Would you please retest (assuming you're still watching this ticket!)
No branches or pull requests
Hey
Thanks for refactoring
pam-MYySQL
module.When I use the new beta1 version, I got this error.
The issue does not exist in version 0.8.2
My pam configuration is like this:
The password format I'm using is: (generated with
openssl passwd -1
)$1$GcEzthuz$H9PYgAACHdtkxtTSHsYwT0
The text was updated successfully, but these errors were encountered: