-
Notifications
You must be signed in to change notification settings - Fork 62
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
Invalid argument with crypt #55
Comments
Thanks for the report. What distro / version, please? (So I can seek to reproduce the issue). |
Same issue here on CentOS 7.9.2009. |
Thanks for the report @rawlmz. Do you see this with the current code on the master branch? |
I was testing it from a rpm package (0.8.1-0.22.el7.lux). So, I don't know if it still happens with the current master branch, sorry. |
Ok; thanks! |
I have the same problem in debian 10 buster and the latest code. So far I haven't been able to figure out what is the diffrence |
OK. So I've tried debian 11 Bullseye and there blowfish works as expected. So our only option would be to either implement that particular check in the code or just accept that blowfish is not available in some cases. |
This is my working configuration in RockyLinux 9.3
dnf install http://repo.iotti.biz/CentOS/9/noarch/lux-release-9-2.noarch.rpm
dnf install pam_mysql /etc/pam.d/vsftpd
In database password column are blowfish. If verbose=1 login fail:
If crypt=1 blowfish=yes then fail:
With verbose=1:
|
Thanks! I'll try to reproduce that. |
Additional steps take to reproduce (for future convenience):
|
When using the crypt function I'm getting the following error:
This is the pam.d/sshd config that is being used:
pam-mysql version v0.8.1-30-g4f76d51
The text was updated successfully, but these errors were encountered: