Re: pam_mysql - non-crypt()ish MD5 hash is not supported in this build

2008-03-15 Thread jeffry s
On Fri, Mar 14, 2008 at 7:51 PM, jeffry s [EMAIL PROTECTED] wrote:

 i did try to paste the error message in google. but google answer with
 alien language.
 kidding, i mean language i don't understand.
 the bug submitted 15jun2006. i wonder why still not fixed. i download the
 pam-mysql deb
 from debian unstable repo and get it install. still no luck

 i think i want to try recompile then :)



i found the solutions

http://www.serverstuff.info/pam_mysql+in+fedora+core+7


Re: pam_mysql - non-crypt()ish MD5 hash is not supported in this build

2008-03-14 Thread iena unlike
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=373834

On Fri, Mar 14, 2008 at 12:16 PM, jeffry s [EMAIL PROTECTED] wrote:

 i am trying to use pam mysql to authenticate vsftpd user.
 basically when i try to authenticate against the table with password
 encrypted with PASSWORD()
 built in mysql. it work!

 auth required pam_mysql.so user=root passwd= host=localhost db=dbtest
 table=user usercolumn=user_name passwdcolumn=user_password crypt=2
 account required pam_mysql.so user=root passwd=  host=localhost
 db=dbtest table=user usercolum=user_name passwdcolumn=user_password crypt=2

 now the password is encrypted with mysql MD5() function

 auth required pam_mysql.so user=root passwd= host=localhost db=dbtest
 table=user usercolumn=user_name passwdcolumn=user_password crypt=3
 account required pam_mysql.so user=root passwd=  host=localhost
 db=dbtest table=user usercolum=user_name passwdcolumn=user_password crypt=3

 but it doesn't work. digging into /var/log/auth.log

 vsftpd: pam_mysql - non-crypt()ish MD5 hash is not supported in this
 build.

 anyone know how to fix this?
 i am using debian etch.






Re: pam_mysql - non-crypt()ish MD5 hash is not supported in this build

2008-03-14 Thread iena unlike
I think :-/. Try to paste the string of the general error in
google...peraphs you will try a workaround to fix it. Or you may install
alternative ftpd, as proftpd.
Ultimately Vsftpd gives me strange errors. In ubuntu 7.10, for example, the
virtual user tipology don't work. :-/

bye

On Fri, Mar 14, 2008 at 12:40 PM, jeffry s [EMAIL PROTECTED] wrote:



 On Fri, Mar 14, 2008 at 7:30 PM, iena unlike [EMAIL PROTECTED]
 wrote:

  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=373834
 
 
  On Fri, Mar 14, 2008 at 12:16 PM, jeffry s [EMAIL PROTECTED] wrote:
 
   i am trying to use pam mysql to authenticate vsftpd user.
   basically when i try to authenticate against the table with password
   encrypted with PASSWORD()
   built in mysql. it work!
  
   auth required pam_mysql.so user=root passwd= host=localhost
   db=dbtest table=user usercolumn=user_name passwdcolumn=user_password 
   crypt=2
   account required pam_mysql.so user=root passwd=  host=localhost
   db=dbtest table=user usercolum=user_name passwdcolumn=user_password 
   crypt=2
  
   now the password is encrypted with mysql MD5() function
  
   auth required pam_mysql.so user=root passwd= host=localhost
   db=dbtest table=user usercolumn=user_name passwdcolumn=user_password 
   crypt=3
   account required pam_mysql.so user=root passwd=  host=localhost
   db=dbtest table=user usercolum=user_name passwdcolumn=user_password 
   crypt=3
  
   but it doesn't work. digging into /var/log/auth.log
  
   vsftpd: pam_mysql - non-crypt()ish MD5 hash is not supported in this
   build.
  
   anyone know how to fix this?
   i am using debian etch.
  
  
  
  
 
 omg.. it happened to be a bug.
 thanks iena..



Re: pam_mysql - non-crypt()ish MD5 hash is not supported in this build

2008-03-14 Thread jeffry s
i did try to paste the error message in google. but google answer with alien
language.
kidding, i mean language i don't understand.
the bug submitted 15jun2006. i wonder why still not fixed. i download the
pam-mysql deb
from debian unstable repo and get it install. still no luck

i think i want to try recompile then :)


Re: pam_mysql - non-crypt()ish MD5 hash is not supported in this build

2008-03-14 Thread jeffry s
On Fri, Mar 14, 2008 at 7:30 PM, iena unlike [EMAIL PROTECTED] wrote:

 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=373834


 On Fri, Mar 14, 2008 at 12:16 PM, jeffry s [EMAIL PROTECTED] wrote:

  i am trying to use pam mysql to authenticate vsftpd user.
  basically when i try to authenticate against the table with password
  encrypted with PASSWORD()
  built in mysql. it work!
 
  auth required pam_mysql.so user=root passwd= host=localhost
  db=dbtest table=user usercolumn=user_name passwdcolumn=user_password crypt=2
  account required pam_mysql.so user=root passwd=  host=localhost
  db=dbtest table=user usercolum=user_name passwdcolumn=user_password crypt=2
 
  now the password is encrypted with mysql MD5() function
 
  auth required pam_mysql.so user=root passwd= host=localhost
  db=dbtest table=user usercolumn=user_name passwdcolumn=user_password crypt=3
  account required pam_mysql.so user=root passwd=  host=localhost
  db=dbtest table=user usercolum=user_name passwdcolumn=user_password crypt=3
 
  but it doesn't work. digging into /var/log/auth.log
 
  vsftpd: pam_mysql - non-crypt()ish MD5 hash is not supported in this
  build.
 
  anyone know how to fix this?
  i am using debian etch.
 
 
 
 

omg.. it happened to be a bug.
thanks iena..