Skip to content

Commit 7cf82af

Browse files
committed
Merge pull request #52 from lyhabc/patch-10
校对auth-delay.sgml文件
2 parents 939aab6 + 235ae10 commit 7cf82af

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

postgresql/doc/src/sgml/auth-delay.sgml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
</para>
1919
-->
2020
<para>
21-
<filename>auth_delay</filename>导致服务器在报告认证失败之前短暂停止
22-
使得暴力攻击数据库密码更难
21+
<filename>auth_delay</filename>会使服务器在报告认证失败之前短暂停止
22+
使得暴力破解数据库密码更难
2323
注意它并不能防止
2424
拒绝服务攻击,甚至可能恶化它们,
25-
因为报告验证失败之前等待的过程将损耗连接槽位
25+
因为报告验证失败之前的等待的过程将依然消耗连接槽位
2626
</para>
2727

2828
<!--
@@ -32,8 +32,8 @@
3232
</para>
3333
-->
3434
<para>
35-
为了该函数,这个模块必须通过<filename>postgresql.conf</>中的<xref linkend="guc-shared-preload-libraries">
36-
被加载
35+
为了使这个功能起作用,这个模块必须通过<filename>postgresql.conf</>中的<xref linkend="guc-shared-preload-libraries">
36+
加载
3737
</para>
3838

3939
<sect2>

0 commit comments

Comments
 (0)