Fwd: Re: Admin user issue: unable to login after changing password

Поиск
Список
Период
Сортировка
От sharon
Тема Fwd: Re: Admin user issue: unable to login after changing password
Дата
Msg-id 52F213A0.6090803@erabyte.it
обсуждение исходный текст
Список pgsql-admin



-------- Messaggio originale --------
Oggetto: Re: [ADMIN] Admin user issue: unable to login after changing password
Data: Wed, 05 Feb 2014 11:32:48 +0100
Mittente: sharon <sharon@erabyte.it>
A: desmodemone <desmodemone@gmail.com>


Hello sharon,
                        first : please use bottom posting , so it's more easy to read the mail history / thread from up to down.
Second: could you attach the pg_hba.conf ?
Third: how you connect to postgresql ?
Four: after modify the pg_hba.conf, did you reload or restart postgresql?

I explain:  if you connect to "localhost"  the rule

host     all             postgres             localhost               trust

make you enter in the database trough the 127.0.0.1 on 5432 ( I imagine you have the default settings and the firewall with the open port or firewall down ) without password

psql -U postgres -h localhost

will connect to database

if you not specified "locahost"  the probably rule you will meet will be about "local" connection :

local     all             all                             peer

that will make you enter without password, only if your OS account exists in the database.


Bye

Mat

Nessun virus nel messaggio.
Controllato da AVG - www.avg.com
Versione: 2014.0.4259 / Database dei virus: 3684/7062 - Data di rilascio: 04/02/2014


Hi,
for some reason pgsql uses only the ipv6 configuration while i was changing the ipv4.
Now everything is working again.

Thank you very much for your help

Sharon


В списке pgsql-admin по дате отправления:

Предыдущее
От: desmodemone
Дата:
Сообщение: Re: Admin user issue: unable to login after changing password
Следующее
От: Kido Kouassi
Дата:
Сообщение: SQL 2000 to PostgreSQL 9.3 Replication of Large Number of Tables