mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Make encryption of stored passwords the default, as discussed months ago.
This commit is contained in:
parent
579eab9880
commit
63a354c4bb
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.116 2002/05/17 01:19:16 tgl Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.117 2002/06/15 01:29:49 momjian Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<Chapter Id="runtime">
|
<Chapter Id="runtime">
|
||||||
@ -1518,8 +1518,7 @@ dynamic_library_path = '/usr/local/lib/postgresql:/home/my_project/lib:$libdir'
|
|||||||
When a password is specified in <command>CREATE USER</> or
|
When a password is specified in <command>CREATE USER</> or
|
||||||
<command>ALTER USER</> without writing either ENCRYPTED or
|
<command>ALTER USER</> without writing either ENCRYPTED or
|
||||||
UNENCRYPTED, this flag determines whether the password is to be
|
UNENCRYPTED, this flag determines whether the password is to be
|
||||||
encrypted. The default is off (do not encrypt the password), but
|
encrypted. The default is on (encrypt the password).
|
||||||
this choice may change in a future release.
|
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
@ -199,6 +199,6 @@
|
|||||||
#default_transaction_isolation = 'read committed'
|
#default_transaction_isolation = 'read committed'
|
||||||
#max_expr_depth = 10000 # min 10
|
#max_expr_depth = 10000 # min 10
|
||||||
#max_files_per_process = 1000 # min 25
|
#max_files_per_process = 1000 # min 25
|
||||||
#password_encryption = false
|
#password_encryption = true
|
||||||
#sql_inheritance = true
|
#sql_inheritance = true
|
||||||
#transform_null_equals = false
|
#transform_null_equals = false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user