From: Uwe H. <dig...@gm...> - 2005-06-30 20:28:21
|
hi, pam_mysql works wonderful for me, except md5 crypt! i use this line for pam.d/imap account required pam_mysql.so user=bbauth passwd=test host=localhost db=bb table=bbusers usercolumn=user passwdcolumn=pass crypt=3 on a gnu/linux 2.6 system. my distribution got a package for 0.5, so i compiled 0.6 manually and it installed in /lib/security - pam_mysql.so was there before, too. don't think there is the mistake but who knows :) the password was made with mysql's md5() function and the field is a varchar - i also tested blob after reading a bit, but that didn't work ( i'm not so experienced with sql, so i've done some trial and error). as said, it works with the plain auth and i really can't figure out my mistake.. bye |