airtime=# UPDATE cc_subjs SET pass = md5('admin') where login = 'admin';UPDATE 1
I have a look into my postgresql logs :
2012-03-28 11:34:37 CEST FATAL:
authentification par mot de passe ?chou?e pour l'utilisateur << airtime >>
translated in english it mean "password identification failed for
user" (airtime)
shall i open specific port in iptable ?
for information :
netstat -taupen | grep 5432
tcp 0 0 127.0.0.1:5432 0.0.0.0:* LISTEN
107 12669130 18868/postgres
# TYPE DATABASE USER CIDR-ADDRESS METHOD# "local" is for Unix domain socket connections onlylocal all all ident# IPv4 local connections:host all all 127.0.0.1/32 md5
airtime.domain.net:80 193.XXX.XXX.9 - -
[29/Mar/2012:13:56:47 +0200] "POST /login HTTP/1.1" 302 435 "http://airtime.domain.net/login"
"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.19 (KHTML, like Gecko)
Chrome/18.0.1025.140 Safari/535.19"
airtime.domain.net:80 193.XXX.XXX.9 - - [29/Mar/2012:13:56:47
+0200] "GET /login HTTP/1.1" 200 1680 "http://airtime.domain.net/login"
"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.19 (KHTML, like Gecko)
Chrome/18.0.1025.140 Safari/535.19"
It looks like you're new here. If you want to get involved, click one of these buttons!