You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/deployment/general/salt.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,8 @@ This section explains the limitations for using SALT-based licenses.
24
24
25
25
SALT Licenses can only be used with the following Mendix versions:
26
26
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
29
29
30
30
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.
31
31
@@ -37,8 +37,8 @@ Mendix applications using a SALT License cannot be deployed to the Mendix Public
37
37
38
38
SALT licenses distinguish between internal and external users:
39
39
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.
42
42
43
43
## Obtaining the SALT-based License
44
44
@@ -69,8 +69,8 @@ Each Mendix application that uses a SALT license must be configured with the fol
69
69
License.SaltLicenseLocation = port@host
70
70
```
71
71
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.
74
74
75
75
After you configure the runtime setting and start the Mendix application, the application connects to the Siemens License Server to validate the SALT license.
0 commit comments