From: Moriyoshi K. <mor...@at...> - 2005-06-23 22:12:24
|
On 2005/06/24, at 6:39, Terry wrote: > Ok, I figured it out.=A0 I hope anyways.=A0 It appears as if the = pam-mysql=20 > modules have to appear before the other modules: > > auth=A0=A0=A0=A0=A0=A0 required=A0=A0=A0=A0 pam_nologin.so > auth=A0=A0=A0=A0=A0=A0 sufficient=A0 pam_mysql.so user=3Dasdf = passwd=3Dasdf db=3Dasdf=20 > table=3Dmos_users usercolumn=3Dusername passwdcolumn=3Dpassword = crypt=3Dmd5 Because the condition is "sufficient"; check out the documentation. That's not a bug. http://www.kernel.org/pub/linux/libs/pam/Linux-PAM-html/pam-4.html Moriyoshi |