Skip to content

Commit f9ce183

Browse files
TW review if salt doc clarifying user limits
1 parent facbcb7 commit f9ce183

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

  • content/en/docs/deployment/general

content/en/docs/deployment/general/salt.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ This section explains the limitations for using SALT-based licenses.
2424

2525
SALT Licenses can only be used with the following Mendix versions:
2626

27-
* **Mendix 10**: 10.24.4 and above
28-
* **Mendix 11**: 11.2.0 and above
27+
* **Mendix 10** 10.24.4 and above
28+
* **Mendix 11** 11.2.0 and above
2929

3030
Each SALT license is tied to a specific major Mendix version, for example MXP11 for Mendix 11. The license permits use of that version and all earlier major versions. To use a newer major version, you must have an active maintenance contract and can request a renewed license when the new major version is released.
3131

@@ -37,8 +37,8 @@ Mendix applications using a SALT License cannot be deployed to the Mendix Public
3737

3838
SALT licenses distinguish between internal and external users:
3939

40-
* **Internal users**: SALT licenses specify a maximum number of named internal users. This limit is enforced independently by each application and is defined at the time of purchase. Limiting concurrent users is not supported.
41-
* **External users**: Unlimited external users can optionally be purchased. When purchased, external users are no longer counted against the internal user limit. To take advantage of this, users must be explicitly flagged as external in your application using the [User Classification](/appstore/modules/user-classification/) module or by setting the `UserType` attribute directly. If external users are not flagged, they are counted as internal users.
40+
* **Internal users** SALT licenses specify a maximum number of named internal users. This limit is enforced independently by each application and is defined at the time of purchase. Limiting concurrent users is not supported.
41+
* **External users** Unlimited external users can optionally be purchased. When purchased, external users are no longer counted against the internal user limit. To take advantage of this, users must be explicitly flagged as external in your application using the [User Classification](/appstore/modules/user-classification/) module or by setting the `UserType` attribute directly. If external users are not flagged, they are counted as internal users.
4242

4343
## Obtaining the SALT-based License
4444

@@ -69,8 +69,8 @@ Each Mendix application that uses a SALT license must be configured with the fol
6969
License.SaltLicenseLocation = port@host
7070
```
7171

72-
* `port`: The port number specified during the license server installation.
73-
* `host`: The hostname or IP address of the machine running the license server.
72+
* `port` The port number specified during the license server installation.
73+
* `host` The hostname or IP address of the machine running the license server.
7474

7575
After you configure the runtime setting and start the Mendix application, the application connects to the Siemens License Server to validate the SALT license.
7676

0 commit comments

Comments
 (0)