atom feed23 messages in ru.sysoev.nginxRe: Auth user with postgresql
FromSent OnAttachments
Giuseppe TofoniFeb 17, 2012 4:38 am 
Piotr SikoraFeb 17, 2012 4:49 am 
Francis DalyFeb 17, 2012 4:53 am 
Giuseppe TofoniFeb 17, 2012 11:12 am 
Piotr SikoraFeb 17, 2012 11:27 am 
Giuseppe TofoniFeb 17, 2012 12:24 pm 
Piotr SikoraFeb 17, 2012 1:04 pm 
Giuseppe TofoniFeb 17, 2012 3:28 pm 
Piotr SikoraFeb 17, 2012 4:04 pm 
Giuseppe TofoniFeb 18, 2012 2:48 am 
Piotr SikoraFeb 18, 2012 6:17 am 
Giuseppe TofoniFeb 18, 2012 10:44 am 
Piotr SikoraFeb 18, 2012 11:11 am 
Giuseppe TofoniFeb 20, 2012 3:37 pm 
kt...@rice.eduFeb 21, 2012 8:01 am 
Giuseppe TofoniFeb 21, 2012 8:44 am 
kt...@rice.eduFeb 21, 2012 9:01 am 
MaxFeb 21, 2012 11:11 am 
Piotr SikoraFeb 21, 2012 11:19 am 
Giuseppe TofoniFeb 21, 2012 11:21 am 
MaxFeb 21, 2012 6:02 pm 
Edho AriefFeb 21, 2012 7:53 pm 
Giuseppe TofoniFeb 22, 2012 2:32 pm 
Subject:Re: Auth user with postgresql
From:Giuseppe Tofoni (gt0@gmail.com)
Date:Feb 18, 2012 2:48:18 am
List:ru.sysoev.nginx

Hi,

In my database passwords are all stored in MD5 has been created using PHP. The value in the database for user pippo is h7n37SzKs.aO6 and there are no problems with APACHE I used the same password with python and there are no problems.

I would like to use nginx but if I do not solve the problem of the passwords can not leave APACHE and PHP.

Many Many thanks for your patience

Giuseppe

2012/2/18 Piotr Sikora <piot@frickle.com>:

Hi,

I have no errors, nginx starts correctly, but the password  are calculated differently:

password : pippo

created with  htpasswd       h7n37SzKs.aO6    (test with auth_basic_user_file is ok) created with set_md5         0c88028bf3aa6a6a143ed846f2be1ea4   error

Uhm, and what value do you have in the database?

  MD5("pippo") = 0c88028bf3aa6a6a143ed846f2be1ea4

so it would seem that you don't store MD5 hashes after all?