[users@httpd] AuthMySQL_Encryption_Types SHA1Sum not working

2011-08-10 Thread Rajeev Prasad
Hi, I am not able to figure why SH1Sum authentication type is not working in sql table: userid: test2 sh1sum password stored:  9054fbe0b622c638224d50d20824d2ff6782e308 I computed sha2sum password as below: $ echo test2|sha1sum 9054fbe0b622c638224d50d20824d2ff6782e308  - in apache config:

Re: [users@httpd] AuthMySQL_Encryption_Types SHA1Sum not working

2011-08-10 Thread Björn Zettergren
Echo appends a linebreak, try using echo -n instead. /Björn 10 aug 2011 kl. 17:37 skrev Rajeev Prasad rp.ne...@yahoo.commailto:rp.ne...@yahoo.com: Hi, I am not able to figure why SH1Sum authentication type is not working in sql table: userid: test2 sh1sum password stored:

Re: [users@httpd] AuthMySQL_Encryption_Types SHA1Sum not working

2011-08-10 Thread Rajeev Prasad
:15 AM Subject: Re: [users@httpd] AuthMySQL_Encryption_Types SHA1Sum not working Echo appends a linebreak, try using echo -n instead. /Björn  10 aug 2011 kl. 17:37 skrev Rajeev Prasad rp.ne...@yahoo.com: Hi, I am not able to figure why SH1Sum authentication type is not working in sql