浏览代码

[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