-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Description
When using the crypt function I'm getting the following error:
pam_mysql - something went wrong when invoking crypt() - Invalid argument
pam_mysql - pam_mysql_check_passwd() returning 6.
This is the pam.d/sshd config that is being used:
auth optional pam_mysql.so user=xxxx passwd=xxxx db=xxxx table=users usercolumn=users.user passwdcolumn=users.password crypt=1 blowfish=true verbose=1
account required pam_mysql.so user=xxxx passwd=xxxx db=xxxx table=users usercolumn=users.user passwdcolumn=users.password crypt=1 blowfish=true verbose=1
pam-mysql version v0.8.1-30-g4f76d51
Metadata
Metadata
Assignees
Labels
No labels