From: Moriyoshi K. <mor...@at...> - 2007-04-06 17:12:37
|
Xyon, xyon wrote: > Is pam_mysql very picky about config file syntax? Perhaps my syntax is > off by one character or something, although it would likely error out > wouldn't it? Is "verbose=1" the most verbose I can get? If you doubt the pam_mysql's config file, then list all the settings in pam_mysql lines of the PAM config file, which should accurately configures pam_mysql. "verbose" is an on / off setting. > Perhaps an strace would provide some insight, but I'm not sure which > process should be strace'd. strace (or ltrace) pam_mysql with pamtester. That's exactly what I was doing. # ltrace pamtester <service_name> <user_name> authenticate -- Moriyoshi Koizumi <mor...@at...> |