Skip to content

Commit 409aafd

Browse files
nested tables fixed
1 parent fe06f8e commit 409aafd

File tree

5 files changed

+250
-50
lines changed

5 files changed

+250
-50
lines changed

docs/passwordpolicyenforcer/11.0/admin/compromisedpasswordcheck.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,10 @@ complete. You can schedule it for off hours instead of running it now.
5656

5757
Here is an example of the compromised passwords list:
5858

59-
| | | | | |
60-
| ----------------------------- | ------------- | ---------------------------------------------- | ----------------- | ---------------------------------------------------------------------------------- |
61-
| List of compromised passwords | | | | |
62-
| User | Account | Sid | Email | Description |
63-
| admin | Administrator | S-1-5-21-1006207104-1546379664-2458629591-500 | | Sending emails is not possible due to the lack of an email address in the account. |
64-
| user2 | user2 | S-1-5-21-1006207104-1546379664-2458629591-1118 | user2@company.com | Email has been sent |
59+
|User | Account | Sid | Email | Description |
60+
| --- | --- | --- | --- | --- |
61+
| admin | Administrator | S-1-5-21-1006207104-1546379664-2458629591-500 | | Sending emails is not possible due to the lack of an email address in the account. |
62+
| user2 | user2 | S-1-5-21-1006207104-1546379664-2458629591-1118 | user2@company.com | Email has been sent |
6563

6664
#### Schedule the Compromised Password Check
6765

docs/passwordpolicyenforcer/11.0/admin/manage-policies/rules/complexity_rule.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,13 @@ if the Character rules are disabled.
3333

3434
This default character set contains the following:
3535

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

docs/passwordpolicyenforcer/11.0/admin/manage-policies/rules/dictionary_rule.md

Lines changed: 50 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,56 @@ templates in the dictionary file. Wildcard templates are specially formatted dic
3939
Password Policy Enforcer uses to reject a range of passwords. The Dictionary rule supports two
4040
wildcard template formats:
4141

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

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

docs/passwordpolicyenforcer/11.0/admin/manage-policies/rules/rules.md

Lines changed: 165 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -56,19 +56,171 @@ box is selected, Password Policy Enforcer tests passwords with, and without char
5656
This stops users from circumventing the rule by substituting some characters. Password Policy
5757
Enforcer detects these common character substitutions:
5858

59-
| Original | | Substituted |
60-
| -------- | --- | ------------------ |
61-
| A | a | ^ @ |
62-
| B | b | 8 |
63-
| C | c | ( or `{` or < or [ |
64-
| D | d | ) or `}` or > or ] |
65-
| E | e | 3 |
66-
| G | g | 6 or 9 |
67-
| I | i | ! or \| or 1 |
68-
| O | o | 0 or (zero) |
69-
| S | s | $ or 5 |
70-
| T | t | + or 7 |
71-
| Z | z | 2 |
59+
<table>
60+
<thead>
61+
<tr>
62+
<th colspan="2">
63+
Original
64+
</th>
65+
<th>
66+
Substituted
67+
</th>
68+
</tr>
69+
</thead>
70+
<tbody>
71+
<tr>
72+
<td>
73+
A
74+
</td>
75+
<td>
76+
a
77+
</td>
78+
<td>
79+
^ @
80+
</td>
81+
</tr>
82+
<tr>
83+
<td>
84+
B
85+
</td>
86+
<td>
87+
b
88+
</td>
89+
<td>
90+
8
91+
</td>
92+
</tr>
93+
<tr>
94+
<td>
95+
C
96+
</td>
97+
<td>
98+
c
99+
</td>
100+
<td>
101+
<table>
102+
<tbody>
103+
<tr>
104+
<td>
105+
( or &lbrace;
106+
</td>
107+
<td>&lt;</td>
108+
<td>[</td>
109+
</tr>
110+
</tbody>
111+
</table>
112+
</td>
113+
</tr>
114+
<tr>
115+
<td>
116+
D
117+
</td>
118+
<td>
119+
d
120+
</td>
121+
<td>
122+
<table>
123+
<tbody>
124+
<tr>
125+
<td>
126+
) or }
127+
</td>
128+
<td>&gt;</td>
129+
<td>]</td>
130+
</tr>
131+
</tbody>
132+
</table>
133+
</td>
134+
</tr>
135+
<tr>
136+
<td>
137+
E
138+
</td>
139+
<td>
140+
e
141+
</td>
142+
<td>
143+
3
144+
</td>
145+
</tr>
146+
<tr>
147+
<td>
148+
G
149+
</td>
150+
<td>
151+
g
152+
</td>
153+
<td>
154+
6 or 9
155+
</td>
156+
</tr>
157+
<tr>
158+
<td>
159+
I
160+
</td>
161+
<td>
162+
i
163+
</td>
164+
<td>
165+
<table>
166+
<tbody>
167+
<tr>
168+
<td>
169+
! or |
170+
</td>
171+
<td>&#160; 1</td>
172+
</tr>
173+
</tbody>
174+
</table>
175+
</td>
176+
</tr>
177+
<tr>
178+
<td>
179+
O
180+
</td>
181+
<td>
182+
o
183+
</td>
184+
<td>
185+
0 or (zero)
186+
</td>
187+
</tr>
188+
<tr>
189+
<td>
190+
S
191+
</td>
192+
<td>
193+
s
194+
</td>
195+
<td>
196+
<p>$ or 5</p>
197+
</td>
198+
</tr>
199+
<tr>
200+
<td>
201+
T
202+
</td>
203+
<td>
204+
t
205+
</td>
206+
<td>
207+
+ or 7
208+
</td>
209+
</tr>
210+
<tr>
211+
<td>
212+
Z
213+
</td>
214+
<td>
215+
z
216+
</td>
217+
<td>
218+
2
219+
</td>
220+
</tr>
221+
</tbody>
222+
</table>
223+
72224

73225
## Tolerance
74226

0 commit comments

Comments
 (0)