Skip to content

Commit f478000

Browse files
review completed
1 parent c3d39cd commit f478000

File tree

6 files changed

+83
-41
lines changed

6 files changed

+83
-41
lines changed

docs/passwordpolicyenforcer/10.2/administration/ppe_tool.md

Lines changed: 21 additions & 18 deletions
Large diffs are not rendered by default.

docs/passwordpolicyenforcer/10.2/administration/rules/character_rules.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,16 @@ for all products) will always use the Password Policy Enforcer character set.
2828

2929
This default character set contains the following:
3030

31-
| Rule | Default character set |
32-
| ----------- | -------------------------------------------------- |
33-
| Alpha Lower | Lowercase alphabetic (a - z) |
34-
| Alpha Upper | Uppercase alphabetic (A - Z) |
35-
| Alpha | Uppercase and lowercase alphabetic (a - z & A - Z) |
36-
| Numeric | Numerals (0 - 9) |
37-
| Special | All characters not included above |
38-
| High | All characters above ANSI 126 |
39-
| Custom | No default characters |
31+
| Rule | Default character set |
32+
| ----------- | ------------------------------------------------------------------------ |
33+
| Alpha Lower | Lowercase alphabetic (a <ul><li>z)</li></ul> |
34+
| Alpha Upper | Uppercase alphabetic (A <ul><li>Z)</li></ul> |
35+
| Alpha | Uppercase and lowercase alphabetic (a <ul><li>z & A</li><li>Z)</li></ul> |
36+
| Numeric | Numerals (0 <ul><li>9)</li></ul> |
37+
| Special | All characters not included above |
38+
| High | All characters above ANSI 126 |
39+
| Custom | No default characters |
40+
4041

4142
Select the **Enabled** check box to enable the Character rule.
4243

docs/passwordpolicyenforcer/10.2/administration/rules/dictionary_rule.md

Lines changed: 49 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,55 @@ templates in the dictionary file. Wildcard templates are specially formatted dic
3535
Password Policy Enforcer uses to reject a range of passwords. The Dictionary rule supports two
3636
wildcard template formats:
3737

38-
| Format | Example | Description |
39-
| ------ | --------- | -------------------------------------------------------------------------------- | --- | --- | --- | --------- | --- | ------- | --- | --- | --- | --- | --- | --- | --------------------------------------------------------------------------------- | --- | ---------------------------------------------------------------------------------------- | --- |
40-
| Prefix | | | | --- | | !!BAN\*!! | | !!2\*!! | | | | | --- | | Rejects passwords that start with BAN. For example: band, banish, ban, bank, etc. | | Rejects passwords that start with the numeric character 2. For example: 2ABC, 2123, etc. | |
41-
| Suffix | !!\*ING!! | Rejects passwords that end with ING. For example: pushing, howling, trying, etc. |
38+
<table>
39+
<thead>
40+
<tr>
41+
<th>Format</th>
42+
<th>Example</th>
43+
<th>Description</th>
44+
</tr>
45+
</thead>
46+
<tbody>
47+
<tr>
48+
<td valign="top">Prefix</td>
49+
<td>
50+
<table>
51+
<tbody>
52+
<tr>
53+
<td>!!BAN*!!</td>
54+
</tr>
55+
<tr>
56+
<td>!!2*!!</td>
57+
</tr>
58+
</tbody>
59+
</table>
60+
</td>
61+
<td>
62+
<table>
63+
<tbody>
64+
<tr>
65+
<td>Rejects passwords that start with BAN. For example:&#160;band, banish, ban, bank, etc.</td>
66+
</tr>
67+
<tr>
68+
<td>Rejects passwords that start with the numeric character 2. For example: 2ABC, 2123, etc. </td>
69+
</tr>
70+
</tbody>
71+
</table>
72+
</td>
73+
</tr>
74+
<tr>
75+
<td valign="Top">
76+
Suffix
77+
</td>
78+
<td valign="Top">
79+
!!*ING!!
80+
</td>
81+
<td>
82+
Rejects passwords that end with ING. For example:&#160;pushing, howling, trying, etc.
83+
</td>
84+
</tr>
85+
</tbody>
86+
</table>
4287

4388
Partial matching is performed even if Wildcard analysis is disabled. For example, the dictionary
4489
word "password" will reject the passwords "My**Password**$", "**Password**100", and

docs/passwordpolicyenforcer/10.2/evaluation/testing_the_password_policy.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,7 @@ these messages are customizable.
7777

7878
The Password Policy Client does not modify any Windows system files, and you do not have to install
7979
it to enforce a Password Policy Enforcer password policy. Web browser based versions of the Password
80-
Policy Enforcer Client are also available. See the
81-
[Administration](/docs/passwordpolicyenforcer/10.2/password_reset/administration/administration_overview.md)
82-
and
83-
[](http://www.anixis.com/products/ppeweb/)[Web](/docs/passwordpolicyenforcer/10.2/web/web_overview.md)
84-
topics for more information. Password Reset and Password Policy Enforcer/Web are licensed
85-
separately.
80+
Policy Enforcer Client are also available.
8681

8782
## Active Directory Users / Computers Console and local Users and Groups Console
8883

docs/passwordpolicyenforcer/10.2/web/editing_html_templates.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,7 @@ Enforcer/Web deletes this range before sending the page to the user's web browse
6868

6969
:::warning
7070
You may rebrand the Password Policy Enforcer/Web user interface, but it is a violation
71-
of the License Agreement to modify, remove or obscure any copyright notice. See the
72-
[License Agreement](/docs/passwordpolicyenforcer/10.2/web/license_agreement.md)
73-
topic for additional information.
71+
of the License Agreement to modify, remove or obscure any copyright notice.
7472
:::
7573

7674

docs/passwordpolicyenforcer/10.2/web/using_web.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You can also include the username and/or domain in the URL:
2525
:::info
2626
Install the SSL Certificate the web server and use the HTTPS protocol if Password
2727
Policy Enforcer/Web will be used on an unencrypted network. See the
28-
[Installing and Using an SSL Certificate](/docs/passwordpolicyenforcer/10.2/web/securing_web.md#installing-and-using-an-sslcertificate)
28+
[Installing and Using an SSL Certificate](/docs/passwordpolicyenforcer/10.2/web/securing_web.md)
2929
topic for additional information.
3030
:::
3131

0 commit comments

Comments
 (0)