Skip to content
Snippets Groups Projects
Commit b3ce2fe7 authored by ovari's avatar ovari
Browse files

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
parent 04ad3604
Branches
No related tags found
No related merge requests found
...@@ -226,7 +226,8 @@ The admin should provide most of the required information; however, below is a d ...@@ -226,7 +226,8 @@ The admin should provide most of the required information; however, below is a d
</tr> </tr>
<tr> <tr>
<td><strong>Server Address</strong></td> <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>
<tr> <tr>
<td><strong>Port</strong></td> <td><strong>Port</strong></td>
...@@ -234,7 +235,8 @@ The admin should provide most of the required information; however, below is a d ...@@ -234,7 +235,8 @@ The admin should provide most of the required information; however, below is a d
</tr> </tr>
<tr> <tr>
<td><strong>Administrator Username</strong></td> <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>
<tr> <tr>
<td><strong>Password</strong></td> <td><strong>Password</strong></td>
...@@ -274,7 +276,8 @@ The admin should provide most of the required information; however, below is a d ...@@ -274,7 +276,8 @@ The admin should provide most of the required information; however, below is a d
</tr> </tr>
<tr> <tr>
<td><strong>Administrator Username</strong></td> <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>
<tr> <tr>
<td><strong>Password</strong></td> <td><strong>Password</strong></td>
...@@ -286,7 +289,7 @@ The admin should provide most of the required information; however, below is a d ...@@ -286,7 +289,7 @@ The admin should provide most of the required information; however, below is a d
</tr> </tr>
<tr> <tr>
<td><strong>Domain Name</strong></td> <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> </tr>
</tbody> </tbody>
</table> </table>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment