@@ -8,8 +8,8 @@ The JAMS manual contains user guides for the Jami Account Management Server.
The Jami Account Management Server (JAMS) enables Jami to be easily deployed in any enterprise and allows users to connect using their centralized credentials and create local accounts.
JAMS allows all enterprises to manage their own Jami community while taking advantage of Jami's distributed network architecture.
Downloadable JAMS manual:
*[JAMS manual (English, PDF format)](manual/jams-en.pdf).
Downloadable JAMS manuals:
*[en (English), PDF format](manual/jams-en.pdf).
## Additional guides
...
...
@@ -30,8 +30,8 @@ Currently, JAMS supports 3 sources for user authentication:
### Obtaining JAMS
The latest version of JAMS can be downloaded at [https://jami.biz/](https://jami.biz/).
The source code is available at [https://git.jami.net/savoirfairelinux/jami-jams](https://git.jami.net/savoirfairelinux/jami-jams).
The latest version of JAMS can be downloaded at <https://jami.biz/>.
The source code is available at <https://git.jami.net/savoirfairelinux/jami-jams>.
### System requirements
...
...
@@ -44,28 +44,28 @@ The source code is available at [https://git.jami.net/savoirfairelinux/jami-jams
</thead>
<tbody>
<tr>
<td><strong>Processor</strong></td>
<td>**Processor**</td>
<td>1 gigahertz (GHz) or faster with 1 or more cores on a compatible 64-bit processor or System on a Chip (SoC).</td>
</tr>
<tr>
<td><strong>RAM</strong></td>
<td>**RAM**</td>
<td>4 gigabytes (GB).</td>
</tr>
<tr>
<td><strong>Storage</strong></td>
<td>**Storage**</td>
<td>1 gigabyte (GB) of available storage space.</td>
</tr>
<tr>
<td><strong>Operating system</strong></td>
<td>**Operating system**</td>
<td>GNU/Linux, Apple macOS, or Microsoft Windows.</td>
</tr>
<tr>
<td><strong>Java</strong></td>
<td>**Java**</td>
<td>Version 11 or higher.</td>
</tr>
<tr>
<td><strong>Database</strong></td>
<td>LDAP-compatible directory (such as <ahref="https://www.openldap.org/">OpenLDAP</a>), Microsoft Active Directory (AD), or a local embedded database.</td>
<td>**Database**</td>
<td>LDAP-compatible directory (such as [OpenLDAP](https://www.openldap.org/)), Microsoft Active Directory (AD), or a local embedded database.</td>
</tr>
</tbody>
</table>
...
...
@@ -84,7 +84,7 @@ Therefore, JAMS must be provided with a certificate authority in order to work p
In order to be completely secure, JAMS does not generate certificates for devices.
JAMS instead issues certificates based on a certificate signing request sent to it by the device.
This therefore removing the requirement to send a private key over the wire.
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:
...
...
@@ -92,7 +92,7 @@ The diagram below shows the entire process of how a device enrolls with JAMS:
### Getting started
1. Download the latest version of JAMS from [https://jami.biz/](https://jami.biz/).
1. Download the latest version of JAMS from <https://jami.biz/>.
2. Unpack the `.tar` file to any directory.
...
...
@@ -138,28 +138,47 @@ JAMS currently does not support reading encrypted private keys that require a pa
java -jar jams-launcher.jar PORT SSL_CERTIFICATE SSL_CERTIFICATE_KEY
| **Use StartTLS** | The LDAP server can be configured to use either TLS/STARTTLS or PLAIN sockets; if STARTTLS is used, mark this as true. |
| **Server Address** | 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. |
| **Port** | The port on which the LDAP server is listening for requests (usually 389 for PLAIN/STARTTLS and 636 for SSL/TLS). |
| **Administrator Username** | This is **NOT** 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`. |
| **Password** | The password used by the account above. |
| **BaseDN** | The base realm where the user accounts are located; in most cases, it is `ou=users,dc=enterprise,dc=org`. |
<table>
<thead>
<tr>
<th>Field</th>
<th>Details</th>
</tr>
</thead>
<tbody>
<tr>
<td>**Use StartTLS**</td>
<td>The LDAP server can be configured to use either TLS/STARTTLS or PLAIN sockets; if STARTTLS is used, mark the value as true.</td>
</tr>
<tr>
<td>**Server 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 `ldap://` or `ldaps://` should precede the address.</td>
</tr>
<tr>
<td>**Port**</td>
<td>The port on which the LDAP server is listening for requests (usually 389 for PLAIN/STARTTLS and 636 for SSL/TLS).</td>
</tr>
<tr>
<td>**Administrator Username**</td>
<td>This is **NOT** 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>
</tr>
<tr>
<td>**Password**</td>
<td>The password used by the account above.</td>
</tr>
<tr>
<td>**BaseDN**</td>
<td>The base realm where the user accounts are located; in most cases, it is `ou=users,dc=enterprise,dc=org`.</td>
</tr>
</tbody>
</table>
#### Option 2: Microsoft Active Directory (AD)
...
...
@@ -208,16 +253,43 @@ If the enterprise provides Active Directory (AD) for user management, it is requ
")
The admin should provide most of this information; however, below is a detailed overview of each field:
The admin should provide most of the required information; however, below is a detailed overview of each field:
| **Port** | The port on which Active Directory (AD) is listening (generally it is either 389 or 636). |
| **Host** | The address of the server with respect to the JAMS server, the Active Directory (AD) it not required to be publicly accessible but should be accessible to JAMS. |
| **Administrator Username** | This is **NOT** 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`. |
| **Password** | The password used by the account above. |
| **Use SSL** | Whether this server uses SSL for data transmission. |
| **Domain Name** | This is the legacy-formatted Windows Domain Name (i.e., `WINDOMAIN`). |
<table>
<thead>
<tr>
<th>Field</th>
<th>Details</th>
</tr>
</thead>
<tbody>
<tr>
<td>**Port**</td>
<td>The port on which Active Directory (AD) is listening (generally it is either 389 or 636).</td>
</tr>
<tr>
<td>**Host**</td>
<td>The address of the server with respect to the JAMS server, the Active Directory (AD).
It not required to be publicly accessible but should be accessible to JAMS.</td>
</tr>
<tr>
<td>**Administrator Username**</td>
<td>This is **NOT** 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>
</tr>
<tr>
<td>**Password**</td>
<td>The password used by the account above.</td>
</tr>
<tr>
<td>**Use SSL**</td>
<td>Whether the server uses SSL for data transmission.</td>
</tr>
<tr>
<td>**Domain Name**</td>
<td>This is the legacy-formatted Windows Domain Name (i.e., `WINDOMAIN`).</td>
</tr>
</tbody>
</table>
#### Option 3: Local embedded database
...
...
@@ -230,19 +302,39 @@ This option allows for the creation of Jami users on the fly directly from the J
By default, the "Use public name server" option is disabled.
Jami usernames of JAMS users will not be stored on the public Jami name server.
Users can communicate with users outside the organization by using their 40-character fingerprint.
Enable this option to allow JAMS users in the organisation to also search for external users on the public name server.
Enable this option to allow JAMS users in the organization to also search for external users on the public name server.
```
### Step 4: Set up the server parameters
