From: Rodolfo G. <ro...@eq...> - 2002-11-27 03:37:55
|
Hi, attached is a small patch against pam_mysql-0.4.7 which enables support for passwords encrypted using the crypt(3) found in Linux, FreeBSD and other (?) systems, that is the MD5 variant of crypt, which is recognized by starting with the characters $1$ and then a 8 character string as the seed. I hope this is useful for someone, and can be included in the main tree, if the maintainers consider it good enough. As the pam_mysql code, my code is under the LGPL, and comes with no warranties: use it at your own risk. Best regards, Rodolfo. |