-
hello,
i use pam_mysql-0.6.2 with vsftpd.
with the original version we can't authenticate user with multiple condition
we have modified the pam_mysql.c to accept 3 conditions like:
account required pam_mysql.so user=vsftpd passwd=xxxxxxx host=localhost db=xxxxxxxx table=users usercolumn0=name usercolumn1=email passwdcolumn=password crypt=2...
2009-11-18 09:44:00 UTC by jes18
-
I've noticed that there is a problem with joomla1.5 password column.
it basically looks like this
PASSWD_MD5:SALT
PASSWD_MD5 = MD5(PASSWD+SALT);
I've managed to write aprioprioate code which adds new crypt option value for it(5).
works witch stock 0.7-RC1.
2009-10-20 20:48:36 UTC by nobody
-
Hi.
I am running a vsftpd server on openSuse 11, which authenticates its users using a mysql table. This needs mysql_pam. I am trying to install it now, using the instructions in the "INSTALL" text file included in the download. When I run ./configure, all goes well, until I get this message:
configure: error: Cannot locate mysql client library. Please check your mysql...
2009-10-06 20:42:08 UTC by rudolfbyker
-
the pam_mysql.so file gets installed to
/lib/security/
when it should be placed into
/lib64/security/
Simply moving the file makes the system work correctly,
It would be better if the spec file installed it into the correct directory.
2009-09-05 11:33:25 UTC by davidbeveridge
-
pam_mysql always sends "pam_mysql - SELECT returned no result." to syslog, even if verbose=0.
I don't think there's a reason for keeping this line in the logs once the configuration debugging is done, as it is a normal situation when the user is provided by an other PAM module.
The provided patch simply adds a test before each call to the syslog() function that prints "SELECT returned no...
2009-08-24 13:52:48 UTC by nobody
-
Hello,
i have exactly the same problem. Did you find a solution?.
2009-08-06 10:22:05 UTC by go-soft