-
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
-
This patch provides the remote user ID and remote user home directory information of the authenticated user to the calling application. Used by extending the "passwdcolumn" during the AUTH phase, and populates two PAM environment context variables VUID and VHOME based on the existence of a second and third column in the AUTH SQL select.
In a nutshell, this means that a calling application...
2009-01-27 23:26:17 UTC by copernicus
-
Running postfix Cyrus-SASL using the pam module to go to mysql.
I am logging in as joeblow@domain.com, but for some reason the domain is getting stripped off? It
auth.log
do_auth : auth failure: [user=joeblow] [service=smtp] [realm=idquickview.com] [mech=pam] [reason=PAM auth error]
mysql.log
SELECT password FROM mailbox WHERE username = 'joeblow'
It should be doing...
2009-01-09 08:53:21 UTC by st00ner
-
I have a problem with pam_mysql not getting my auth token when configured for sshd.
The only auth module in /etc/pam.d/sshd is this:
auth required pam_mysql.so user=root \
passwd=blar \
host=localhost \
db=ispdb \.
2008-10-16 12:57:11 UTC by nobody
-
Can you send some debug info, or a -snip- from your mysql query log ?!
you could try to do user.active="1"
let me know if this is still a problem...
Cheers, Collen.
2008-08-28 08:17:34 UTC by collen
-
Not sure i understand your question,
but don't think this is normal pam behaviour.
you could try radius maybe, coz they have accounting by Ip (and more)
but why do you need your ip phone to use linux and vsftp ?!?!
i thought ip phones where here for calling (-: not ftp-ing hehe.
let me know if this is still active, and i'll plunge into it ..
2008-08-28 08:13:47 UTC by collen