소스 검색

Merge pull request #12 from volga629/volga629-patch-3

Fix pg_hba.conf
volga629 9 년 전
부모
커밋
a4184e5cad
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      install/fedora-server/22/install-functions_fedora_server22

+ 2 - 2
install/fedora-server/22/install-functions_fedora_server22

@@ -327,9 +327,9 @@ cat << 'EOF'
 # "local" is for Unix domain socket connections only
 # "local" is for Unix domain socket connections only
 local   all             all                                     peer
 local   all             all                                     peer
 # IPv4 local connections:
 # IPv4 local connections:
-host    all             all             127.0.0.1/32            peer
+host    all             all             127.0.0.1/32            trust
 # IPv6 local connections:
 # IPv6 local connections:
-host    all             all             ::1/128                 peer
+host    all             all             ::1/128                 trust
 # Allow replication connections from localhost, by a user with the
 # Allow replication connections from localhost, by a user with the
 # replication privilege.
 # replication privilege.
 #local   replication     postgres                                peer
 #local   replication     postgres                                peer