@@ -19,14 +19,15 @@ ____________________________________________________________________________-->
19
19
<para>
20
20
The <filename>passwordcheck</filename> module checks users' passwords
21
21
whenever they are set with
22
- <xref linkend="SQL-CREATEROLE" > or
22
+ <xref linkend="sql-createrole"/ > or
23
23
<xref linkend="SQL-ALTERROLE">.
24
24
If a password is considered too weak, it will be rejected and
25
25
the command will terminate with an error.
26
26
</para>
27
27
____________________________________________________________________________-->
28
28
<para>
29
- 只要通过<xref linkend="SQL-CREATEROLE"/>或<xref linkend="SQL-ALTERROLE"/>设置用户,<filename>passwordcheck</filename>模块会检查用户的口令。如果一个口令被认为太弱,它将被拒绝并且该命令将带着一个错误终止。
29
+ 只要通过<xref linkend="sql-createrole"/>或<xref linkend="sql-alterrole"/>设置用户,
30
+ <filename>passwordcheck</filename>模块会检查用户的口令。如果一个口令被认为太弱,它将被拒绝并且该命令将带着一个错误终止。
30
31
</para>
31
32
32
33
<!--==========================orignal english content==========================
@@ -44,7 +45,7 @@ ____________________________________________________________________________-->
44
45
<para>
45
46
You can adapt this module to your needs by changing the source code.
46
47
For example, you can use
47
- <ulink url="http ://sourceforge.net/projects/cracklib/">CrackLib</ulink>
48
+ <ulink url="https ://sourceforge.net/projects/cracklib/">CrackLib</ulink>
48
49
to check passwords — this only requires uncommenting
49
50
two lines in the <filename>Makefile</filename> and rebuilding the
50
51
module. (We cannot include <productname>CrackLib</productname>
@@ -55,7 +56,7 @@ ____________________________________________________________________________-->
55
56
</para>
56
57
____________________________________________________________________________-->
57
58
<para>
58
- 你可以通过修改源代码来按你的需要修改这个模块。例如,你可以使用<ulink url="http ://sourceforge.net/projects/cracklib/">CrackLib</ulink>来检查口令 — 这只需要在<filename>Makefile</filename>中取消两行的注释并且重新编译该模块(由于授权原因,我们不能默认包括<productname>CrackLib</productname>)。如果没有<productname>CrackLib</productname>,该模块会对口令强度强制一些简单的规则,你可以自行修改和扩充。
59
+ 你可以通过修改源代码来按你的需要修改这个模块。例如,你可以使用<ulink url="https ://sourceforge.net/projects/cracklib/">CrackLib</ulink>来检查口令 — 这只需要在<filename>Makefile</filename>中取消两行的注释并且重新编译该模块(由于授权原因,我们不能默认包括<productname>CrackLib</productname>)。如果没有<productname>CrackLib</productname>,该模块会对口令强度强制一些简单的规则,你可以自行修改和扩充。
59
60
</para>
60
61
61
62
<caution>
0 commit comments