# TYPE DATABASE USER ADDRESS METHOD
# "local" is for Unix domain socket connections only
local all all trust
# IPv4 local connections:
#host all all 127.0.0.1/32 md5
# IPv6 local connections:
host all all ::1/128 ident
# Allow replication connections from localhost, by a user with the
# replication privilege.
host all all 0.0.0.0/0 md5
host all postgres 0.0.0.0/0 md5
При попытке логина пользователя postgres к БД через винду на другой машине пишет :
FATAL: password authentication failed for user "postgres"
Но, при этом, созданные мною другие юзеры спокойно заходят. В чем прикол? Подскажите пожалуйста
Покажите подробнее, что Вы делаете (Как именно пробуете? Когда именно выдаётся ошибка?) Кстати, вот это: > host all all 0.0.0.0/0 md5 > host all postgres 0.0.0.0/0 md5 Бесполезно, т.к.: The first record with a matching connection type, client address, requested database, and user name is used to perform authentication. There is no “fall-through” or “backup”: if one record is chosen and the authentication fails, subsequent records are not considered.
Обсуждают сегодня