From e22dac56e26603a0cd7e45ab7b17b37fe76c5bef Mon Sep 17 00:00:00 2001 From: ovari123 <ovari123@zoho.com> Date: Mon, 27 Jan 2025 21:13:04 -0400 Subject: [PATCH] =?UTF-8?q?jams/index.md:=20table,=20additional=20guides?= =?UTF-8?q?=20order,=20below=20=E2=86=92=20following?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update pure HTML tables to show code formatting `…` → <code>…</code> Admin guide, then client guide as: * It will be the same order as the JAMS manual PDF, and * Admin needs to be set up before clients are set up. If printed, it may not be below, it may be on the next page. Following includes below and next. Change-Id: Ib41303626409cac54c963093bae18211d533cd18 --- jams/index.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/jams/index.md b/jams/index.md index 6435ab7..872d942 100644 --- a/jams/index.md +++ b/jams/index.md @@ -16,8 +16,8 @@ Downloadable JAMS manuals: ```{toctree} :maxdepth: 1 -client admin +client ``` ## Introduction @@ -86,7 +86,7 @@ In order to be completely secure, JAMS does not generate certificates for device JAMS instead issues certificates based on a certificate signing request sent to it by the device. This therefore removes the requirement to send a private key over the wire. -The diagram below shows the entire process of how a device enrolls with JAMS: +The following diagram shows the entire process of how a device enrolls with JAMS:  @@ -210,7 +210,7 @@ If the enterprise provides an LDAP directory for user management, it is required ") -The admin should provide most of the required information; however, below is a detailed overview of each field: +The admin should provide most of the required information; however, the following is a detailed overview of each field: <table> <thead> @@ -244,18 +244,20 @@ The admin should provide most of the required information; however, below is a d </tr> <tr> <td><strong>BaseDN</strong></td> -<td>The base realm where the user accounts are located; in most cases, it is `ou=users,dc=enterprise,dc=org`.</td> +<td>The base realm where the user accounts are located; in most cases, it is <code>ou=users,dc=enterprise,dc=org</code>.</td> </tr> </tbody> </table> +<br> + #### Option 2: Microsoft Active Directory (AD) If the enterprise provides Active Directory (AD) for user management, it is required to know its access information and an automated account that has read-only rights to do use look-ups. ") -The admin should provide most of the required information; however, below is a detailed overview of each field: +The admin should provide most of the required information; however, the following is a detailed overview of each field: <table> <thead> -- GitLab