jams/index.md: table

Update pure HTML tables to show italic formatting
*…* → <i>…</i>

Update pure HTML tables to show code formatting
`…` → <code>…</code>

Change-Id: I4625f668ee6064fead33b47a876122635a8ac450
This commit is contained in:
ovari123 2025-01-27 18:42:51 -04:00
parent 04ad360416
commit b3ce2fe739
1 changed files with 7 additions and 4 deletions

View File

@ -226,7 +226,8 @@ The admin should provide most of the required information; however, below is a d
</tr>
<tr>
<td><strong>Server Address</strong></td>
<td>The address of the server with respect to the JAMS server, the LDAP is not required to be publicly accessible but should be accessible to JAMS. Either `ldap://` or `ldaps://` should precede the address.</td>
<td>The address of the server with respect to the JAMS server, the LDAP is not required to be publicly accessible but should be accessible to JAMS.
Either <code>ldap://</code> or <code>ldaps://</code> should precede the address.</td>
</tr>
<tr>
<td><strong>Port</strong></td>
@ -234,7 +235,8 @@ The admin should provide most of the required information; however, below is a d
</tr>
<tr>
<td><strong>Administrator Username</strong></td>
<td>This is <strong>NOT</strong> the LDAP's administration account credentials but the credentials of the account that has *read* permissions to the LDAP database in order to look up users. The format is generally `cn=bot,ou=robots,dc=domain,dc=org`.</td>
<td>This is <strong>NOT</strong> the LDAP's administration account credentials but the credentials of the account that has <i>read</i> permissions to the LDAP database in order to look up users.
The format is generally <code>cn=bot,ou=robots,dc=domain,dc=org</code>.</td>
</tr>
<tr>
<td><strong>Password</strong></td>
@ -274,7 +276,8 @@ The admin should provide most of the required information; however, below is a d
</tr>
<tr>
<td><strong>Administrator Username</strong></td>
<td>This is <strong>NOT</strong> the Active Directory's administration account credentials but the credentials of the account that has *read* permissions to the Active Directory database in order to look up users. The format is generally `cn=bot,ou=robots,dc=domain,dc=net`.</td>
<td>This is <strong>NOT</strong> the Active Directory's administration account credentials but the credentials of the account that has <i>read</i> permissions to the Active Directory database in order to look up users.
The format is generally <code>cn=bot,ou=robots,dc=domain,dc=net</code>.</td>
</tr>
<tr>
<td><strong>Password</strong></td>
@ -286,7 +289,7 @@ The admin should provide most of the required information; however, below is a d
</tr>
<tr>
<td><strong>Domain Name</strong></td>
<td>This is the legacy-formatted Windows Domain Name (i.e., `WINDOMAIN`).</td>
<td>This is the legacy-formatted Windows Domain Name (i.e., <code>WINDOMAIN</code>).</td>
</tr>
</tbody>
</table>