소스 검색

[pgsql] Fix auth in v14 (#7560)

Joan Miquel 3 년 전
부모
커밋
4ea06ba5d5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      toolset/databases/postgres/postgresql.conf

+ 1 - 1
toolset/databases/postgres/postgresql.conf

@@ -81,7 +81,7 @@ ssl = false                             # (change requires restart)
 #ssl_ciphers = 'ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH'	# allowed SSL ciphers
 					# (change requires restart)
 #ssl_renegotiation_limit = 512MB	# amount of data between renegotiations
-#password_encryption = on
+password_encryption = md5
 #db_user_namespace = off
 
 # Kerberos and GSSAPI