System properties
This document describes the system properties available on the System properties page, sorted by module. Removed modules are listed at the end.
cmas-analytics
metabase.secret.key
- Module: cmas-analytics
- Description: Determines the string used to generate the private key used to validate Metabase JWT messages. Needs to match the setting String used by the JWT signing key in the Metabase configuration.
- Beschreibung: Bestimmt den String, der zum Erzeugen des privaten Schlüssels für die Validierung von Metabase-JWT-Meldungen verwendet wird. Muss mit der Einstellung Vom JWT-Signaturschlüssel verwendeter String in der Metabase-Konfiguration übereinstimmen.
- Type: String
- Restart required: No
- System: No
- Optional: No
- Example value: 50e2230c98344f183c996e6a3954c1a1e43ed100cc36f4ea093800aa2d8a1075
- Since: 6.13.0
metabase.url
- Module: cmas-analytics
- Description: Determines the URL where the Metabase application runs. Needs to match the setting Site URL in the Metabase configuration. The default value is
http://localhost:3000
- Beschreibung: Bestimmt die URL, auf der die Metabase-Applikation läuft. Muss mit der Einstellung Site-URL in der Metabase-Konfiguration übereinstimmen. Der Standardwert ist
http://localhost:3000
- Type: String
- Restart required: No
- System: No
- Optional: No
- Example value: http://localhost:3000
- Since: 6.13.0
cmas-archive-core-server
archive.enabled
- Module: cmas-archive-core-server
- Description: Determines if GDPR-compliant deletions or anonymizations, which delete case or contact data from the ConSol CM database, are applied to CM/Archive as well. By default, this property is set to "false", meaning that no data is deleted from CM/Archive. If you set this property to "true", GDPR-compliant deletions or anonymizations are also performed in CM/Archive. This affects both already archived cases and newly archived cases.
- Beschreibung: Legt fest, ob DSGVO-konforme Lösch- und Anonymisierungsvorgänge, mit denen Vorgangs- oder Kontaktdaten aus der ConSol CM-Datenbank entfernt werden, auch nach CM/Archive übernommen werden. Standardmäßig ist diese Property auf "false" gesetzt, sodass keine Daten aus CM/Archive gelöscht werden. Wenn Sie die Property auf "true" setzen, werden DSGVO-konforme Löschungen und Anonymisierungen auch in CM/Archive durchgeführt. Dies gilt sowohl für bereits archivierte Vorgänge als auch für neu zu archivierende Vorgänge.
- Type: Boolean
- Restart required: No
- System: Yes
- Optional: No
- Example value: false
- Since: 6.11.2.5
archive.uri
- Module: cmas-archive-core-server
- Description: Sets the URL where the CM/Archive application is running.
- Beschreibung: Legt die URL fest, auf der die CM/Archive-Applikation läuft.
- Type: String
- Restart required: No
- System: No
- Optional: No
- Example value: http://localhost:8080
- Since: 6.11.2.0
cmas-auth-server
access.token.signing.key
- Module: cmas-auth-server
- Description: Determines the secret shared between the authorization server and all client applications using OAuth2, e.g. CM/Archive. The value of this property needs to match the value of
archive.oauth2.access.token.signing.key
in the configuration file of CM/Archive. - Beschreibung: Legt den gemeinsamen geheimen Schlüssel von Authentifizierungsserver und allen Client-Applikationen, z.B. CM/Archive, mithilfe von OAuth2 fest. Der Wert dieser Property muss mit dem Wert von
archive.oauth2.access.token.signing.key
in der Konfigurationsdatei von CM/Archive übereinstimmen. - Type: Password
- Restart required: No
- System: No
- Optional: No
- Example value:
- Since: 6.11.2.0
client.archive.access.token.validity.seconds
- Module: cmas-auth-server
- Description: Determines the validity period in seconds of the access token required for using CM/Archive. The default value is 43200.
- Beschreibung: Legt den Gültigkeitszeitraum (in Sekunden) des Zugriffs-Tokens fest, das für die Verwendung von CM/Archive benötigt wird. Der Standardwert ist 43200.
- Type: Integer
- Restart required: No
- System: No
- Optional: No
- Example value: 43200
- Since: 6.11.2.0
client.archive.enabled (removed)
- Module: cmas-auth-server
- Description: Determines if CM/Archive is enabled (true) or disabled (false).
- Beschreibung: Legt fest, ob CM/Archive aktiviert (true) oder deaktiviert (false) ist.
- Type: Boolean
- Restart required: No
- System: No
- Optional: No
- Example value: false
- Since: 6.11.2.0
- Removed in: 6.11.2.2
client.archive.refresh.token.validity.seconds
- Module: cmas-auth-server
- Description: Determines the validity period in seconds of the refresh token required for obtaining new access tokens for CM/Archive. The default value is 2592000.
- Beschreibung: Legt den Gültigkeitszeitraum (in Sekunden) des Aktualisierungs-Tokens fest, das benötigt wird, um neue Zugriffs-Token für CM/Archive zu erhalten. Der Standardwert ist 2592000.
- Type: Integer
- Restart required: No
- System: No
- Optional: No
- Example value: 2592000
- Since: 6.11.2.0
client.archive.secret
- Module: cmas-auth-server
- Description: Determines the secret shared between the authorization server and CM/Archive. The value of the property needs to match the value of
archive.oauth2.client.secret
in the configuration file of CM/Archive. - Beschreibung: Legt den gemeinsamen geheimen Schlüssel von Authentifizierungsserver und CM/Archive fest. Der Wert dieser Property muss mit dem Wert von
archive.oauth2.client.secret
in der Konfigurationsdatei von CM/Archive übereinstimmen. - Type: Password
- Restart required: No
- System: No
- Optional: No
- Example value:
- Since: 6.11.2.0
client.was.access.token.validity.seconds (removed)
- Module: cmas-auth-server
- Description: Determines the validity period in seconds of the access token required for using the Web Admin Suite. The default value is 43200.
- Beschreibung: Legt den Gültigkeitszeitraum (in Sekunden) des Zugriffs-Tokens fest, das für die Verwendung der Web Admin Suite benötigt wird. Der Standardwert ist 43200.
- Type: Integer
- Restart required: No
- System: No
- Optional: No
- Example value: 43200
- Since: 6.12.0.0
- Removed in: 6.12.0.1
client.was.refresh.token.validity.seconds (removed)
- Module: cmas-auth-server
- Description: Determines the validity period in seconds of the refresh token required for obtaining new access tokens for the Web Admin Suite. The default value is 2592000.
- Beschreibung: Legt den Gültigkeitszeitraum (in Sekunden) des Aktualisierungs-Tokens fest, das benötigt wird, um neue Zugriffs-Token für die Web Admin Suite zu erhalten. Der Standardwert ist 2592000.
- Type: Integer
- Restart required: No
- System: No
- Optional: No
- Example value: 2592000
- Since: 6.12.0.0
- Removed in: 6.12.0.1
client.was.secret (removed)
- Module: cmas-auth-server
- Description: Determines the secret shared between the authorization server and the Web Admin Suite.
- Beschreibung: Legt den gemeinsamen geheimen Schlüssel von Authentifizierungsserver und Web Admin Suite fest.
- Type: Password
- Restart required: No
- System: No
- Optional: No
- Example value:
- Since: 6.12.0.0
- Removed in: 6.12.0.1
cmas-core-cache
cache-cluster-name
- Module: cmas-core-cache
- Description: Unique name of a cluster consisting of several ConSol CM nodes. This value is used to identify the nodes belonging to the same cluster during network communication. Please do not change this value manually unless advised by ConSol.
- Beschreibung: Eindeutiger Name eines Clusters, der aus mehreren ConSol CM-Nodes besteht. Dieser Wert wird verwendet, um die Nodes, die zum selben Cluster gehören, bei der Netzwerkkommunikation zu identifizieren. Ändern Sie diesen Wert nicht manuell, außer wenn Sie von ConSol dazu aufgefordert werden.
- Type: String
- Restart required: Yes
- System: Yes
- Optional: No
- Example value: 635a6de1-629a-4129-8299-2d98633310f0
- Since: 6.4.0
cache.logging.listener.enabled
- Module: cmas-core-cache
- Description: Determines whether cache events (
CacheEntryRemoved
,CacheEntryInvalidated
,CacheEntriesEvicted
) are logged toinfinispan.log
for standalone andjgroups-infinispan.log
for cluster mode. The default value is "false". - Beschreibung: Legt fest, ob Cache-Events (
CacheEntryRemoved
,CacheEntryInvalidated
,CacheEntriesEvicted
) in der Dateiinfinispan.log
(für den Standalone-Modus) undjgroups-infinispan.log
(für den Cluster-Modus) protokolliert werden. Der Standardwert ist "false". - Type: Boolean
- Restart required: Yes
- System: No
- Optional: Yes
- Example value: false
- Since: 6.12.0.5
eviction.event.queue.size
- Module: cmas-core-cache
- Description: The size of the queue holding cache events. Default value is 200000, it is recommended to increase the value slightly (up to 400000) on systems with high traffic or load. [Deprecated - not used for infinispan]
- Beschreibung: Die Größe der Queue mit den Cache-Events. Der Standardwert ist 200000. Auf Systemen mit viel Traffic oder Last wird empfohlen, diesen Wert leicht zu erhöhen (bis 400000). [Deprecated - gilt nicht für infinispan]
- Type: Integer
- Restart required: Yes
- System: Yes
- Optional: No
- Example value: 200000
- Since: 6.4.0
eviction.lifeSpan
- Module: cmas-core-cache
- Description: Sets the interval (in milliseconds) for cache entry validity. When this time is elapsed, the entry is removed from the cache.
- Beschreibung: Setzt das Intervall (in Millisekunden) für die Gültigkeit von Cache-Einträgen. Nach der angegebenen Zeit wird der Eintrag aus dem Cache gelöscht.
- Type: Integer
- Restart required: Yes
- System: No
- Optional: Yes
- Example value: 86400000 (default)
- Since: 6.11.1.0
eviction.max.nodes
- Module: cmas-core-cache
- Description: Sets the maximum size of internal caches. The default value is 100000, increasing it will lead to higher memory consumption and is not recommended unless explicitly advised by ConSol.
- Beschreibung: Setzt die maximale Größe der internen Caches. Der Standardwert ist 100000. Das Erhöhen dieses Wertes führt zu einem höheren Speicherverbrauch und wird nicht empfohlen, außer wenn ConSol explizit dazu auffordert.
- Type: Integer
- Restart required: Yes
- System: Yes
- Optional: No
- Example value: 100000
- Since: 6.4.0
eviction.maxIdle
- Module: cmas-core-cache
- Description: Maximum idle time (in milliseconds) a cache entry will be maintained in the cache. If the idle time is exceeded, the entry will be expired cluster-wide. -1 means that the entries never expire. The default value is 126060*1000.
- Beschreibung: Maximale Leerlaufzeit (in Millisekunden), die ein Cache-Eintrag im Cache verbleibt. Wenn die Leerlaufzeit überschritten ist, läuft der Eintrag im gesamten Cluster ab. -1 bedeutet, dass Einträge nie ablaufen. Der Standardwert ist 126060*1000.
- Type: Integer
- Restart required: Yes
- System: No
- Optional: Yes
- Example value: 43200000
- Since: 6.11.1.0
eviction.strategy
- Module: cmas-core-cache
- Description: Determines the cache eviction strategy. Please see the Infinispan documentation for details.
- Beschreibung: Bestimmt die Cache-Löschstrategie. Details hierzu finden Sie in der Infinispan-Dokumentation.
- Type: String
- Restart required: Yes
- System: No
- Optional: Yes
- Example value: LRU, LIRS (default)
- Since: 6.11.1.0
eviction.wakeup.interval
- Module: cmas-core-cache
- Description: Sets the interval (in milliseconds) between two cache queue event processing cycles. The default value is 3000, it is recommended to decrease it (minimum is 1500) on systems with high traffic or load.
- Beschreibung: Setzt das Intervall (in Millisekunden) zwischen zwei Verarbeitungszyklen von Cache-Queue-Events. Der Standardwert ist 3000. Auf Systemen mit viel Traffic oder Last wird empfohlen, den Wert zu verringern (Minimalwert ist 1500).
- Type: Integer
- Restart required: Yes
- System: Yes
- Optional: No
- Example value: 3000
- Since: 6.4.0
statistics.enabled
- Module: cmas-core-cache
- Description: Determines whether cache statistics are gathered. The default value is 'false'.
- Beschreibung: Legt fest, ob Cache-Statistiken gesammelt werden. Der Standardwert ist 'false'.
- Type: Boolean
- Restart required: Yes
- System: No
- Optional: Yes
- Example value: false
- Since: 6.11.1.0
cmas-core-index-common
big.task.minimum.size
- Module: cmas-core-index-common
- Description: Indicates the minimum size of index task (in parts, each part has 100 entities) to qualify this task as a big one. Big tasks have a lower priority than runtime tasks.
- Beschreibung: Gibt die Minimalgröße eines Index-Tasks an (in Teilen, jeder Teil hat 100 Einheiten), um diesen Task als einen großen Task zu qualifizieren. Große Tasks haben eine niedrigere Priorität als Laufzeit-Tasks.
- Type: Integer
- Restart required: No
- System: Yes
- Optional: No
- Example value: 15 (default)
- Since: 6.8.3
database.notification.enabled
- Module: cmas-core-index-common
- Description: Indicates whether the database should be used as a notification channel for index updates instead of JMS. The default value is "true".
- Beschreibung: Legt fest, ob als Benachrichtigungskanal für Index-Aktualisierungen die Datenbank statt JMS verwendet werden soll. Der Standardwert ist "true".
- Type: Boolean
- Restart required: No
- System: Yes
- Optional: No
- Example value: false
- Since: 6.8.4.7
database.notification.redelivery.delay.seconds
- Module: cmas-core-index-common
- Description: If the database is used as a notification channel for index updates, this property indicates the delay for notification redelivery when an exception occurs.
- Beschreibung: Wenn die Datenbank als Benachrichtigungskanal für Index-Aktualisierungen verwendet wird, legt diese Property fest, mit welcher Verzögerung die Benachrichtigung erneut gesendet wird, wenn eine Ausnahme auftritt.
- Type: Integer
- Restart required: No
- System: Yes
- Optional: No
- Example value: 60
- Since: 6.8.4.7
database.notification.redelivery.max.attempts
- Module: cmas-core-index-common
- Description: If the database is used as a notification channel for index updates, this property indicates maximum redelivery attempts when an exception occurs.
- Beschreibung: Wenn die Datenbank als Benachrichtigungskanal für Index-Aktualisierungen verwendet wird, legt diese Property fest, wie oft maximal versucht wird, die Benachrichtigung erneut zu senden, wenn eine Ausnahme auftritt.
- Type: Integer
- Restart required: No
- System: Yes
- Optional: No
- Example value: 60
- Since: 6.8.4.7
disable.admin.task.auto.commit
- Module: cmas-core-index-common
- Description: Toggle for the automatic execution of administrative index update tasks. If set to "false", possibly expensive index tasks created as a result of configuration changes will be automatically executed right after creation. It is recommended to set this value to true, so that the execution of administrative index tasks needs to be manually triggered in the Web Admin Suite.
- Beschreibung: Schalter für die automatische Ausführung von administrativen Index-Update-Aufgaben. Wenn diese Property auf "false" gesetzt ist, werden möglicherweise teure Index-Aufgaben, die aufgrund von Konfigurationsänderungen erzeugt wurden, automatisch direkt nach der Erzeugung ausgeführt. Es wird empfohlen, diesen Wert auf true zu setzen, sodass die Ausführung von administrativen Index-Aufgaben manuell in der Web Admin Suite gestartet werden muss.
- Type: Boolean
- Restart required: No
- System: Yes
- Optional: No
- Example value: false
- Since: 6.6.1
index.attachment
- Module: cmas-core-index-common
- Description: Determines whether the content of attachments is indexed.
- Beschreibung: Legt fest, ob der Inhalt von Attachments indiziert wird.
- Type: Boolean
- Restart required: No
- System: Yes
- Optional: No
- Example value: true
- Since: 6.4.3
index.history (removed)
- Module: cmas-core-index-common
- Description: Determines whether the case and contact history should be indexed.
- Beschreibung: Legt fest, ob die Vorgangs- und Kontakthistorie indiziert wird.
- Type: Boolean
- Restart required: No
- System: Yes
- Optional: No
- Example value: false
- Since: 6.1.0
- Removed in: 6.11.0
index.status
- Module: cmas-core-index-common
- Description: Index synchronization status, possible values are GREEN, YELLOW or RED. This value is set internally by the index system, please do not change it manually unless advised by ConSol.
- Beschreibung: Status der Indexsynchronisierung, mögliche Werte sind GREEN, YELLOW oder RED. Dieser Wert wird intern von Indexsystem gesetzt. Ändern Sie ihn nur, wenn Sie von ConSol dazu aufgefordert werden.
- Type: String
- Restart required: No
- System: Yes
- Optional: No
- Example value: GREEN
- Since: 6.6.1
index.task.worker.threads
- Module: cmas-core-index-common
- Description: Sets the number of threads that will be used to execute index tasks. The default value is 1, we recommend to increase it slightly on systems with large indexer load up to a value of 4.
- Beschreibung: Legt die Anzahl der Threads fest, die für die Ausführung von Index-Aufgaben verwendet werden. Der Standardwert ist 1. Wir empfehlen, diesen Wert auf Systemen mit großer Index-Last leicht, auf bis zu 4, zu erhöhen.
- Type: Integer
- Restart required: No
- System: Yes
- Optional: No
- Example value: 1 (default)
- Since: 6.6.14, 6.7.3
index.version.current
- Module: cmas-core-index-common
- Description: Holds information about the current index version. This value is maintained internally, please do not change it unless advised by ConSol.
- Beschreibung: Enthält Informationen über die derzeitige Indexversion. Dieser Wert wird intern verwaltet. Ändern Sie ihn nur, wenn Sie von ConSol dazu aufgefordert werden.
- Type: Integer
- Restart required: No
- System: Yes
- Optional: No
- Example value: 1 (default)
- Since: 6.7.0
index.version.newest
- Module: cmas-core-index-common
- Description: Holds information about which index version is considered newest. This value is maintained internally, please do never change it unless advised by ConSol.
- Beschreibung: Enthält Informationen, welche Indexversion als die neueste betrachtet wird. Dieser Wert wird intern verwaltet. Ändern Sie ihn nur, wenn Sie von ConSol dazu aufgefordert werden.
- Type: Integer
- Restart required: No
- System: Yes
- Optional: No
- Example value: 1 (default)
- Since: 6.7.0
indexed.engineers.per.thread.in.memory
- Module: cmas-core-index-common
- Description: Determines how many users should be loaded into memory at once, per thread, during indexing. Increasing it slightly will lead to better indexer performance at the price of higher memory consumption.
- Beschreibung: Legt fest, wie viele Benutzer während des Indizierens pro Thread auf einmal in den Speicher geladen werden. Eine leichte Erhöhung führt zu einer besseren Indexer-Performance, verbraucht aber mehr Arbeitsspeicher.
- Type: Integer
- Restart required: No
- System: Yes
- Optional: No
- Example value: 300 (default)
- Since: 6.6.14, 6.7.3
indexed.resources.per.thread.in.memory
- Module: cmas-core-index-common
- Description: Determines how many resources should be loaded into memory at once, per thread, during indexing. Increasing it slightly will lead to better indexer performance at the price of higher memory consumption.
- Beschreibung: Legt fest, wie viele Ressourcen während des Indizierens pro Thread auf einmal in den Speicher geladen werden. Eine leichte Erhöhung führt zu einer besseren Indexer-Performance, verbraucht aber mehr Arbeitsspeicher.
- Type: Integer
- Restart required: No
- System: Yes
- Optional: No
- Example value: 200 (default)
- Since: 6.10.0.0
indexed.tickets.per.thread.in.memory
- Module: cmas-core-index-common
- Description: Determines how many cases should be loaded into memory at once, per thread, during indexing. Increasing it slightly will lead to better indexer performance at the price of higher memory consumption.
- Beschreibung: Legt fest, wie viele Vorgänge während des Indizierens pro Thread auf einmal in den Speicher geladen werden. Eine leichte Erhöhung führt zu einer besseren Indexer-Performance, verbraucht aber mehr Arbeitsspeicher.
- Type: Integer
- Restart required: No
- System: Yes
- Optional: No
- Example value: 100 (default)
- Since: 6.6.14, 6.7.3
indexed.units.per.thread.in.memory
- Module: cmas-core-index-common
- Description: Determines how many contacts should be loaded into memory at once, per thread, during indexing. Increasing it slightly will lead to better indexer performance at the price of higher memory consumption.
- Beschreibung: Legt fest, wie viele Kontakte während des Indizierens pro Thread auf einmal in den Speicher geladen werden. Eine leichte Erhöhung führt zu einer besseren Indexer-Performance, verbraucht aber mehr Arbeitsspeicher.
- Type: Integer
- Restart required: No
- System: Yes
- Optional: No
- Example value: 200 (default)
- Since: 6.6.14, 6.7.3
multi.term.query.rewrite.method
- Module: cmas-core-index-common
- Description: Configures the
MultiTermQuery
rewrite method in Lucene. The default isCONSTANT_SCORE_AUTO_REWRITE_DEFAULT
. Other possible values areCONSTANT_SCORE_BOOLEAN_QUERY_REWRITE
(prone toTooGenericSearchCriteriaException
),CONSTANT_SCORE_FILTER_REWRITE
andSCORING_BOOLEAN_QUERY_REWRITE
(seeMultiTermQuery
javadoc for more details). - Beschreibung: Konfiguriert die Rewrite-Methode
MultiTermQuery
in Lucene. Der Standardwert istCONSTANT_SCORE_AUTO_REWRITE_DEFAULT
. Andere mögliche Werte sindCONSTANT_SCORE_BOOLEAN_QUERY_REWRITE
(kann zuTooGenericSearchCriteriaException
führen),CONSTANT_SCORE_FILTER_REWRITE
undSCORING_BOOLEAN_QUERY_REWRITE
(siehe Javadoc vonMultiTermQuery
für Details). - Type: String
- Restart required: No
- System: Yes
- Optional: No
- Example value: CONSTANT_SCORE_BOOLEAN_QUERY_REWRITE (default)
- Since: 6.17.1.0
synchronize.archive.timeout.minutes
- Module: cmas-core-index-common
- Description: Determines the time period in minutes during which index updates are archived. The default value of this property is 60. If the master node is switched, the new master can recover missing data in case it had not been fully synchronized with the previous master indexing server at the moment of switch. The property is ignored for non-clustered environments.
- Beschreibung: Legt den Zeitraum (in Minuten) fest, in dem Indexaktualisierungen archiviert werden. Der Standardwert für diese Property ist 60. Wenn der Master-Node wechselt, kann der neue Master fehlende Daten wiederherstellen, falls er zum Zeitpunkt des Wechsels nicht vollständig mit dem vorherigen Master-Index-Server synchronisiert war. Die Property wird für nicht geclusterte Umgebungen ignoriert.
- Type: Integer
- Restart required: No
- System: Yes
- Optional: No
- Example value: 60
- Since: 6.12.0, changed in 6.15.0
synchronize.master.address
- Module: cmas-core-index-common
- Description: Value of
-Dcmas.http.host.port
specifying how to connect to the indexing master server. You can switch the node acting as master node by entering the address of the new master node. The index updates are archived for the time configured in the propertycmas-core-index-common, synchronize.archive.timeout.minutes
, so the new master can recover missing data in case it had not been fully synchronized with the previous master indexing server at the moment of switch. - Beschreibung: Wert von
-Dcmas.http.host.port
, der angibt, unter welcher URL der Index-Master-Server erreichbar ist. Es ist möglich, den Node, der als Master-Node dient, zu wechseln. Dazu wird die Adresse des neuen Master-Nodes angegeben. Die Indexaktualisierungen werden für den in der Propertycmas-core-index-common, synchronize.archive.timeout.minutes
konfigurierten Zeitraum archiviert, sodass der neue Master fehlende Daten wiederherstellen kann, sofern er zum Zeitpunkt des Wechsels nicht vollständig mit dem vorherigen Master-Index-Server synchronisiert war. - Type: Integer
- Restart required: No
- System: Yes
- Optional: Yes
- Example value: 127.0.0.1:80
- Since: 6.6.0, changed in 6.12.0
synchronize.master.security.token
- Module: cmas-core-index-common
- Description: The password for accessing the index snapshot via URL, e.g., for index synchronization or for backups. This value is negotiated between nodes internally, please do not change it manually unless advised by ConSol.
- Beschreibung: Das Passwort für den URL-Zugriff auf den Index-Snapshot, z. B. für die Index-Synchronisierung oder für Backups. Dieser Wert wird intern zwischen den Nodes ausgehandelt. Ändern Sie ihn nicht manuell, außer wenn Sie von ConSol dazu aufgefordert werden.
- Type: String
- Restart required: No
- System: Yes
- Optional: Yes
- Example value: token
- Since: 6.6.0
synchronize.master.security.user
- Module: cmas-core-index-common
- Description: The username for accessing the index snapshot via URL, e.g., for index synchronization or for backups. This value is negotiated between nodes internally, please do not change it manually unless advised by ConSol.
- Beschreibung: Der Benutzername für den URL-Zugriff auf den Index-Snapshot, z. B. für die Index-Synchronisierung oder für Backups. Dieser Wert wird intern zwischen den Nodes ausgehandelt. Ändern Sie ihn nicht manuell, außer wenn Sie von ConSol dazu aufgefordert werden.
- Type: String
- Restart required: No
- System: Yes
- Optional: Yes
- Example value: user
- Since: 6.6.0
synchronize.master.timeout.minutes
- Module: cmas-core-index-common
- Description: Determines how much time (in minutes) the master server may continually fail until a new master gets elected. 0 means that master server will never change (failover mechanism is disabled). The default value is 5.
- Beschreibung: Legt fest, wie lange (in Minuten) die Index-Synchronisierung ausgehend vom aktuellen Master-Server fehlschlagen darf, bis ein neuer Master für die Index-Reparatur ausgewählt wird. 0 bedeutet, dass der Master-Server nie geändert wird (Failover-Mechanismus deaktiviert). Der Standardwert ist 5.
- Type: Integer
- Restart required: No
- System: Yes
- Optional: No
- Example value: 5
- Since: 6.6.0
synchronize.megabits.per.second
- Module: cmas-core-index-common
- Description: Determines how much bandwidth (in megabits) the master server may consume when transferring index changes to all slave servers. Do not use all available bandwidth to transfer index changes between hosts, as doing so will most probably partition the cluster due to some subsystems being unable to communicate. The default value is 85.
- Beschreibung: Legt fest, wie viel Bandbreite (in Megabits) der Master-Server verbrauchen darf, um Index-Änderungen an die Slave-Server zu übermitteln. Nutzen Sie nicht die gesamte verfügbare Bandbreite, um die Index-Änderungen zwischen den Hosts zu übermitteln, da dies zu einer Partitionierung des Clusters führen kann, weil einige Subsysteme nicht mehr kommunizieren können. Der Standardwert ist 85.
- Type: Integer
- Restart required: No
- System: Yes
- Optional: No
- Example value: 85
- Since: 6.6.0
synchronize.sleep.millis
- Module: cmas-core-index-common
- Description: Determines how often each slave server polls the master server for index changes. The default value is 1000.
- Beschreibung: Legt fest, wie oft jeder Slave-Server den Master-Server auf Änderungen am Index abfragt. Der Standardwert ist 1000.
- Type: Integer
- Restart required: No
- System: Yes
- Optional: No
- Example value: 1000
- Since: 6.6.0
cmas-core-security
admin.email
- Module: cmas-core-security
- Description: Defines the email address of the ConSol CM administrator. Initially, the value entered during system setup is used.
- Beschreibung: Definiert die E-Mail-Adresse des ConSol CM-Administrators. Anfänglich wird hier der Wert genommen, der bei der Systemeinrichtung eingegeben wurde.
- Type: String
- Restart required: No
- System: Yes
- Optional: No
- Example value: maz@your_domain.de
- Since: 6.0
admin.login
- Module: cmas-core-security
- Description: The login name of the ConSol CM administrator. The value which you entered during system setup is used initially.
- Beschreibung: Der Anmeldename des ConSol CM-Administrators. Anfänglich wird hier der Wert genommen, den Sie bei der Systemeinrichtung eingegeben haben.
- Type: String
- Restart required: No
- System: Yes
- Optional: No
- Example value: admin
- Since: 6.0
contact.authentication.method
- Module: cmas-core-security
- Description: Sets the authentication method for contacts accessing REST services; possible values are "DATABASE", "LDAP", "LDAP,DATABASE", "DATABASE,LDAP".
- Beschreibung: Definiert die Authentifizierungsmethode für Kontakte für den Zugriff auf REST-Services; mögliche Werte sind "DATABASE", "LDAP", "LDAP,DATABASE" oder "DATABASE,LDAP".
- Type: String
- Restart required: No
- System: Yes
- Optional: No
- Since: 6.9.3.0
contact.inherit.permissions.only.to.own.customer.group
- Module: cmas-core-security
- Description: Determines whether an authenticated contact via REST inherits all customer group permissions from the CM/Track user profile (false) or only has permissions to his own customer group (true).
- Beschreibung: Legt fest, ob ein über REST authentifizierter Kontakt alle Kundengruppen-Berechtigungen des CM/Track-Benutzerprofils erbt (false) oder nur die Berechtigungen für die eigene Kundengruppe hat (true).
- Type: Boolean
- Restart required: No
- System: Yes
- Optional: No
- Since: 6.9.2.3
authentication.method (removed)
- Module: cmas-core-security
- Description: Sets the user authentication method (internal database or LDAP authentication). Allowed values are "LDAP" or "DATABASE".
- Beschreibung: Legt die Methode der Benutzerauthentifizierung fest (interne CM-Datenbank oder LDAP-Authentifizierung). Mögliche Werte sind "LDAP" oder "DATABASE".
- Type: String
- Restart required: No
- System: Yes
- Optional: No
- Example value: DATABASE
- Since: 6.0
- Removed in: 6.14.0.0
brute.force.admin.auth.failures.notify.amount
- Module: cmas-core-security
- Description: Defines the number of unsuccessful authentication attempts after which the administrator will be notified. The default value is 100.
- Beschreibung: Definiert die Anzahl der nicht erfolgreichen Authentifizierungsversuche, nach der der Administrator benachrichtigt wird. Der Standardwert ist 100.
- Type: Integer
- Restart required: No
- System: Yes
- Optional: No
- Example value: 100
- Since: 6.14.0
brute.force.admin.auth.failures.notify.period
- Module: cmas-core-security
- Description: Defines the period in minutes for checking for failed authentication attempts to inform the administrator. If more failed authentication attempts than defined in
brute.force.admin.auth.failures.notify.amount
occur in this timeframe, the administrator is notified about this via email. The default value is 60. - Beschreibung: Definiert den Zeitraum in Minuten, in dem auf fehlgeschlagene Authentifizierungsversuche geprüft wird, um den Administrator zu informieren. Wenn in diesem Zeitraum mehr fehlgeschlagene Authentifizierungsversuche stattfinden als in
brute.force.admin.auth.failures.notify.amount
angegeben, wird der Administrator darüber per E-Mail informiert. Der Standardwert ist 60. - Type: Integer
- Restart required: No
- System: Yes
- Optional: No
- Example value: 60
- Since: 6.14.0
brute.force.attempts.to.block
- Module: cmas-core-security
- Description: Defines the number of unsuccessful authentication attempts after which an account will be blocked. The default value is 7.
- Beschreibung: Definiert die Anzahl der nicht erfolgreichen Authentifizierungsversuche, nach denen ein Konto blockiert wird. Der Standardwert ist 7.
- Type: Integer
- Restart required: No
- System: Yes
- Optional: No
- Example value: 7
- Since: 6.14.0
brute.force.auto.unblock.active
- Module: cmas-core-security
- Description: Determines if the mechanism to automatically unblock an account after a certain time period is enabled. The default value is "true".
- Beschreibung: Legt fest, ob der Mechanismus zum automatischen Entsperren eines Kontos nach einem bestimmten Zeitraum aktiviert ist. Der Standardwert ist "true".
- Type: Boolean
- Restart required: No
- System: Yes
- Optional: No
- Example value: true
- Since: 6.14.0
brute.force.auto.unblock.period
- Module: cmas-core-security
- Description: Defines the period in minutes after which an account is automatically unblocked. The default value is 30.
- Beschreibung: Definiert den Zeitraum in Minuten, nach dem ein Konto automatisch entsperrt wird. Der Standardwert ist 30.
- Type: Integer
- Restart required: No
- System: Yes
- Optional: No
- Example value: 30
- Since: 6.14.0
brute.force.endpoint.blocking.active
- Module: cmas-core-security
- Description: Determines if the authentication protection feature is enabled for webhooks. The default value is "true".
- Beschreibung: Legt fest, ob die Funktion zum Authentifizierungsschutz für Webhooks aktiviert ist. Der Standardwert ist "true".
- Type: Boolean
- Restart required: No
- System: Yes
- Optional: No
- Example value: true
- Since: 6.14.0
brute.force.engineer.blocking.active
- Module: cmas-core-security
- Description: Determines if the authentication protection feature is enabled for users. The default value is "true".
- Beschreibung: Legt fest, ob die Funktion zum Authentifizierungsschutz für Benutzer aktiviert ist. Der Standardwert ist "true".
- Type: Boolean
- Restart required: No
- System: Yes
- Optional: No
- Example value: true
- Since: 6.14.0
brute.force.mail.notification.active
- Module: cmas-core-security
- Description: Determines if users and contacts who were blocked receive an email with a link to unblock their accounts. The administrator receives emails with information about blocked accounts and the unblock codes for these accounts. In addition, the administrator receives an alert if the number of failed attempts exceeds to value set in
brute.force.admin.auth.failures.notify.amount
. The default is "false". - Beschreibung: Legt fest, ob blockierte Bearbeiter und Kontakte eine E-Mail mit einem Link zum Entsperren ihrer Konten erhalten. Der Administrator erhält E-Mails mit Informationen über blockierte Konten und den Entsperrcodes für diese Konten. Zusätzlich erhält der Administrator eine Warnung, wenn die Anzahl der fehlgeschlagenen Versuche den in
brute.force.admin.auth.failures.notify.amount
festgelegten Wert überschreitet. Der Standartwert ist "false". - Type: Boolean
- Restart required: No
- System: Yes
- Optional: No
- Example value: false
- Since: 6.14.0
brute.force.period.between.attempts.to.block
- Module: cmas-core-security
- Description: Defines the period in minutes for checking for failed authentication attempts. If more failed authentication attempts than defined in
brute.force.attempts.to.block
occur in this timeframe, the user or endpoint is blocked. The default value is 1. - Beschreibung: Definiert den Zeitraum in Minuten, in dem auf fehlgeschlagene Authentifizierungsversuche geprüft wird. Wenn in diesem Zeitraum mehr fehlgeschlagene Authentifizierungsversuche stattfinden als in
brute.force.attempts.to.block
angegeben, wird der Benutzer oder Endpunkt blockiert. Der Standardwert ist 1. - Type: Integer
- Restart required: No
- System: Yes
- Optional: No
- Example value: 1
- Since: 6.14.0
brute.force.unblock.code.expiration.period
- Module: cmas-core-security
- Description: Defines the period in hours after which the unblock code will expire. The default value is 24.
- Beschreibung: Definiert den Zeitraum in Stunden, nach dem der Code zum Entsperren abläuft. Der Standardwert ist 24.
- Type: Integer
- Restart required: No
- System: Yes
- Optional: No
- Example value: 24
- Since: 6.14.0
brute.force.unit.blocking.active
- Module: cmas-core-security
- Description: Determines if the authentication protection feature is enabled for contacts. The default value is "true".
- Beschreibung: Legt fest, ob die Funktion zum Authentifizierungsschutz für Kontakte aktiviert ist. Der Standardwert ist "true".
- Type: Boolean
- Restart required: No
- System: Yes
- Optional: No
- Example value: true
- Since: 6.14.0
cmas.auth.portal.user.2fa.email.code.length
- Module: cmas-core-security
- Description: Determines the length of the email code.
- Beschreibung: Legt die Länge des E-Mail-Codes fest.
- Type: Integer
- Restart required: No
- System: Yes
- Optional: No
- Example value: 6
- Since: 6.17.1.0
cmas.auth.portal.user.2fa.email.code.validity.minutes
- Module: cmas-core-security
- Description: Determines the validity of the generated email code in minutes.
- Beschreibung: Legt die Gültigkeit des erzeugten E-Mail-Codes in Minuten fest.
- Type: Integer
- Restart required: No
- System: Yes
- Optional: No
- Example value: 15
- Since: 6.17.1.0
cmas.auth.portal.user.2fa.mode
- Module: cmas-core-security
- Description: Indicates whether two-factor authentication is enabled fpr contacts (email) or not (none).
- Beschreibung: Gibt an, ob die Zwei-Faktor-Authentisierung für Kontakte aktiviert ist (email) oder nicht (none).
- Type: String
- Restart required: No
- System: Yes
- Optional: No
- Example value: none
- Since: 6.17.1.0
cmas.auth.portal.user.2fa.rememberBrowser.enabled
- Module: cmas-core-security
- Description: Indicates whether the feature to remember the browser is enabled.
- Beschreibung: Gibt an, ob die Funktion zum Merken des Browsers aktiviert ist.
- Type: Boolean
- Restart required: No
- System: Yes
- Optional: No
- Example value: true
- Since: 6.17.1.0
cmas.auth.portal.user.2fa.rememberBrowser.key
- Module: cmas-core-security
- Description: The key to identify tokens created for authentication with the remembered browser.
- Beschreibung: Der Schlüssel zur Identifizierung von Token, die für die Authentifizierung bei gemerktem Browser erzeugt werden.
- Type: String
- Restart required: Yes
- System: Yes
- Optional: No
- Since: 6.17.1.0
cmas.auth.portal.user.2fa.rememberBrowser.period.days
- Module: cmas-core-security
- Description: Indicates how long the browser is remembered.
- Beschreibung: Gibt an, wie lange der Browser gemerkt wird.
- Type: Integer
- Restart required: No
- System: Yes
- Optional: No
- Example value: 30
- Since: 6.17.1.0
cmas.auth.portal.user.2fa.whitelist
- Module: cmas-core-security
- Description: Comma-separated whitelist of usernames who can skip two-factor authentication.
- Beschreibung: Durch Kommas getrennte Whitelist der Benutzernamen, die die Zwei-Faktor-Authentisierung überspringen dürfen.
- Type: String
- Restart required: No
- System: Yes
- Optional: No
- Example value: user1,user2
- Since: 6.17.1.0
cmas.auth.portal.user.oidc.session.lifetime
- Module: cmas-core-security
- Description: The lifetime (in minutes) for a freshly created OIDC user session on the authentication application for CM/Track. An OIDC session is created on the first login of a user. Once the OIDC session lifetime is reached, users need to authenticate again when accessing CM/Track without an active CM/Track client session.
- Beschreibung: Die Gültigkeitsdauer (in Minuten) einer neu erzeugten OIDC-Benutzer-Session in der Authentifizierungsapplikation für CM/Track. Eine OIDC-Session wird bei der ersten Anmeldung eines Benutzers erzeugt. Sobald die Gültigkeitsdauer der OIDC-Session erreicht ist, müssen sich die Benutzer erneut authentifizieren, wenn sie ohne aktive CM/Track-Client-Session auf CM/Track zugreifen möchten.
- Type: Integer
- Restart required: No
- System: Yes
- Optional: No
- Example value: 15
- Since: 6.17.1.0
cmas.auth.user.2fa.email.code.length
- Module: cmas-core-security
- Description: Determines the length of the email code.
- Beschreibung: Legt die Länge des E-Mail-Codes fest.
- Type: Integer
- Restart required: No
- System: Yes
- Optional: No
- Example value: 6
- Since: 6.17.1.0
cmas.auth.user.2fa.email.code.validity.minutes
- Module: cmas-core-security
- Description: Determines the validity of the generated email code in minutes.
- Beschreibung: Legt die Gültigkeit des erzeugten E-Mail-Codes in Minuten fest.
- Type: Integer
- Restart required: No
- System: Yes
- Optional: No
- Example value: 15
- Since: 6.17.1.0
cmas.auth.user.2fa.mode
- Module: cmas-core-security
- Description: Indicates whether two-factor authentication is enabled for users (email) or not (none).
- Beschreibung: Gibt an, ob die Zwei-Faktor-Authentisierung für Benutzer aktiviert ist (email) oder nicht (none).
- Type: String
- Restart required: No
- System: Yes
- Optional: No
- Example value: none
- Since: 6.17.1.0
cmas.auth.user.2fa.rememberBrowser.enabled
- Module: cmas-core-security
- Description: Indicates whether the feature to remember the browser is enabled.
- Beschreibung: Gibt an, ob die Funktion zum Merken des Browsers aktiviert ist.
- Type: Boolean
- Restart required: No
- System: Yes
- Optional: No
- Example value: true
- Since: 6.17.1.0
cmas.auth.user.2fa.rememberBrowser.key
- Module: cmas-core-security
- Description: The key to identify tokens created for authentication with remembered browser.
- Beschreibung: Der Schlüssel zur Identifizierung von Token, die für die Authentifizierung bei gemerktem Browser erzeugt werden.
- Type: String
- Restart required: Yes
- System: Yes
- Optional: No
- Since: 6.17.1.0
cmas.auth.user.2fa.rememberBrowser.period.days
- Module: cmas-core-security
- Description: Indicates how long the browser is remembered.
- Beschreibung: Gibt an, wie lange der Browser gemerkt wird.
- Type: Integer
- Restart required: No
- System: Yes
- Optional: No
- Example value: 30
- Since: 6.17.1.0
cmas.auth.user.2fa.scope
- Module: cmas-core-security
- Description: Indicates whether two-factor authentication shall be applied to administrators only (admins) or to all users (all).
- Beschreibung: Gibt an, ob die Zwei-Faktor-Authentisierung nur für Administratoren (admins) oder für alle Benutzer (all) angewendet werden soll.
- Type: String
- Restart required: No
- System: Yes
- Optional: No
- Example value: admins
- Since: 6.17.1.0
cmas.auth.user.2fa.whitelist
- Module: cmas-core-security
- Description: Comma-separated whitelist of usernames who can skip two-factor authentication.
- Beschreibung: Durch Kommas getrennte Whitelist der Benutzernamen, die die Zwei-Faktor-Authentisierung überspringen dürfen.
- Type: String
- Restart required: No
- System: Yes
- Optional: No
- Example value: user1,user2
- Since: 6.17.1.0
cmas.auth.user.oidc.session.lifetime
- Module: cmas-core-security
- Description: The lifetime (in minutes) for a freshly created OIDC user session on the authentication application. An OIDC session is created on the first login of a user and is extended by the same lifetime on any subsequent login of the same user in another client. Having an OIDC session, users can access ConSol CM clients to create a regular ConSol CM user session without logging in, so the OIDC session acts similar to an SSO. Once OIDC session lifetime is reached, users need to authenticate again when accessing any client without an active ConSol CM client session.
- Beschreibung: Die Gültigkeitsdauer (in Minuten) einer neu erzeugten OIDC-Benutzer-Session in der Authentifizierungsapplikation. Eine OIDC-Session wird bei der ersten Anmeldung eines Benutzers erzeugt und wird bei jeder nachfolgenden Anmeldung desselben Benutzers in einem anderen Client um die gleiche Gültigkeitsdauer verlängert. Wenn eine OIDC-Session vorhanden ist, können die Benutzer auf ConSol CM-Clients zugreifen, um eine reguläre ConSol CM-Benutzer-Session zu erzeugen, ohne sich erneut anmelden zu müssen. Die OIDC-Session verhält sich also ähnlich wie ein SSO. Sobald die Gültigkeitsdauer der OIDC-Session erreicht ist, müssen sich die Benutzer erneut authentifizieren, wenn sie ohne aktive ConSol CM Client-Session auf einen Client zugreifen möchten.
- Type: Integer
- Restart required: No
- System: Yes
- Optional: No
- Example value: 15
- Since: 6.17.1.0
engineer.authentication.method
- Module: cmas-core-security
- Description: Sets the authentication method for users; possible values are "DATABASE", "LDAP", "LDAP,DATABASE", "DATABASE,LDAP".
- Beschreibung: Legt die Authentifizierungsmethode für Benutzer fest; mögliche Werte sind "DATABASE", "LDAP", "LDAP,DATABASE", "DATABASE,LDAP".
- Type: String
- Restart required: No
- System: Yes
- Optional: No
- Example value: DATABASE
- Since: 6.14.0.0
domain.map.for.oidc.config.CONFIGURATION_NAME
- Module: cmas-core-security
- Description: Enables mapping multiple instances of CM/Track to a specific domain. CONFIGURATION_NAME is the name of the OIDC configuration (if your CM/Track configuration is called "trackV2customized", the name of the property is
domain.map.for.oidc.config.trackV2customized
). You can provide several URLs separated by a comma. - Beschreibung: Ermöglicht die Zuordnung mehrerer Instanzen von CM/Track zu einer bestimmten Domäne. CONFIGURATION_NAME ist der Name der OIDC-Konfiguration (wenn Ihre CM/Track-Konfiguration "trackV2customized" heißt, ist der Name der Property
domain.map.for.oidc.config.trackV2customized
). Sie können mehrere durch Komma getrennte URLs eingeben. - Type: String
- Restart required: No
- System: No
- Optional: Yes
- Example value: cm6.consol.de,cm6.consol.com
- Since: 6.14.0.3
kerberos.v5.enabled (removed)
- Module: cmas-core-security
- Description: Indicates whether user authentication using SSO via Kerberos is enabled.
- Beschreibung: Legt fest, ob Benutzerauthentifizierung mit SSO über Kerberos aktiviert ist.
- Type: Boolean
- Restart required: No
- System: Yes
- Optional: No
- Example value: false
- Since: 6.2.0
- Removed in: in 6.16.0.0
kerberos.v5.username.regexp (removed)
- Module: cmas-core-security
- Description: Regular expression used for mapping Kerberos principals to ConSol CM user login names.
- Beschreibung: Regulärer Ausdruck für die Zuordnung der Kerberos-Principals zum Login der ConSol CM-Benutzer.
- Type: String
- Restart required: No
- System: Yes
- Optional: No
- Example value: (.*)@.*
- Since: 6.3.0
- Removed in: 6.16.0.0
ldap.authentication (removed)
- Module: cmas-core-security
- Description: LDAP authentication method used when LDAP authentication is configured. Possible values are "anonymous" and "simple" (default value).
- Beschreibung: Verwendete LDAP-Authentifizierungsmethode, wenn LDAP-Authentifizierung benutzt wird. Mögliche Werte sind "anonymous" und "simple" (Standardwert).
- Type: String
- Restart required: Yes
- System: Yes
- Optional: No
- Example value: simple
- Since: 6.0
- Removed in: 6.14.0.0
ldap.basedn (removed)
- Module: cmas-core-security
- Description: Base DN used for looking up LDAP user accounts when using LDAP authentication.
- Beschreibung: Base DN für die Suche von LDAP-Benutzerkonten, wenn LDAP-Authentifizierung verwendet wird.
- Type: String
- Restart required: No
- System: Yes
- Optional: No
- Example value: OU=accounts,DC=consol,DC=de
- Since: 6.0
- Removed in: 6.14.0.0
ldap.contact.NAME.basedn
- Module: cmas-core-security
- Description: Base path to search for the contact DN by LDAP ID.
- Beschreibung: Base DN für die Suche nach der Kontakt-DN mittels LDAP-ID.
- Type: String
- Restart required: No
- System: No
- Optional: Yes
- Example value: OU=accounts,DC=consol,DC=de
- Since: 6.9.3.0
ldap.contact.NAME.password
- Module: cmas-core-security
- Description: Password to look up the contact DN by LDAP ID. If not set, the anonymous account is used.
- Beschreibung: Passwort für die Suche nach der Kontakt-DN mittels LDAP-ID. Wenn nicht gesetzt, wird ein anonymes Konto verwendet.
- Type: String
- Restart required: No
- System: No
- Optional: Yes
- Since: 6.9.3.0
ldap.contact.NAME.providerurl
- Module: cmas-core-security
- Description: Address of the LDAP server (ldap[s]://host:port) used for contact authentication.
- Beschreibung: Adresse des LDAP-Servers (ldap[s]://host:port) für die Kontaktauthentifizierung.
- Type: String
- Restart required: No
- System: No
- Optional: Yes
- Since: 6.9.3.0
ldap.contact.NAME.searchattr
- Module: cmas-core-security
- Description: Attribute to search for the contact DN by LDAP ID (e.g. uid).
- Beschreibung: Attribut für die Suche nach der Kontakt-DN mittels LDAP-ID (z. B. uid).
- Type: String
- Restart required: No
- System: No
- Optional: Yes
- Since: 6.9.3.0
ldap.contact.NAME.userdn
- Module: cmas-core-security
- Description: User DN to look up contact DN by LDAP ID. If not set, the anonymous account is used.
- Beschreibung: Benutzer-DN für die Suche nach Kontakt-DN mittels LDAP-ID. Wenn nicht gesetzt, wird ein anonymes Konto verwendet.
- Type: String
- Restart required: No
- System: No
- Optional: Yes
- Since: 6.9.3.0
ldap.engineer.NAME.basedn
- Module: cmas-core-security
- Description: Base DN used for looking up LDAP user accounts when using LDAP authentication.
- Beschreibung: Base DN für die Suche von LDAP-Benutzerkonten, wenn LDAP-Authentifizierung verwendet wird.
- Type: String
- Restart required: No
- System: Yes
- Optional: No
- Example value: OU=accounts,DC=consol,DC=de
- Since: 6.14.0.0
ldap.engineer.NAME.password
- Module: cmas-core-security
- Description: Password for connecting to LDAP to look up users when using LDAP authentication. Only needed if lookup cannot be performed anonymously.
- Beschreibung: Passwort für die Verbindung zum LDAP, um Benutzer zu suchen, wenn LDAP-Authentifizierung verwendet wird. Wird nur benötigt, wenn die Suche nicht anonym ausgeführt werden kann.
- Type: Password
- Restart required: No
- System: Yes
- Optional: Yes
- Since: 6.14.0.0
ldap.engineer.NAME.providerurl
- Module: cmas-core-security
- Description: URL to LDAP provider, when using LDAP authentication.
- Beschreibung: URL zum LDAP-Provider, wenn LDAP-Authentifizierung verwendet wird.
- Type: String
- Restart required: No
- System: Yes
- Optional: No
- Example value: ldap://myserver.consol.de:389
- Since: 6.14.0.0
ldap.engineer.NAME.searchattr
- Module: cmas-core-security
- Description: Search attribute for looking up the LDAP entries associated with a ConSol CM login.
- Beschreibung: Suchattribut für die Suche nach LDAP-Einträgen, die mit dem ConSol CM-Login verbunden sind.
- Type: String
- Restart required: No
- System: Yes
- Optional: No
- Example value: uid
- Since: 6.14.0.0
ldap.engineer.NAME.userdn
- Module: cmas-core-security
- Description: LDAP user for connecting to LDAP to look up users when using LDAP authentication. Only needed if the lookup cannot be performed anonymously.
- Beschreibung: LDAP-Benutzer für die Verbindung zum LDAP, um Benutzer zu suchen, wenn LDAP-Authentifizierung verwendet wird. Wird nur benötigt, wenn die Suche nicht anonym ausgeführt werden kann.
- Type: String
- Restart required: No
- System: Yes
- Optional: Yes
- Since: 6.14.0.0
ldap.initialcontextfactory
- Module: cmas-core-security
- Description: Class name for the initial context factory of the LDAP implementation when using LDAP authentication. Usually this is
com.sun.jndi.ldap.LdapCtxFactory
. - Beschreibung: Name der Java-Klasse für die Initial Context Factory der LDAP-Implementierung bei der Verwendung von LDAP-Authentifizierung. Ist üblicherweise
com.sun.jndi.ldap.LdapCtxFactory
. - Type: String
- Restart required: Yes
- System: Yes
- Optional: No
- Example value: com.sun.jndi.ldap.LdapCtxFactory
- Since: 6.0
ldap.password (removed)
- Module: cmas-core-security
- Description: Password for connecting to LDAP to lookup users (when using LDAP authentication). Only needed if lookup cannot be done anonymously)
- Beschreibung: Passwort für die Verbindung zum LDAP, um Benutzer zu suchen, wenn LDAP-Authentifizierung verwendet wird. Wird nur benötigt, wenn die Suche nicht anonym ausgeführt werden kann.
- Type: Password
- Restart required: No
- System: Yes
- Optional: Yes
- Since: 6.1.2
- Removed in: 6.14.0.0
ldap.providerurl (removed)
- Module: cmas-core-security
- Description: URL to LDAP provider, when using LDAP authentication.
- Beschreibung: URL zum LDAP-Provider, wenn LDAP-Authentifizierung verwendet wird.
- Type: String
- Restart required: No
- System: Yes
- Optional: No
- Example value: ldap://ldap.consol.de:389
- Since: 6.0
- Removed in: 6.14.0.0
ldap.searchattr (removed)
- Module: cmas-core-security
- Description: Search attribute for looking up the LDAP entries associated with a ConSol CM login.
- Beschreibung: Suchattribut für die Suche nach LDAP-Einträgen, die mit dem ConSol CM-Login verbunden sind.
- Type: String
- Restart required: No
- System: Yes
- Optional: No
- Example value: uid
- Since: 6.0
- Removed in: 6.14.0.0
ldap.userdn (removed)
- Module: cmas-core-security
- Description: LDAP user for connecting to LDAP to look up users when using LDAP authentication. Only needed if the lookup cannot be performed anonymously.
- Beschreibung: LDAP-Benutzer für die Verbindung zum LDAP, um Benutzer zu suchen, wenn LDAP-Authentifizierung verwendet wird. Wird nur benötigt, wenn die Suche nicht anonym ausgeführt werden kann.
- Type: String
- Restart required: No
- System: Yes
- Optional: Yes
- Since: 6.1.2
- Removed in: 6.14.0.0
oidc.auth.rememberme.enabled
- Module: cmas-core-security
- Description: Indicates whether the Keep me logged in feature is enabled.
- Beschreibung: Gibt an, ob die Funktion Angemeldet bleiben aktiv ist.
- Type: Boolean
- Restart required: Yes
- System: Yes
- Optional: No
- Example value: true
- Since: 6.17.1.0
oidc.auth.rememberme.key
- Module: cmas-core-security
- Description: Defines the key to identify tokens created for authentication with the Keep me logged in feature.
- Beschreibung: Definiert den Schlüssel zur Identifikation von Tokens für die Authentifizierung mit der Funktion Angemeldet bleiben.
- Type: String
- Restart required: Yes
- System: Yes
- Optional: No
- Since: 6.17.1.0
oidc.auth.rememberme.lifetime
- Module: cmas-core-security
- Description: Allows specifying how long (in hours) a token is valid for the Keep me logged in feature.
- Beschreibung: Ermöglicht es, anzugeben, wie lange (in Stunden) ein Token für die Funktion Angemeldet bleiben gültig ist.
- Type: Integer
- Restart required: Yes
- System: Yes
- Optional: No
- Example value: 24
- Since: 6.17.1.0
oidc.track.authority.CONFIGURATION_NAME
- Module: cmas-core-security
- Description: Indicates the URL of the authenticating authority.
- Beschreibung: Gibt die URL der Authentifizierungsautorität an.
- Type: String
- Restart required: No
- System: No
- Optional: Yes
- Example value: https://localhost/adfs
- Since: 6.14.0.3
oidc.track.authority.default
- Module: cmas-core-security
- Description: Indicates the URL of the authenticating authority (default configuration).
- Beschreibung: Gibt die URL der Authentifizierungsautorität an (Standardkonfiguration).
- Type: String
- Restart required: No
- System: Yes
- Optional: No
- Example value: https://localhost/adfs
- Since: 6.14.0.3
oidc.track.clientId.CONFIGURATION_NAME
- Module: cmas-core-security
- Description: Indicates the client ID (application ID) of the application, as registered with the OIDC provider.
- Beschreibung: Gibt die Client-ID (Application-ID) der Anwendung an, wie sie beim OIDC-Provider registriert ist.
- Type: String
- Restart required: No
- System: No
- Optional: Yes
- Since: 6.14.0.3
oidc.track.clientId.default
- Module: cmas-core-security
- Description: Indicates the client ID (application ID) of the application, as registered with the OIDC provider (default configuration).
- Beschreibung: Gibt die Client-ID (Application-ID) der Anwendung an, wie sie beim OIDC-Provider registriert ist (Standardkonfiguration).
- Type: String
- Restart required: No
- System: Yes
- Optional: Yes
- Since: 6.14.0.3
oidc.track.clientSecret.CONFIGURATION_NAME
- Module: cmas-core-security
- Description: Indicates the secret of the client generated using the OIDC provider.
- Beschreibung: Gibt das Secret des Clients an, das vom OIDC-Provider generiert wurde.
- Type: Password
- Restart required: No
- System: No
- Optional: Yes
- Since: 6.14.0.3
oidc.track.clientSecret.default
- Module: cmas-core-security
- Description: Indicates the secret of the client generated using the OIDC provider (default configuration).
- Beschreibung: Gibt das Secret des Clients an, das vom OIDC-Provider generiert wurde (Standardkonfiguration).
- Type: Password
- Restart required: No
- System: Yes
- Optional: Yes
- Since: 6.14.0.3
oidc.track.enabled.CONFIGURATION_NAME
- Module: cmas-core-security
- Description: Indicates whether user authentication using SSO via OIDC is enabled for the CM/Track instance.
- Beschreibung: Gibt an, ob die Benutzerauthentifizierung mit SSO über OIDC für die CM/Track-Instanz aktiviert ist.
- Type: Boolean
- Restart required: No
- System: No
- Optional: Yes
- Example value: false
- Since: 6.14.0.3
oidc.track.enabled.default
- Module: cmas-core-security
- Description: Indicates whether user authentication using SSO via OIDC is enabled for CM/Track (default configuration).
- Beschreibung: Gibt an, ob die Benutzerauthentifizierung mit SSO über OIDC für CM/Track aktiviert ist (Standardkonfiguration).
- Type: Boolean
- Restart required: No
- System: Yes
- Optional: No
- Example value: false
- Since: 6.14.0.3
oidc.track.globalLogout.CONFIGURATION_NAME
- Module: cmas-core-security
- Description: Indicates whether the user should be logged out from the OIDC provider when he logs out from CM/Track.
- Beschreibung: Gibt an, ob der Benutzer vom OIDC-Anbieter abgemeldet werden soll, wenn er sich aus CM/Track abmeldet.
- Type: Boolean
- Restart required: No
- System: Yes
- Optional: No
- Example value: false
- Since: 6.17.0.0
oidc.track.providerType.CONFIGURATION_NAME
- Module: cmas-core-security
- Description: Indicates whether the OIDC configuration is backed by ConSol CM (internal) or an external SSO provider like Azure AD or ADFS (external).
- Beschreibung: Gibt an, ob die OIDC-Konfiguration für ConSol CM (internal) oder einen externen SSO-Anbieter wie Azure AD oder ADFS (external) verwendet wird.
- Type: String
- Restart required: No
- System: Yes
- Optional: No
- Example value: internal
- Since: 6.17.0.0
oidc.track.redirectUri.CONFIGURATION_NAME
- Module: cmas-core-security
- Description: Indicates the redirect URI where authentication responses can be received. This is either the OIDC endpoint on the ConSol CM server running CM/Track or on the load balancer.
- Beschreibung: Gibt die Weiterleitungs-URI an, an der Authentifizierungsantworten empfangen werden können. Dies ist entweder der OIDC-Endpunkt auf dem ConSol CM-Server, auf dem CM/Track läuft, oder auf dem Load-Balancer.
- Type: String
- Restart required: No
- System: No
- Optional: Yes
- Example value: http://localhost/track/oidc/
- Since: 6.14.0.3
oidc.track.redirectUri.default
- Module: cmas-core-security
- Description: Indicates the redirect URI where authentication responses can be received. This is either the OIDC endpoint on the ConSol CM server running CM/Track or on the load balancer (default configuration).
- Beschreibung: Gibt die Weiterleitungs-URI an, an der Authentifizierungsantworten empfangen werden können. Dies ist entweder der OIDC-Endpunkt auf dem ConSol CM-Server, auf dem CM/Track läuft, oder auf dem Load-Balancer (Standardkonfiguration).
- Type: String
- Restart required: No
- System: Yes
- Optional: No
- Example value: http://localhost/track/oidc/
- Since: 6.14.0.3
oidc.track.usernameClaim.CONFIGURATION_NAME
- Module: cmas-core-security
- Description: Indicates the name of claim in ID token which is used to map the user to a contact in ConSol CM. The value depends on the OIDC provider settings; the default values are "upn" and "unique_name".
- Beschreibung: Gibt den Claim-Namen in ID-Token an, mit dem der Benutzer dem Kontakt in ConSol CM zugeordnet wird. Der Wert hängt von den Einstellungen des OIDC-Providers ab; die Standardwerte sind "upn" und "unique_name".
- Type: String
- Restart required: No
- System: No
- Optional: Yes
- Example value: upn
- Since: 6.14.0.3
oidc.track.usernameClaim.default
- Module: cmas-core-security
- Description: Indicates the name of claim in ID token which is used to map the user to a contact in ConSol CM. The value depends on the OIDC provider settings; the default values are "upn" and "unique_name" (default configuration).
- Beschreibung: Gibt den Claim-Namen in ID-Token an, mit dem der Benutzer dem Kontakt in ConSol CM zugeordnet wird. Der Wert hängt von den Einstellungen des OIDC-Providers ab; die Standardwerte sind "upn" und "unique_name" (Standardkonfiguration).
- Type: String
- Restart required: No
- System: Yes
- Optional: No
- Example value: upn
- Since: 6.14.0.3
oidc.track.usernameRegexp.CONFIGURATION_NAME
- Module: cmas-core-security
- Description: Defines the regular expression used for mapping the username claim values to ConSol CM usernames. Example: (.*)@.* will transform the claim value 'user1@sso.yourdomain.com' to "user1" and look up "user1" in the ConSol CM database.
- Beschreibung: Definiert den regulären Ausdruck, mit dem die Werte der Benutzernamen-Claims den ConSol CM-Benutzernamen zugeordnet werden. Beispiel: (.*)@.* verwandelt den Claim-Wert "user1@sso.yourdomain.com" in "user1" und sucht in der ConSol CM-Datenbank nach "user1".
- Type: String
- Restart required: No
- System: No
- Optional: Yes
- Example value: (.*)@.*
- Since: 6.14.0.3
oidc.track.usernameRegexp.default
- Module: cmas-core-security
- Description: Defines the regular expression used for mapping the username claim values to ConSol CM usernames. Example: (.*)@.* will transform the claim value 'user1@sso.yourdomain.com' to "user1" and look up "user1" in the ConSol CM database (default configuration).
- Beschreibung: Definiert den regulären Ausdruck, mit dem die Werte der Benutzernamen-Claims den ConSol CM-Benutzernamen zugeordnet werden. Beispiel: (.*)@.* verwandelt den Claim-Wert "user1@sso.yourdomain.com" in "user1" und sucht in der ConSol CM-Datenbank nach "user1" (Standardkonfiguration).
- Type: String
- Restart required: No
- System: Yes
- Optional: No
- Example value: (.*)@.*
- Since: 6.14.0.3
oidc.track3.authority.CONFIGURATION_NAME
- Module: cmas-core-security
- Description: Indicates the URL of the authenticating authority.
- Beschreibung: Gibt die URL der Authentifizierungsautorität an.
- Type: String
- Restart required: No
- System: No
- Optional: Yes
- Example value: https://localhost/adfs
- Since: 6.17.0.0
oidc.track3.authority.default
- Module: cmas-core-security
- Description: Indicates the URL of the authenticating authority (default configuration).
- Beschreibung: Gibt die URL der Authentifizierungsautorität an (Standardkonfiguration).
- Type: String
- Restart required: No
- System: Yes
- Optional: No
- Example value: https://localhost/adfs
- Since: 6.17.0.0
oidc.track3.clientId.CONFIGURATION_NAME
- Module: cmas-core-security
- Description: Indicates the client ID (application ID) of the application, as registered with the OIDC provider.
- Beschreibung: Gibt die Client-ID (Application-ID) der Anwendung an, wie sie beim OIDC-Provider registriert ist.
- Type: String
- Restart required: No
- System: No
- Optional: Yes
- Since: 6.17.0.0
oidc.track3.clientId.default
- Module: cmas-core-security
- Description: Indicates the client ID (application ID) of the application, as registered with the OIDC provider (default configuration).
- Beschreibung: Gibt die Client-ID (Application-ID) der Anwendung an, wie sie beim OIDC-Provider registriert ist (Standardkonfiguration).
- Type: String
- Restart required: No
- System: Yes
- Optional: Yes
- Since: 6.17.0.0
oidc.track3.clientSecret.CONFIGURATION_NAME
- Module: cmas-core-security
- Description: Indicates the secret of the client generated using the OIDC provider.
- Beschreibung: Gibt das Secret des Clients an, das vom OIDC-Provider generiert wurde.
- Type: Password
- Restart required: No
- System: No
- Optional: Yes
- Since: 6.17.0.0
oidc.track3.clientSecret.default
- Module: cmas-core-security
- Description: Indicates the secret of the client generated using the OIDC provider (default configuration).
- Beschreibung: Gibt das Secret des Clients an, das vom OIDC-Provider generiert wurde (Standardkonfiguration).
- Type: Password
- Restart required: No
- System: Yes
- Optional: Yes
- Since: 6.17.0.0
oidc.track3.globalLogout.CONFIGURATION_NAME
- Module: cmas-core-security
- Description: Indicates whether the user should be logged out from the OIDC provider when he logs out from CM/Track. For an internal provider, the value "True" should be selected. For an external provider, the value is usually "False", so that sessions in other applications, which are provided by the same provider, are not closed.
- Beschreibung: Gibt an, ob der Benutzer vom OIDC-Anbieter abgemeldet werden soll, wenn er sich aus CM/Track abmeldet. Beim internen Provider sollte der Wert "True" ausgewählt sein. Bei einem externen Provider ist der Wert normalerweise "False", damit Sessions in anderen Applikationen, die vom gleichen Provider bereitgestellt werden, nicht geschlossen werden.
- Type: Boolean
- Restart required: No
- System: Yes
- Optional: No
- Example value: false
- Since: 6.17.0.0
oidc.track3.globalLogout.default
- Module: cmas-core-security
- Description: Indicates whether the user should be logged out from the OIDC provider when he logs out from CM/Track. For an internal provider, the value "True" should be selected. For an external provider, the value is usually "False", so that sessions in other applications, which are provided by the same provider, are not closed (defaut configuration).
- Beschreibung: Gibt an, ob der Benutzer vom OIDC-Anbieter abgemeldet werden soll, wenn er sich aus CM/Track abmeldet. Beim internen Provider sollte der Wert "True" ausgewählt sein. Bei einem externen Provider ist der Wert normalerweise "False", damit Sessions in anderen Applikationen, die vom gleichen Provider bereitgestellt werden, nicht geschlossen werden (Standardkonfiguration).
- Type: Boolean
- Restart required: No
- System: Yes
- Optional: No
- Example value: false
- Since: 6.17.0.0
oidc.track3.providerType.CONFIGURATION_NAME
- Module: cmas-core-security
- Description: Indicates the OIDC provider. Set "internal" to use the ConSol CM authentication application as OIDC provider. Set "external" if a third-party application, such as Azure AD or ADFS should be used.
- Beschreibung: Gibt den OIDC-Provider an. Setzen Sie "internal", um die Authentifizierungs-Applikation von ConSol CM als OIDC-Provider zu nutzen. Setzen Sie "external", um eine Applikation eines Drittanbieters wie Azure AD oder ADFS zu verwenden.
- Type: String
- Restart required: No
- System: Yes
- Optional: No
- Example value: internal
- Since: 6.17.0.0
oidc.track3.providerType.default
- Module: cmas-core-security
- Description: Indicates the OIDC provider. Set "internal" to use the ConSol CM authentication application as OIDC provider. Set "external" if a third-party application, such as Azure AD or ADFS should be used (default configuration).
- Beschreibung: Gibt den OIDC-Provider an. Setzen Sie "internal", um die Authentifizierungs-Applikation von ConSol CM als OIDC-Provider zu nutzen. Setzen Sie "external", um eine Applikation eines Drittanbieters wie Azure AD oder ADFS zu verwenden (Standardkonfiguration).
- Type: String
- Restart required: No
- System: Yes
- Optional: No
- Example value: internal
- Since: 6.17.0.0
oidc.track3.redirectUri.CONFIGURATION_NAME
- Module: cmas-core-security
- Description: Indicates the redirect URI where authentication responses can be received. This is either the OIDC endpoint on the ConSol CM server running CM/Track or on the load balancer.
- Beschreibung: Gibt die Weiterleitungs-URI an, an der Authentifizierungsantworten empfangen werden können. Dies ist entweder der OIDC-Endpunkt auf dem ConSol CM-Server, auf dem CM/Track läuft, oder auf dem Load-Balancer.
- Type: String
- Restart required: No
- System: No
- Optional: Yes
- Example value: http://localhost/cm-track/oidc/
- Since: 6.17.0.0
oidc.track3.redirectUri.default
- Module: cmas-core-security
- Description: Indicates the redirect URI where authentication responses can be received. This is either the OIDC endpoint on the ConSol CM server running CM/Track or on the load balancer (default configuration).
- Beschreibung: Gibt die Weiterleitungs-URI an, an der Authentifizierungsantworten empfangen werden können. Dies ist entweder der OIDC-Endpunkt auf dem ConSol CM-Server, auf dem CM/Track läuft, oder auf dem Load-Balancer (Standardkonfiguration).
- Type: String
- Restart required: No
- System: Yes
- Optional: No
- Example value: http://localhost/cm-track/oidc/
- Since: 6.17.0.0
oidc.track3.usernameClaim.CONFIGURATION_NAME
- Module: cmas-core-security
- Description: Indicates the name of claim in ID token which is used to map the user to a contact in ConSol CM. The value depends on the OIDC provider settings; the default values are "upn" and "unique_name".
- Beschreibung: Gibt den Claim-Namen in ID-Token an, mit dem der Benutzer dem Kontakt in ConSol CM zugeordnet wird. Der Wert hängt von den Einstellungen des OIDC-Providers ab; die Standardwerte sind "upn" und "unique_name".
- Type: String
- Restart required: No
- System: No
- Optional: Yes
- Example value: upn
- Since: 6.17.0.0
oidc.track3.usernameClaim.default
- Module: cmas-core-security
- Description: Indicates the name of claim in ID token which is used to map the user to a contact in ConSol CM. The value depends on the OIDC provider settings; the default values are "upn" and "unique_name" (default configuration).
- Beschreibung: Gibt den Claim-Namen in ID-Token an, mit dem der Benutzer dem Kontakt in ConSol CM zugeordnet wird. Der Wert hängt von den Einstellungen des OIDC-Providers ab; die Standardwerte sind "upn" und "unique_name" (Standardkonfiguration).
- Type: String
- Restart required: No
- System: Yes
- Optional: No
- Example value: upn
- Since: 6.17.0.0
oidc.track3.usernameRegexp.CONFIGURATION_NAME
- Module: cmas-core-security
- Description: Defines the regular expression used for mapping the username claim values to ConSol CM usernames. Example: (.*)@.* will transform the claim value 'user1@sso.yourdomain.com' to "user1" and look up "user1" in the ConSol CM database.
- Beschreibung: Definiert den regulären Ausdruck, mit dem die Werte der Benutzernamen-Claims den ConSol CM-Benutzernamen zugeordnet werden. Beispiel: (.*)@.* verwandelt den Claim-Wert "user1@sso.yourdomain.com" in "user1" und sucht in der ConSol CM-Datenbank nach "user1".
- Type: String
- Restart required: No
- System: No
- Optional: Yes
- Example value: (.*)@.*
- Since: 6.17.0.0
oidc.track3.usernameRegexp.default
- Module: cmas-core-security
- Description: Defines the regular expression used for mapping the username claim values to ConSol CM usernames. Example: (.*)@.* will transform the claim value 'user1@sso.yourdomain.com' to "user1" and look up "user1" in the ConSol CM database (default configuration).
- Beschreibung: Definiert den regulären Ausdruck, mit dem die Werte der Benutzernamen-Claims den ConSol CM-Benutzernamen zugeordnet werden. Beispiel: (.*)@.* verwandelt den Claim-Wert "user1@sso.yourdomain.com" in "user1" und sucht in der ConSol CM-Datenbank nach "user1" (Standardkonfiguration).
- Type: String
- Restart required: No
- System: Yes
- Optional: No
- Example value: (.*)@.*
- Since: 6.17.0.0
oidc.was.authority.default
- Module: cmas-core-security
- Description: Indicates the URL of the authenticating authority.
- Beschreibung: Gibt die URL der Authentifizierungsautorität an.
- Type: String
- Restart required: No
- System: Yes
- Optional: No
- Example value: https://localhost/adfs
- Since: 6.17.0.0
oidc.was.clientId.default
- Module: cmas-core-security
- Description: Indicates the client ID (application ID) of the application, as registered with the OIDC provider.
- Beschreibung: Gibt die Client-ID (Application-ID) der Anwendung an, wie sie beim OIDC-Provider registriert ist.
- Type: String
- Restart required: No
- System: Yes
- Optional: Yes
- Since: 6.17.0.0
oidc.was.clientSecret.default
- Module: cmas-core-security
- Description: Indicates the secret of the client generated using the OIDC provider.
- Beschreibung: Gibt das Secret des Clients an, das vom OIDC-Provider generiert wurde.
- Type: Password
- Restart required: No
- System: Yes
- Optional: Yes
- Since: 6.17.0.0
oidc.was.enabled.default
- Module: cmas-core-security
- Description: Indicates whether user authentication using SSO via OIDC is enabled for the Web Admin Suite.
- Beschreibung: Gibt an, ob die Benutzerauthentifizierung mithilfe von SSO über OIDC für die Web Admin Suite aktiviert ist.
- Type: Boolean
- Restart required: No
- System: Yes
- Optional: No
- Example value: false
- Since: 6.17.0.0
oidc.was.globalLogout.default
- Module: cmas-core-security
- Description: Indicates whether the user should be logged out from the OIDC provider when he logs out from the Web Admin Suite For an internal provider, the value "True" should be selected. For an external provider, the value is usually "False", so that sessions in other applications, which are provided by the same provider, are not closed.
- Beschreibung: Gibt an, ob der Benutzer vom OIDC-Anbieter abgemeldet werden soll, wenn er sich aus der Web Admin Suite abmeldet. Beim internen Provider sollte der Wert "True" ausgewählt sein. Bei einem externen Provider ist der Wert normalerweise "False", damit Sessions in anderen Applikationen, die vom gleichen Provider bereitgestellt werden, nicht geschlossen werden.
- Type: Boolean
- Restart required: No
- System: Yes
- Optional: No
- Example value: false
- Since: 6.17.1.0
oidc.was.providerType.default
- Module: cmas-core-security
- Description: Indicates the OIDC provider. Set "internal" to use the ConSol CM authentication application as OIDC provider. Set "external" if a third-party application, such as Azure AD or ADFS should be used.
- Beschreibung: Gibt den OIDC-Provider an. Setzen Sie "internal", um die Authentifizierungs-Applikation von ConSol CM als OIDC-Provider zu nutzen. Setzen Sie "external", um eine Applikation eines Drittanbieters wie Azure AD oder ADFS zu verwenden.
- Type: String
- Restart required: No
- System: Yes
- Optional: No
- Example value: internal
- Since: 6.17.1.0
oidc.was.redirectUri.default
- Module: cmas-core-security
- Description: Indicates the redirect URI where authentication responses can be received. This is either the OIDC endpoint on the ConSol CM server running the Web Admin Suite or on the load balancer.
- Beschreibung: Gibt die Weiterleitungs-URI an, an der Authentifizierungsantworten empfangen werden können. Dies ist entweder der OIDC-Endpunkt auf dem ConSol CM-Server, auf dem die Web Admin Suite läuft, oder auf dem Load-Balancer.
- Type: String
- Restart required: No
- System: Yes
- Optional: No
- Example value: http://localhost/was/oidc/
- Since: 6.17.0.0
oidc.was.usernameClaim.default
- Module: cmas-core-security
- Description: Indicates the name of claim in ID token which is used to map the user to an engineer in ConSol CM. The value depends on the OIDC provider settings; the default values are "upn" and "unique_name".
- Beschreibung: Gibt den Claim-Namen in ID-Token an, mit dem der Benutzer dem Bearbeiter in ConSol CM zugeordnet wird. Der Wert hängt von den Einstellungen des OIDC-Providers ab; die Standardwerte sind "upn" und "unique_name".
- Type: String
- Restart required: No
- System: Yes
- Optional: No
- Example value: upn
- Since: 6.17.0.0
oidc.was.usernameRegexp.default
- Module: cmas-core-security
- Description: Defines the regular expression used for mapping the username claim values to ConSol CM usernames. Example: (.*)@.* will transform the claim value 'user1@sso.yourdomain.com' to "user1" and look up "user1" in the ConSol CM database.
- Beschreibung: Definiert den regulären Ausdruck, mit dem die Werte der Benutzernamen-Claims den ConSol CM-Benutzernamen zugeordnet werden. Beispiel: (.*)@.* verwandelt den Claim-Wert "user1@sso.yourdomain.com" in "user1" und sucht in der ConSol CM-Datenbank nach "user1".
- Type: String
- Restart required: No
- System: Yes
- Optional: No
- Example value: (.*)@.*
- Since: 6.17.0.0
oidc.web.authority.default
- Module: cmas-core-security
- Description: Indicates the URL of the authenticating authority.
- Beschreibung: Gibt die URL der Authentifizierungsautorität an.
- Type: String
- Restart required: No
- System: Yes
- Optional: No
- Example value: https://localhost/adfs
- Since: 6.16.0.0
oidc.web.clientId.default
- Module: cmas-core-security
- Description: Indicates the client ID (application ID) of the application, as registered with the OIDC provider.
- Beschreibung: Gibt die Client-ID (Application-ID) der Anwendung an, wie sie beim OIDC-Provider registriert ist.
- Type: String
- Restart required: No
- System: Yes
- Optional: Yes
- Since: 6.16.0.0
oidc.web.clientSecret.default
- Module: cmas-core-security
- Description: Indicates the secret of the client generated using the OIDC provider.
- Beschreibung: Gibt das Secret des Clients an, das vom OIDC-Provider generiert wurde.
- Type: Password
- Restart required: No
- System: Yes
- Optional: Yes
- Since: 6.16.0.0
oidc.web.enabled.default
- Module: cmas-core-security
- Description: Indicates whether user authentication using SSO via OIDC is enabled for the Web Client.
- Beschreibung: Gibt an, ob die Benutzerauthentifizierung mithilfe von SSO über OIDC für den Web Client aktiviert ist.
- Type: Boolean
- Restart required: No
- System: Yes
- Optional: No
- Example value: false
- Since: 6.16.0.0
oidc.web.globalLogout.default
- Module: cmas-core-security
- Description: Indicates whether the user should be logged out from the OIDC provider when he logs out from the Web Client. For an internal provider, the value "True" should be selected. For an external provider, the value is usually "False", so that sessions in other applications, which are provided by the same provider, are not closed.
- Beschreibung: Gibt an, ob der Benutzer vom OIDC-Anbieter abgemeldet werden soll, wenn er sich aus dem Web Client abmeldet. Beim internen Provider sollte der Wert "True" ausgewählt sein. Bei einem externen Provider ist der Wert normalerweise "False", damit Sessions in anderen Applikationen, die vom gleichen Provider bereitgestellt werden, nicht geschlossen werden.
- Type: Boolean
- Restart required: No
- System: Yes
- Optional: No
- Example value: false
- Since: 6.17.1.0
oidc.web.providerType.default
- Module: cmas-core-security
- Description: Indicates the OIDC provider. Set "internal" to use the ConSol CM authentication application as OIDC provider. Set "external" if a third-party application, such as Azure AD or ADFS should be used.
- Beschreibung: Gibt den OIDC-Provider an. Setzen Sie "internal", um die Authentifizierungs-Applikation von ConSol CM als OIDC-Provider zu nutzen. Setzen Sie "external", um eine Applikation eines Drittanbieters wie Azure AD oder ADFS zu verwenden.
- Type: String
- Restart required: No
- System: Yes
- Optional: No
- Example value: internal
- Since: 6.17.1.0
oidc.web.redirectUri.default
- Module: cmas-core-security
- Description: Indicates the redirect URI where authentication responses can be received. This is either the OIDC endpoint on the ConSol CM server running Web Client or on the load balancer.
- Beschreibung: Gibt die Weiterleitungs-URI an, an der Authentifizierungsantworten empfangen werden können. Dies ist entweder der OIDC-Endpunkt auf dem ConSol CM-Server, auf dem der Web Client läuft, oder auf dem Load-Balancer.
- Type: String
- Restart required: No
- System: Yes
- Optional: No
- Example value: http://localhost/cm-client/oidc/
- Since: 6.16.0.0
oidc.web.usernameClaim.default
- Module: cmas-core-security
- Description: Indicates the name of claim in ID token which is used to map the user to an engineer in ConSol CM. The value depends on the OIDC provider settings; the default values are "upn" and "unique_name".
- Beschreibung: Gibt den Claim-Namen in ID-Token an, mit dem der Benutzer dem Bearbeiter in ConSol CM zugeordnet wird. Der Wert hängt von den Einstellungen des OIDC-Providers ab; die Standardwerte sind "upn" und "unique_name".
- Type: String
- Restart required: No
- System: Yes
- Optional: No
- Example value: upn
- Since: 6.16.0.0
oidc.web.usernameRegexp.default
- Module: cmas-core-security
- Description: Defines the regular expression used for mapping the username claim values to ConSol CM usernames. Example: (.*)@.* will transform the claim value 'user1@sso.yourdomain.com' to "user1" and look up "user1" in the ConSol CM database.
- Beschreibung: Definiert den regulären Ausdruck, mit dem die Werte der Benutzernamen-Claims den ConSol CM-Benutzernamen zugeordnet werden. Beispiel: (.*)@.* verwandelt den Claim-Wert "user1@sso.yourdomain.com" in "user1" und sucht in der ConSol CM-Datenbank nach "user1".
- Type: String
- Restart required: No
- System: Yes
- Optional: No
- Example value: (.*)@.*
- Since: 6.16.0.0
password.reset.mail.from
- Module: cmas-core-security
- Description: Defines the From address (sender) of emails for resetting the password. If not set, the value of the
admin.email
property is used instead. - Beschreibung: Definiert die From-Adresse (Absender) von E-Mails zum Zurücksetzen des Passworts. Wenn nicht gesetzt, wird stattdessen der Wert der Property
admin.email
verwendet. - Type: String
- Restart required: No
- System: No
- Optional: No
- Example value: bartek@your_domain.de
- Since: 6.11.0.1
policy.password.age
- Module: cmas-core-security
- Description: Defines the maximum validity period (in days) of passwords before the user needs to change the password. Example 183 (6 months), default value: 5500 (= 15 years, i.e., no password change enforced).
- Beschreibung: Definiert den maximalen Gültigkeitszeitraum von Passwörtern (in Tagen), bevor der Benutzer das Passwort ändern muss. Beispiel 183 (6 Monate), Standardwert: 5500 (= 15 Jahre, d. h. es wird keine Passwortänderung erzwungen).
- Type: Integer
- Restart required: No
- System: No
- Optional: Yes
- Example value: 5500 (15 years, default)
- Since: 6.10.1.0
policy.password.pattern
- Module: cmas-core-security
- Description: Defines a regular expression pattern which new passwords have to match. The default value is
^(?=.*[0-9])(?=.*[A-Z])(?=.*[a-z]).{7,}$
(at least 7 characters, one capital letter, one lower case letter and one number). - Beschreibung: Definiert ein Muster als regulären Ausdruck, dem neue Passwörter entsprechen müssen. Der Standardwert ist
^(?=.*[0-9])(?=.*[A-Z])(?=.*[a-z]).{7,}$
(mindestens 7 Zeichen, ein Großbuchstabe, ein Kleinbuchstabe und eine Zahl). - Type: String
- Restart required: No
- System: No
- Optional: Yes
- Example value:
^(?=.*[0-9])(?=.*[A-Z])(?=.*[a-z]).{7,}$
(default) - Since: 6.10.1.0
policy.rotation.ratio
- Module: cmas-core-security
- Description: Defines how often passwords may repeat. For example, setting the value to X means that the new password cannot be present among the user's X previous passwords. For CM/Track, any value greater than 1 is interpreted as 1, so that it is only possible to compare the new password to the current one. You can set the property to 0 to disable password rotation checks in CM/Track.
- Beschreibung: Legt fest, wie oft sich das Passwort wiederholen darf. Ist der Wert z. B. 10, darf das neue Passwort nicht unter den zehn letzten Passwörtern des Benutzers sein. Für CM/Track wird jeder Wert, der größer als 1 ist, als 1 interpretiert, so dass das neue Passwort lediglich mit dem aktuellen Passwort verglichen werden kann. Sie können die Property auf 0 setzen, um Prüfungen zur Passwort-Rotation in CM/Track zu deaktivieren.
- Type: Integer
- Restart required: No
- System: No
- Optional: Yes
- Example value: 5 (default)
- Since: 6.10.1.0
policy.track.username.case.sensitive
- Module: cmas-core-security
- Description: Defines whether customer usernames in CM/Track are case-sensitive.
- Beschreibung: Definiert, ob bei Kunden-Benutzernamen in CM/Track die Groß- und Kleinschreibung beachtet wird.
- Type: Boolean
- Restart required: No
- System: No
- Optional: Yes
- Example value: true (default)
- Since: 6.11.0.0
policy.username.case.sensitive
- Module: cmas-core-security
- Description: Defines whether usernames are case-sensitive.
- Beschreibung: Legt fest, ob bei Benutzernamen die Groß- und Kleinschreibung beachtet wird.
- Type: Boolean
- Restart required: No
- System: No
- Optional: Yes
- Example value: true (default)
- Since: 6.10.1.0
resetCode.expirationPeriod
- Module: cmas-core-security
- Description: Defines the expiration period for the link when resetting the password for the Web Client or CM/Track.
- Beschreibung: Definiert die Gültigkeitsdauer des Links zum Zurücksetzen des Passworts für den Web Client oder CM/Track.
- Type: Integer
- Restart required: No
- System: No
- Optional: Yes
- Example value: 1000*60*60 (default i.e 1h)
- Since: 6.1.1
cmas-core-server
application.prefix
- Module: cmas-core-server
- Description: Prefix for automatically created ticket names. Used only in staging scenarios.
- Type: String
- Restart required: No
- System: No
- Optional: Yes
- Example value: TEST
- Since: 6.3.0
attachment.allowed.types
- Module: cmas-core-server
- Description: Comma-separated list of allowed attachment file types. By default, only images, PDF and text files are allowed. If no value is provided, all files are allowed (not recommended). The property
mail.attachments.validation.handling
defines how the system reacts on an unallowed attachment. - Beschreibung: Durch Kommas getrennte Liste der erlaubten Dateitypen für Attachments. Standardmäßig sind nur Bilder, PDF-Dateien und Textdateien erlaubt. Wenn die Property keinen Wert hat, werden keine Dateien blockiert (nicht empfohlen). Die Property
mail.attachments.validation.handling
definiert, wie das System auf ein nicht erlaubtes Attachment reagiert. - Type: String
- Restart required: No
- System: Yes
- Optional: Yes
- Example value: jpg,jpeg,gif,bmp,png,pdf,txt,csv
- Since: 6.5.0
attachment.max.size
- Module: cmas-core-server
- Description: Maximum attachment size, in MB. This property controls the size of attachments at cases, contacts and resources. It also controls the size of incoming (not outgoing) email attachments. The value of this property needs to be aligned with the respective setting in the application server configuration (adapt the parameter
max-post-size-bytes
incm6-config.properties
orcm6-domain-config.properties
). In addition, you might need to increase the value ofcmas-nimh, mailbox.default.task.max.message.size
. The value of this property is displayed in the Web Client when adding a new attachment. - Beschreibung: Maximale Größe von Attachments in MB. Diese Property steuert die Größe der Attachments in Vorgängen, Kontakten und Ressourcen. Außerdem steuert sie die Größe der eingehenden (nicht ausgehenden) E-Mail-Attachments. Der Wert dieser Property muss zur entsprechenden Einstellung in der Konfiguration des Application Servers passen (passen Sie den Parameter
max-post-size-bytes
incm6-config.properties
odercm6-domain-config.properties
an). Zusätzlich müssen Sie möglicherweise den Wert voncmas-nimh, mailbox.default.task.max.message.size
erhöhen. Der Wert dieser Property wird im Web Client beim Hinzufügen eines neuen Attachments angezeigt. - Type: Integer
- Restart required: No
- System: Yes
- Optional: No
- Example value: 100
- Since: 6.4.0
attachment.type.hints
- Module: cmas-core-server
- Description: Allows to assign MIME types to not yet officially supported file extensions, so these file extensions can be detected correctly.
- Beschreibung: Ermöglicht es, MIME-Typen auch noch nicht offiziell unterstützten Dateinamenserweiterungen zuzuweisen, sodass diese Dateinamenserweiterungen richtig erkannt werden können.
- Type: String
- Restart required: No
- System: No
- Optional: Yes
- Example value: 7z:application/x-7z-compressed, zip:application/zip, wav:audio/x-wav
- Since: 6.11.2.0
calendar.csv.dateFormat
- Module: cmas-core-server
- Description: Format of the date given in the CSV file containing the list of holidays.
- Beschreibung: Format des in der CSV-Datei mit der Liste der Feiertage angegebenen Datums.
- Type: String
- Restart required: No
- System: No
- Optional: Yes
- Example value: dd/MM/yyyy
- Since: 6.9.3.2
calendar.csv.separator
- Module: cmas-core-server
- Description: Separator used in the CSV file containing the list of holidays.
- Beschreibung: Trennzeichen, das in der CSV-Datei mit der Liste der Feiertage verwendet wird.
- Type: String
- Restart required: No
- System: No
- Optional: Yes
- Example value: ,
- Since: 6.9.3.2
config.data.version
- Module: cmas-core-server
- Description: The internal version number of the current system configuration. This property is maintained internally, please do not change it unless advised by ConSol.
- Beschreibung: Die interne Versionsnummer der aktuellen Systemkonfiguration. Diese Property wird intern gepflegt. Ändern Sie sie nur, wenn Sie von ConSol dazu aufgefordert werden.
- Type: Integer
- Restart required: No
- System: Yes
- Optional: No
- Example value: 11
- Since: 6.0
config.import.global.transaction.enabled
- Module: cmas-core-server
- Description: Determines whether the configuration (without localizations) should be imported within a single transaction.
- Beschreibung: Legt fest, ob die Konfiguration (ohne Lokalisierungen) in einer einzigen Transaktion importiert werden soll.
- Type: Boolean
- Restart required: No
- System: No
- Optional: Yes
- Example value: true
- Since: 6.11.1.0
customfield.content.file.max.size
- Module: cmas-core-server
- Description: Determines the maximum size in MB of the images which can be added as content of rich text fields.
- Beschreibung: Legt die maximale Größe (in MB) der Bilder fest, die als Inhalt von Rich-Text-Feldern hinzugefügt werden können.
- Type: Integer
- Restart required: No
- System: Yes
- Optional: Yes
- Example value: 10
- Since: 6.11.2.2
dao.log.threshold.milliseconds
- Module: cmas-core-server
- Description: Used to configure database operation times logging. DAO methods whose execution takes longer than the time set in this property (in milliseconds) are logged.
- Beschreibung: Zur Konfiguration der Protokollierung von Datenbankoperationszeiten verwendet. DAO-Methoden, deren Ausführung länger als die in dieser Property gesetzte Zeit (in Millisekunden) dauert, werden protokolliert.
- Type: Integer
- Restart required: No
- System: No
- Optional: Yes
- Example value: 500 (default)
- Since: 6.11.1.0
dao.log.username
- Module: cmas-core-server
- Description: Used to configure database operation times logging. The execution of DAO methods which are related to the username stated in this property is logged. Only one username can be provided. The value is empty by default.
- Beschreibung: Zur Konfiguration der Protokollierung von Datenbankoperationszeiten verwendet. Die Ausführung von DAO-Methoden, die im Zusammenhang mit dem in dieser Property angegebenen Benutzernamen stehen werden, wird protokolliert. Es kann nur ein Benutzername angegeben werden. Der Wert ist standardmäßig leer.
- Type: String
- Restart required: No
- System: No
- Optional: Yes
- Example value: webadmin
- Since: 6.11.1.0
defaultCommentClassName
- Module: cmas-core-server
- Description: Name of the default text class for comments.
- Beschreibung: Name der Standard-Textklasse für Kommentare.
- Type: String
- Restart required: No
- System: No
- Optional: Yes
- Example value:
- Since: 6.3.0
defaultIncommingMailClassName
- Module: cmas-core-server
- Description: Name of the default text class for incoming emails.
- Beschreibung: Name der Standard-Textklasse für eingehende E-Mails.
- Type: String
- Restart required: No
- System: No
- Optional: Yes
- Example value:
- Since: 6.3.0
defaultOutgoingMailClassName
- Module: cmas-core-server
- Description: Name of the default text class for outgoing emails.
- Beschreibung: Name der Standard-Textklasse für ausgehende E-Mails.
- Type: String
- Restart required: No
- System: No
- Optional: Yes
- Example value:
- Since: 6.3.0
defaultUnitContentClassName
- Module: cmas-core-server
- Description: Name of the default class for content created by customers via REST API.
- Beschreibung: Name der Standard-Textklasse für von Kunden über die REST-API erstellten Inhalt.
- Type: String
- Restart required: No
- System: No
- Optional: Yes
- Example value:
- Since: 6.16.1.0
engineer.description.cache.enabled
- Module: cmas-core-server
- Description: Defines whether user descriptions are cached. The default value is "true", please do not change it unless advised by ConSol.
- Beschreibung: Legt fest, ob die Benutzerbeschreibungen zwischengespeichert werden. Der Standardwert ist 'true'. Ändern Sie diesen Wert nur, wenn Sie von ConSol dazu aufgefordert werden.
- Type: Boolean
- Restart required: No
- System: No
- Optional: Yes
- Example value: false
- Since: 6.11.0
engineer.description.mode
- Module: cmas-core-server
- Description: Defines whether the user names in the case history are taken from the database or dynamically rendered using templates. The default value "DYNAMIC" is a bit more costly from the performance perspective, while "PROTOCOL" is faster but returns historical names which might be outdated. Use "PROTOCOL" if you have lots of history entries from many different users.
- Beschreibung: Legt fest, ob die Benutzernamen im Vorgangsprotokoll aus der Datenbank abgerufen oder dynamisch über Templates erzeugt werden. Der Standardwert "DYNAMIC" ist aus Performance-Sicht etwas kostspieliger. "PROTOCOL" ist schneller, gibt aber historische Namen zurück, die unter Umständen veraltet sind. Verwenden Sie "PROTOCOL", wenn Sie viele Protokolleinträge von vielen unterschiedlichen Benutzern haben.
- Type: String
- Restart required: No
- System: No
- Optional: Yes
- Example value: PROTOCOL
- Since: 6.11.0
engineer.description.template.name
- Module: cmas-core-server
- Description: Defines the name of the template which is used to render user names for display in the Web Client. The template has to be saved on the Templates page of the Web Admin Suite.
- Beschreibung: Definiert den Namen des Templates, mit dem die Bearbeiternamen im Web Client dargestellt werden. Das Template muss auf der Seite Templates der Web Admin Suite gespeichert sein.
- Type: String
- Restart required: No
- System: No
- Optional: Yes
- Example value: userTemplate
- Since: 6.11.0
external.line.access.prefix
- Module: cmas-core-server
- Description: General prefix to dial before an area code. Set for each customer group separately.
- Beschreibung: Allgemeine Vorwahl, die vor einer Ortsvorwahl gewählt wird. Wird für jede Kundengruppe einzeln eingestellt.
- Type: Integer
- Restart required: No
- System: No
- Optional: Yes
- Example value: 411
- Since: 6.9.3.0
fetchSize.strategy
- Module: cmas-core-server
- Description: Strategy for selecting the fetch size on JDBC result sets. Please do not change this value unless advised by ConSol.
- Beschreibung: Auswahl der Strategie für die Abholgröße von JDBC-Ergebnissätzen. Ändern Sie den Wert nur, wenn Sie von ConSol dazu aufgefordert werden.
- Type: String
- Restart required: No
- System: Yes
- Optional: Yes
- Example value: FetchSizePageBasedStrategy, FetchSizeThresholdStrategy, FetchSizeFixedStrategy
- Since: 6.8.4.1
fetchSize.strategy.FetchSizeFixedStrategy.value
- Module: cmas-core-server
- Description: Sets the fetch size value if the selected strategy to set the fetch size is
FetchSizeFixedStrategy
. Please do not change this value unless advised by ConSol. - Beschreibung: Legt den Wert für Abholgrößen fest, wenn die ausgewählte Strategie für die Abholgröße
FetchSizeFixedStrategy
ist. Ändern Sie den Wert nur, wenn Sie von ConSol dazu aufgefordert werden. - Type: Integer
- Restart required: No
- System: Yes
- Optional: Yes
- Example value: 150
- Since: 6.8.4.1
fetchSize.strategy.FetchSizePageBasedStrategy.limit
- Module: cmas-core-server
- Description: Sets the maximum fetch size value if the selected strategy to set the fetch size is
FetchSizePageBasedStrategy
. Please do not change this value unless advised by ConSol. - Beschreibung: Legt den Wert für Abholgrößen fest, wenn die ausgewählte Strategie für die Abholgröße
FetchSizePageBasedStrategy
ist. Ändern Sie den Wert nur, wenn Sie von ConSol dazu aufgefordert werden. - Type: Integer
- Restart required: No
- System: Yes
- Optional: Yes
- Example value: 10000
- Since: 6.8.4.1
fetchSize.strategy.FetchSizeThresholdStrategy.value
- Module: cmas-core-server
- Description: Sets the fetch size threshold border values if the selected strategy to set the fetch size is
FetchSizeThresholdStrategy
. Please do not change this value unless advised by ConSol. - Beschreibung: Gibt Grenzwerte für Abholgrößen an, wenn die ausgewählte Strategie für die Abholgröße
FetchSizeThresholdStrategy
ist. Ändern Sie den Wert nur, wenn Sie von ConSol dazu aufgefordert werden. - Type: Integer
- Restart required: No
- System: Yes
- Optional: Yes
- Example value: 150,300,600,1000
- Since: 6.8.4.1
generic.property
- Module: cmas-core-server
- Description: Property that is only usable during development. It allows to add a new property of any type to the system without necessity of modifying all the wrapper code used for handling of 'typical' configuration property.
- Type: Any
- Restart required: Depends on a usage
- System: No
- Optional: Yes
- Example value: Any value fits there
healthcheck.system.statistics.enabled
- Module: cmas-core-server
- Description: Enables or disables the part of the internal healthcheck routine which returns system metrics about the status of the underlying machine and operating system. The healthcheck can be triggered via REST and is also used by the dashboard of the Web Admin Suite. You can disable the system part of the healthcheck here if it causes problems, as observed on Windows environments when ConSol CM runs under a service user without administrator permissions.
- Beschreibung: Aktiviert oder deaktiviert den Teil der internen Health-Check-Routine, der Systemmetriken über den Status des Rechners und Betriebssystems liefert. Der Health-Check kann über REST initiiert werden und wird auch für das Dashboard der Web Admim Suite verwendet. Sie können den Systemteil des Health-Checks deaktivieren, wenn er Probleme verursacht, wie es auf Windows-Umgebungen, auf denen ConSol CM unter einem Service-Benutzer ohne Administratorberechtigungen ausgeführt wird, beobachtet wurde.
- Type: Boolean
- Restart required: No
- System: No
- Optional: No
- Example value: true
- Since: 6.17.1
heartbeat
- Module: cmas-core-server
- Description: Timestamp that indicates if an instance of the application is connected to the database schema.
- Beschreibung: Zeitstempel, der angibt, ob eine Instanz der Applikation mit dem Datenbankschema verbunden ist.
- Type: Integer
- Restart required: No
- System: Yes
- Optional: No
- Example value: 1234567899
- Since: 6.10.5.3
internal.line.access.prefix
- Module: cmas-core-server
- Description: Prefix that the company's telephony system requires for outside lines. Set for each customer group separately.
- Beschreibung: Vorwahl, die das Telefonsystem des Unternehmens für externe Anrufe verwendet. Wird für jede Kundengruppe einzeln gesetzt.
- Type: Integer
- Restart required: No
- System: No
- Optional: Yes
- Example value: 199
- Since: 6.9.3.0
jmx.full.exposure
- Module: cmas-core-server
- Description: Controls the availability of methods which can be used to retrieve or delete data from ConSol CM via JMX. The property is set to "false" by default, meaning that these methods cannot be used via JMX. If you set the property to "true", these methods can be used via JMX to retrieve or delete data. It is strictly recommended to have this property set to "false" on production systems.
- Beschreibung: Steuert die Verfügbarkeit von Methoden, mit denen über JMX Daten aus ConSol CM abgerufen oder gelöscht werden können. Diese Property ist standardmäßig auf "false" gesetzt, sodass diese Methoden nicht über JMX verwendet werden können. Wenn Sie diese Property auf "true" setzen, können diese Methoden verwendet werden, um über JMX Daten abzurufen oder zu löschen. Es wird dringend empfohlen, diese Property in Produktivsystemen auf 'false' zu setzen.
- Type: Boolean
- Restart required: No
- System: Yes
- Optional: No
- Example value: false (default)
- Since: 6.11.2.5
last.config.change
- Module: cmas-core-server
- Description: Random UUID created during the last configuration change. This is a value maintained internally, please do not change it unless advised by ConSol.
- Beschreibung: Zufällige UUID, die während der letzten Konfigurationsänderung generiert wurde. Dies ist ein intern verwalteter Wert. Ändern Sie diesen nur, wenn Sie von ConSol dazu aufgefordert werden.
- Type: String
- Restart required: No
- System: Yes
- Optional: No
- Example value: 2573c7b7-2bf5-47ff-b5a2-bad31951a266
- Since: 6.1.0, 6.2.1
last.config.change.templates
- Module: cmas-core-server
- Description: Random UUID created during the last change in templates. This is a value maintained internally, please do not change it unless advised by ConSol.
- Beschreibung: Zufällige UUID, die bei der letzten Änderung am Template erzeugt wird. Dies ist ein intern gepflegter Wert. Ändern Sie ihn nur, wenn Sie von ConSol dazu aufgefordert werden.
- Type: String
- Restart required: No
- System: Yes
- Optional: No
- Example value: 2573c7c7-2af5-4eff-b9c2-bad31951a266
- Since: 6.10.5.0
ldap.certificate.basedn
- Module: cmas-core-server
- Description: Base DN for the certificate location in the LDAP tree.
- Beschreibung: Base DN für den Speicherort der Zertifikate im LDAP-Verzeichnisbaum.
- Type: String
- Restart required: No
- System: Yes
- Optional: Yes
- Example value: OU=accounts,DC=consol,DC=de
- Since: 6.8.4, changed in 6.14.0
ldap.certificate.content.attribute
- Module: cmas-core-server
- Description: Name of the LDAP attribute where the certificate data is stored in the LDAP tree. The default value is "usercertificate;binary".
- Beschreibung: Name des LDAP-Attributs, in dem die Zertifikatsdaten im LDAP-Verzeichnisbaum gespeichert sind. Der Standardwert ist "usercertificate;binary".
- Type: String
- Restart required: No
- System: Yes
- Optional: Yes
- Example value: usercertificate;binary
- Since: 6.8.4
ldap.certificate.password
- Module: cmas-core-server
- Description: Password of the LDAP certificate manager.
- Beschreibung: Passwort des LDAP-Zertifikatsmanagers.
- Type: String
- Restart required: No
- System: Yes
- Optional: Yes
- Since: 6.8.4, changed in 6.14.0
ldap.certificate.providerurl
- Module: cmas-core-server
- Description: URL of the LDAP certificate provider.
- Beschreibung: URL des LDAP-Zertifikat-Providers.
- Type: String
- Restart required: No
- System: Yes
- Optional: Yes
- Example value: ldap://ldap.consol.de:389
- Since: 6.8.4, changed in 6.14.0
ldap.certificate.searchattr
- Module: cmas-core-server
- Description: LDAP attribute name used to search for certificates in the LDAP tree. The default value is "mail".
- Beschreibung: Name des LDAP-Attributs, mit dem Zertifikate im LDAP-Verzeichnisbaum gesucht werden. Der Standardwert ist "mail".
- Type: String
- Restart required: No
- System: Yes
- Optional: Yes
- Example value: mail
- Since: 6.8.4
ldap.certificate.userdn
- Module: cmas-core-server
- Description: DN of the LDAP certificate manager.
- Beschreibung: DN des LDAP-Zertifikatsmanagers.
- Type: String
- Restart required: No
- System: Yes
- Optional: Yes
- Since: 6.8.4, changed in 6.14.0
local.country.prefix
- Module: cmas-core-server
- Description: Prefix of the local country code. Set for each customer group separately.
- Beschreibung: Vorwahl des Ländercodes. Wird für jede Kundengruppe einzeln eingestellt.
- Type: Integer
- Restart required: No
- System: No
- Optional: Yes
- Example value: 48
- Since: 6.9.3.0
mail.encryption
- Module: cmas-core-server
- Description: If the property is set to "true", the encryption checkbox in the email editor of the Web Client is checked by default. The default value of the property is "false".
- Beschreibung: Wenn dieser Wert auf "true" gesetzt ist, ist im E-Mail-Editor des Web Clients die Checkbox zur Verschlüsselung der E-Mail standardmäßig aktiviert. Der Standardwert ist "false".
- Type: Boolean
- Restart required: No
- System: Yes
- Optional: No
- Example value: true
- Since: 6.8.4.0
mail.notification.engineerChange
- Module: cmas-core-server
- Description: Determines whether notification emails should be sent when the assignee of a case is changed.
- Beschreibung: Legt fest, ob eine Benachrichtigungs-E-Mail verschickt wird, wenn der Bearbeiter eines Vorgangs wechselt.
- Type: Boolean
- Restart required: No
- System: Yes
- Optional: No
- Example value: true
- Since: 6.1.0
mail.notification.sender
- Module: cmas-core-server
- Description: Defines the From address (sender) for system notification emails which are sent when the assignee of a case is changed. If not set, the value in the
:from
tag in the notification template is used instead. If this is unset too, the value of themail.from
property is used. - Beschreibung: Definiert die From-Adresse (Absender) für Benachrichtigungs-E-Mails, die verschickt werden, wenn der Bearbeiter eines Vorgangs wechselt. Wenn nicht gesetzt, wird der Wert des
:from
Tags aus dem Benachrichtigungs-Template verwendet. Ist dieses ebenfalls nicht gesetzt, wird stattdessen der Wert der Propertymail.from
verwendet. - Type: String
- Restart required: No
- System: Yes
- Optional: Yes
- Example value: cm6notification@cm6installation
- Since: 6.6.3, changed in 6.14.0.2
mail.outgoing.encoding
- Module: cmas-core-server
- Description: Enforces a certain encoding for outgoing emails. By default, the encoding is set to "auto" which means that ConSol CM determines the necessary encoding automatically on content inspection. An explicit setting can be needed to mitigate problems with Office365 and their bugs with 7bit encoding.
- Beschreibung: Erzwingt ein bestimmtes Encoding für ausgehende E-Mails. Standardmäßig ist die Codierung auf "auto" gesetzt, sodass ConSol CM die notwendige Codierung bei der Prüfung des Inhalts festlegt. Eine explizite Einstellung kann erforderlich sein, um Probleme mit Office365 und ihren Bugs bei 7bit-Encoding abzumildern.
- Type: String
- Restart required: No
- System: Yes
- Optional: No
- Example value: base64 or 8bit
- Since: 6.16.2.0
mail.redelivery.retry.count (removed)
- Module: cmas-core-server
- Description: Number of redelivery attempts of an outgoing email.
- Beschreibung: Anzahl der erneuten Zustellversuche einer ausgehenden E-Mail.
- Type: Integer
- Restart required: No
- System: Yes
- Optional: No
- Example value: 3
- Since: 6.1.0
- Removed in: 6.15.0.0
mail.smtp.connectiontimeout
- Module: cmas-core-server
- Description: Defines how long (in milliseconds) ConSol CM waits for connecting to the SMTP server.
- Beschreibung: Definiert wie lange (in Millisekunden) ConSol CM auf die Verbindung zum SMTP-Server wartet.
- Type: Integer
- Restart required: No
- System: Yes
- Optional: No
- Example value: 25000
- Since: 6.17.1.0
mail.smtp.email
- Module: cmas-core-server
- Description: SMTP URL for outgoing emails.
- Beschreibung: SMTP-URL für ausgehende E-Mails.
- Type: String
- Restart required: No
- System: Yes
- Optional: No
- Example value: smtp://mail.consol.de:25
- Since: 6.0
mail.smtp.email.authentication.method
- Module: cmas-core-server
- Description: Determines the authentication method for SMTP.
- Beschreibung: Legt die Authentifizierungsmethode für SMTP fest.
- Type: String
- Restart required: No
- System: Yes
- Optional: Yes
- Example value: oauth2
- Since: 6.17.0.0
mail.smtp.email.client.authority
- Module: cmas-core-server
- Description: Contains the Microsoft authentication endpoint and the Azure tenant ID. Only needed if oauth2 authentication is selected.
- Beschreibung: Enthält den Microsoft-Authentifizierungsendpunkt und die Azure-Tenant-ID. Nur erforderlich, wenn oauth2-Authentifizierung ausgewählt ist.
- Type: String
- Restart required: No
- System: Yes
- Optional: Yes
- Example value: https://login.microsoftonline.com/9058cc24-531b-40e-b1b6-659e48b68e89
- Since: 6.17.0.0
mail.smtp.email.client.id
- Module: cmas-core-server
- Description: Contains the client ID property of the registration of the ConSol CM application in the Azure portal. Only needed if oauth2 authentication is selected.
- Beschreibung: Enthält die Client-ID-Property der Registrierung der ConSol CM-Applikation im Azure-Portal. Nur erforderlich, wenn oauth2-Authentifizierung ausgewählt ist.
- Type: String
- Restart required: No
- System: Yes
- Optional: Yes
- Example value: 50bfd327-900e-4eb6-9c08-15dfd79396c1
- Since: 6.17.0.0
mail.smtp.email.client.secret
- Module: cmas-core-server
- Description: Contains the secret generated for the registration of the ConSol CM application in the Azure portal. Only needed if oauth2 authentication is selected.
- Beschreibung: Enthält das Secret, das für die Registrierung der ConSol CM-Applikation im Azure-Portal erzeugt wurde. Nur erforderlich, wenn oauth2-Authentifizierung ausgewählt ist.
- Type: Password
- Restart required: No
- System: Yes
- Optional: Yes
- Example value: 4Z28Z~V9IyblJieLKlscglOqQL0JOX2kOr1tlafJ
- Since: 6.17.0.0
mail.smtp.email.password
- Module: cmas-core-server
- Description: SMTP password for outgoing emails. If this property is set, it takes precedence over the value from the SMTP URL.
- Beschreibung: SMTP-Passwort für ausgehende E-Mails. Wenn diese Property gesetzt ist, hat sie Vorrang vor dem Wert aus der SMTP-URL.
- Type: Password
- Restart required: No
- System: Yes
- Optional: Yes
- Example value: passwt
- Since: 6.11.2.2
mail.smtp.email.scope
- Module: cmas-core-server
- Description: Contains the oauth permission scope. The constant for Microsoft Office365 is https://outlook.office365.com/.default. Only needed if oauth2 authentication is selected.
- Beschreibung: Enthält den Berechtigungsbereich für oauth. Die Konstante für Microsoft Office365 ist https://outlook.office365.com/.default. Nur erforderlich, wenn oauth2-Authentifizierung ausgewählt ist.
- Type: String
- Restart required: No
- System: Yes
- Optional: Yes
- Example value: https://outlook.office365.com/.default
- Since: 6.17.0.0
mail.smtp.email.user
- Module: cmas-core-server
- Description: SMTP username for outgoing emails. If this property is set, it takes precedence over the value from the SMTP URL.
- Beschreibung: SMTP-Benutzername für ausgehende E-Mails. Wenn diese Property gesetzt ist, hat sie Vorrang vor dem Wert aus der SMTP-URL.
- Type: String
- Restart required: No
- System: Yes
- Optional: Yes
- Example value: huber
- Since: 6.11.2.2
mail.smtp.envelopesender
- Module: cmas-core-server
- Description: Defines the email address used as a sender in SMTP envelope. If not set, the From address of the email is used.
- Beschreibung: Definiert die E-Mail-Adresse, die als Absender im SMTP-Envelope benutzt wird. Wenn nicht gesetzt, wird die From-Adresse der E-Mail benutzt.
- Type: String
- Restart required: No
- System: Yes
- Optional: No
- Example value: mysender@mydomain.com
- Since: 6.5.7
mail.smtp.timeout
- Module: cmas-core-server
- Description: Defines how long (in milliseconds) ConSol CM waits for an answer from the SMTP server after sending an email.
- Beschreibung: Definiert, wie lange (in Millisekunden) ConSol CM nach dem Senden einer E-Mail auf die Antwort vom SMTP-Server wartet.
- Type: Integer
- Restart required: No
- System: Yes
- Optional: No
- Example value: 25000
- Since: 6.17.1.0
mail.smtp.tls.enabled
- Module: cmas-core-server
- Description: Activates SMTP via SSL/TLS (SMTPS) for sending emails from the Web Client and scripts. The default value is "false". If it is set to "true", SMTPS is activated for sending emails.
- Beschreibung: Aktiviert SMTP über SSL/TLS (SMTPS) für das Senden von E-Mails aus dem Web Client und aus Skripten. Der Standardwert ist "false". Wenn Sie diese Property auf "true" setzen, ist SMTPS zum Senden von E-Mails aktiviert.
- Type: Boolean
- Restart required: Yes
- System: No
- Optional: Yes
- Example value: true
- Since: 6.11.1.6
mailSender.executionInterval.seconds
- Module: cmas-core-server
- Description: Determines the period in seconds before the system checks if there are new emails to be sent.
- Beschreibung: Legt den Zeitraum (in Sekunden) fest, nach dem das System überprüft, ob es neue E-Mails zu verschicken gibt.
- Type: Integer
- Restart required: No
- System: No
- Optional: Yes
- Example value: 10
- Since: 6.12.0.0
mailSender.failedMailsArchiveLimit
- Module: cmas-core-server
- Description: Defines maximum number of failed asynchronous emails kept in the database
- Beschreibung: Definiert die maximale Anzahl an fehlgeschlagenen asynchronen E-Mails, die in der Datenbank gespeichert werden
- Type: Integer
- Restart required: No
- System: No
- Optional: Yes
- Example value: 150
- Since: 6.17.0.0
mailSender.lockingLimit
- Module: cmas-core-server
- Description: Determines the number of emails fetched from the database for sending in a single transaction.
- Beschreibung: Legt die Anzahl der E-Mails fest, die für den Versand in einer einzelnen Transaktion aus der Datenbank abgerufen werden.
- Type: Integer
- Restart required: No
- System: No
- Optional: Yes
- Example value: 1
- Since: 6.12.0.0
mailSender.lockTimeout.seconds
- Module: cmas-core-server
- Description: Determines the period in seconds before a locked email is released for another lock.
- Beschreibung: Legt den Zeitraum in Sekunden fest, nach dem eine gesperrte E-Mail für einen weiteren Lock freigegeben wird.
- Type: Integer
- Restart required: No
- System: No
- Optional: Yes
- Example value: 199
- Since: 6.12.0.0
mailSender.maxAttempts
- Module: cmas-core-server
- Description: Determines the maximum number of attempts, including the first attempt, before an email is removed.
- Beschreibung: Legt die maximale Anzahl an Versuchen, einschließlich des ersten Versuches, fest, nach der eine E-Mail entfernt wird.
- Type: Integer
- Restart required: No
- System: No
- Optional: Yes
- Example value: 3
- Since: 6.12.0.0
mailSender.nodeId
- Module: cmas-core-server
- Description: Determines the ID of the node on which the thread for sending emails is started (only in clustered environments). If the value is "all" or no value is provided, the threads are started on every node.
- Beschreibung: Legt die ID des Nodes fest, auf dem der Thread zum E-Mail-Versand gestartet wird (nur in Cluster-Umgebungen). Wenn der Wert "all" ist oder kein Wert angegeben ist, werden die Threads auf allen Nodes gestartet.
- Type: String
- Restart required: No
- System: No
- Optional: Yes
- Example value: all
- Since: 6.12.0.0
mailsender.partialSend.enabled
- Module: cmas-core-server
- Description: Determines whether outgoing emails with multiple recipients are sent in an "all or none" manner. If enabled ('true'), emails will be sent to valid recipients even if some fail (e.g., if one recipient is invalid), and users / administrators will be notified about the failure based on the property
mailsender.partialSend.inform.user
andmailsender.partialSend.inform.admin
. If disabled ('false'), the email will not be sent, and regular exception handling and retries will occur. - Beschreibung: Legt fest, ob ausgehende E-Mails mit mehreren Empfängern an "alle oder keinen" gesendet werden. Bei 'true' werden die E-Mails an die gültigen Empfänger gesendet, wenn einige Empfänger fehlschlagen (z. B. weil sie ungültig sind), und die Benutzer / Administratoren werden basierend auf den Properties
mailsender.partialSend.inform.user
andmailsender.partialSend.inform.admin
über den Fehler informiert. Bei 'false' wird die E-Mail nicht gesendet, und es erfolgt die normale Fehlerbehandlung mit den entsprechenden erneuten Versuchen. - Type: Boolean
- Restart required: Yes
- System: No
- Optional: Yes
- Example value: true
- Since: 6.17.2.0
mailsender.partialSend.inform.admin
- Module: cmas-core-server
- Description: Determines whether the administrator is notified if an outgoing email was only partially sent (i.e., if at least one recipient was rejected). If set to 'true', the administrator will receive a notification about the partial failure.
- Beschreibung: Legt fest, ob der Administrator benachrichtigt wird, wenn eine ausgehende E-Mail nur teilweise gesendet wurde (d. h. wenn mindestens ein Empfänger zurückgewiesen wurde). Wenn 'true' gesetzt ist, erhält der Administrator eine Benachrichtigung über den teilweisen Fehler.
- Type: Boolean
- Restart required: No
- System: No
- Optional: Yes
- Example value: true
- Since: 6.17.2.0
mailsender.partialSend.inform.user
- Module: cmas-core-server
- Description: Determines whether the user who sent the email is notified if it was only partially sent (i.e., if at least one recipient was rejected). If set to 'true', the user will receive a notification about the partial failure.
- Beschreibung: Legt fest, ob der Benutzer, der eine E-Mail gesendet hat, benachrichtigt wird, wenn die E-Mail nur teilweise gesendet wurde (d. h. wenn mindestens ein Empfänger zurückgewiesen wurde). Wenn 'true' gesetzt ist, erhält der Benutzer eine Benachrichtigung über den teilweisen Fehler.
- Type: Boolean
- Restart required: No
- System: No
- Optional: Yes
- Example value: true
- Since: 6.17.2.0
mailSender.retryInterval.seconds
- Module: cmas-core-server
- Description: Determines the period in seconds before another attempt to send an email is made, if the previous attempt failed.
- Beschreibung: Legt den Zeitraum (in Sekunden) fest, nach dem ein weiterer Versandversuch für die E-Mail gemacht wird, falls der vorherige Versuch fehlgeschlagen ist.
- Type: Integer
- Restart required: No
- System: No
- Optional: Yes
- Example value: 60
- Since: 6.12.0.0
mailSender.testArchive.flavour
- Module: cmas-core-server
- Description: Defines on which system flavours the feature to intercept outgoing emails is active. Possible values are "dev", "stage", "test" and "prod". If the system has one of the defined flavours, all outgoing emails are saved to the database instead of sending them. They can be downloaded or deleted on the Intercepted emails page of the Web Admin Suite.
- Beschreibung: Definiert auf welchen System-Flavours die Funktion zum Abfangen ausgehender E-Mails aktiv ist. Mögliche Werte sind "dev", "stage", "test" und "prod". Wenn das System eines der definierten Flavours hat, werden alle ausgehenden E-Mails in der Datenbank gespeichert, statt sie zu senden. Sie können auf der Seite Abgefangene E-Mails der Web Admin Suite heruntergeladen oder gelöscht werden.
- Type: String
- Restart required: No
- System: No
- Optional: Yes
- Example value: dev, stage, test
- Since: 6.17.0.0
mailSender.testArchive.whitelist
- Module: cmas-core-server
- Description: Defines a whitelist of domains for test emails. Emails to these domains will be sent even though the system flavour is configured in
mailSender.testArchive.flavour
. Emails to domains which are not whitelisted explicitly will not be sent. They can be downloaded from the Intercepted emails page in the Web Admin Suite. Enter a list of domains separated by |. - Beschreibung: Definiert eine Whitelist der Domänen für Test-E-Mails. E-Mails an diese Domänen werden auch dann gesendet, wenn das System-Flavour in
mailSender.testArchive.flavour
konfiguriert ist. E-Mails an Domänen, die nicht aufgeführt sind, werden nicht gesendet. Sie können auf der Seite Abgefangene E-Mails der Web Admin Suite heruntergeladen werden. Nutzen Sie | als Trennzeichen für die Domänen. - Type: String
- Restart required: No
- System: No
- Optional: Yes
- Example value: consol.de|stackoverflow.com
- Since: 6.17.0.0
mailSender.threads.number
- Module: cmas-core-server
- Description: Determines the number of threads for sending emails.
- Beschreibung: Legt die Anzahl der Threads für den E-Mail-Versand fest.
- Type: Integer
- Restart required: No
- System: No
- Optional: Yes
- Example value: 1
- Since: 6.12.0.0
mailSender.txTimeout.seconds
- Module: cmas-core-server
- Description: Determines the transaction timeout (in seconds) for sending emails in seconds.
- Beschreibung: Legt den Transaktions-Timeout (in Sekunden) für den E-Mail-Versand fest.
- Type: Integer
- Restart required: No
- System: No
- Optional: Yes
- Example value: 60
- Since: 6.12.0.0
max.licences.perUser
- Module: cmas-core-server
- Description: Sets the maximum number of licenses which a single user can use (e.g. logging in from different browsers). By default, this value is not restricted.
- Beschreibung: Setzt die maximale Anzahl an Lizenzen, die ein einzelner Benutzer benutzen kann (z. B. durch Anmelden in einem anderen Browser). Standardmäßig ist dieser Wert nicht beschränkt.
- Type: Integer
- Restart required: No
- System: Yes
- Optional: Yes
- Example value: 10
- Since: 6.8.4.5
ml.evict.unused.after.hours
- Module: cmas-core-server
- Description: The number of hours after which a machine learning model is evicted from cache if it is not used. The ConSol CM server checks every hour for machine learning models to evict.
- Beschreibung: Die Anzahl der Stunden, nach denen ein Machine-Learning-Modell aus dem Cache entfernt wird, wenn es nicht verwendet wird. Der ConSol CM-Server prüft jede Stunde, ob es Machine-Learning-Modelle gibt, die entfernt werden können.
- Type: Integer
- Restart required: No
- System: Yes
- Optional: No
- Example value: 24 (default)
- Since: 6.12.1.0
ml.learn.worker.threads
- Module: cmas-core-server
- Description: The number of threads that a machine learning algorithm can use while training its machine learning model.
- Beschreibung: Die Anzahl der Threads, die ein Machine-Learning-Algorithmus beim Trainieren des Machine-Learning-Modells verwenden kann.
- Type: Integer
- Restart required: No
- System: Yes
- Optional: No
- Example value: 1 (default)
- Since: 6.12.1.0
monitoring.engineer.login
- Module: cmas-core-server
- Description: Login for the special user (engineer) used for monitoring.
- Beschreibung: Login für den besonderen Benutzer (Bearbeiter) für das Monitoring.
- Type: String
- Restart required: No
- System: Yes
- Optional: Yes
- Example value: bartek
- Since: 6.9.3.0
monitoring.unit.login
- Module: cmas-core-server
- Description: Login for the special user (contact) used for monitoring.
- Beschreibung: Login für den besonderen Benutzer (Kontakt) für das Monitoring.
- Type: String
- Restart required: No
- System: No
- Optional: Yes
- Example value: bartek
- Since: 6.9.3.0
my.customer.enabled
- Module: cmas-core-server
- Description: Property activating an especially restrictive contact permission model. It is not present in the system by default.
- Beschreibung: Property, die ein besonders restriktives Kontaktberechtigungsmodell aktiviert. Sie ist standardmäßig nicht im System verfügbar.
- Type: Boolean
- Restart required: No
- System: Yes
- Optional: Yes
- Example value: true
nimh.enabled
- Module: cmas-core-server
- Description: Enables the NIMH service which controls email polling and processing in ConSol CM. Must be suffixed with NODEID in cluster environments e.g.
nimh.enabled.NODEID
. - Beschreibung: Aktiviert den NIMH-Service, der den E-Mail-Abruf und die E-Mail-Verarbeitung in ConSol CM steuert. Muss in Cluster-Umgebungen die NODEID als Suffix haben, z. B.
nimh.enabled.NODEID
. - Type: Boolean
- Restart required: No
- System: No
- Optional: Yes
- Example value: false
- Since: 6.9.4.0
number.of.tasks
- Module: cmas-core-server
- Description: Number of threads to use by the Task Execution Framework (TEF).
- Beschreibung: Anzahl der Threads, die das Task Execution Framework (TEF) verwendet.
- Type: Integer
- Restart required: No
- System: No
- Optional: Yes
- Example value: 1
- Since: 6.9.4.0
office.jodconverter.enabled
- Module: cmas-core-server
- Description: Enables
JODConverter
in ConSol CM. Required if the methodContentFileTemplateService.generatePDFDocumentViaOpenOffice(ContentFile pInputContentFile)
will be used. - Beschreibung: Aktiviert
JODConverter
in ConSol CM. Erforderlich, wenn die MethodeContentFileTemplateService.generatePDFDocumentViaOpenOffice(ContentFile pInputContentFile)
verwendet wird. - Type: Boolean
- Restart required: Yes
- System: Yes
- Optional: Yes
- Example value: false
- Since: 6.15.5.0
recent.items.cleanup.cluster.node.id
- Module: cmas-core-server
- Description: Value of a
-Dcmas.clusternode.id
designating node which will clean up recent items. - Beschreibung: Wert einer
-Dcmas.clusternode.id
, die den Node angibt, der die zuletzt verwendeten Elemente bereinigt. - Type: String
- Restart required: No
- System: Yes
- Optional: Yes
- Example value: 1 (assuming cluster node started with
-Dcmas.clusternode.id=1
parameter) - Since: 6.11.0.1
recent.items.cleanup.interval.minutes
- Module: cmas-core-server
- Description: Determines the time interval (in minutes) in which recent items should be checked for removal.
- Beschreibung: Legt das Zeitintervall (in Minuten) fest, in dem das Entfernen von zuletzt verwendeten Elementen geprüft wird.
- Type: Integer
- Restart required: No
- System: Yes
- Optional: No
- Example value: 60
- Since: 6.11.0.1
recent.items.max.per.engineer
- Module: cmas-core-server
- Description: Maximum number of preserved recent items per user while cleaning up (older recent items will be deleted).
- Beschreibung: Maximale Anzahl an zuletzt verwendeten Elementen pro Benutzer, die bei der Bereinigung (ältere Elemente werden gelöscht) beibehalten werden.
- Type: Integer
- Restart required: No
- System: Yes
- Optional: No
- Example value: 500
- Since: 6.11.0.1
recent.items.persistence.enabled
- Module: cmas-core-server
- Description: Enables persistence of recent items. If the property is set to "false", it prevents storing new recent items. If a recently visited widget is used on a dashboard, this property needs to be set to "true". Otherwise, you can set it to "false" to save system resources.
- Beschreibung: Ermöglicht die Persistenz der zuletzt verwendeten Elemente. Wenn der Wert auf "false" gesetzt ist, wird das Speichern von neuen Elementen verhindert. Wenn ein Widget mit zuletzt verwendeten Elementen für ein Dashboard verwendet wird, muss diese Property auf "true" gesetzt sein. Andernfalls können Sie sie auf "false" setzen, um Systemressourcen zu sparen.
- Type: Boolean
- Restart required: No
- System: Yes
- Optional: No
- Example value: true
- Since: 6.11.1.0
resource.replace.batchSize
- Module: cmas-core-server
- Description: Defines the number of objects to be processed in a single resource replacement batch.
- Beschreibung: Legt die Anzahl der Objekte fest, die in einem einzelnen Batch zum Ersetzen der Ressource verarbeitet werden.
- Type: Integer
- Restart required: No
- System: Yes
- Optional: No
- Example value: 5
- Since: 6.10.0.0
resource.replace.timeout
- Module: cmas-core-server
- Description: Determines the transaction timeout (in seconds) of a resource replacement action step.
- Beschreibung: Legt den Transaktions-Timeout (in Sekunden) für einen Schritt einer Aktion zum Ersetzen der Ressource fest.
- Type: Integer
- Restart required: No
- System: Yes
- Optional: No
- Example value: 120
- Since: 6.10.0.0
script.evict.unused.after.hours
- Module: cmas-core-server
- Description: Determines the number of hours for which unused scripts remain in the cache. After this time, the compiled class of the script is removed. The ConSol CM server checks for scripts to evict every hour.
- Beschreibung: Legt die Anzahl der Stunden fest, die nicht verwendete Skripte im Cache verbleiben. Nach dieser Zeit wird die kompilierte Klasse des Skripts entfernt. Der ConSol CM-Server prüft einmal pro Stunde, ob es zu entfernende Skripte gibt.
- Type: Integer
- Restart required: No
- System: Yes
- Optional: No
- Example value: 24 (default)
- Since: 6.11.1.14
script.logging.threshold.seconds
- Module: cmas-core-server
- Description: Determines the time (in seconds) after which a warning is written to the log file if it is exceeded during script execution.
- Beschreibung: Legt die Zeit (in Sekunden) fest, nach deren Ablauf eine Warnung in der Log-Datei geschrieben wird, wenn sie während einer Skript-Ausführung überschritten wird.
- Type: Integer
- Restart required: No
- System: No
- Optional: Yes
- Example value: 10 (default)
- Since: 6.10.1.0
search.log.threshold.milliseconds
- Module: cmas-core-server
- Description: Controls the logging of single search operations on the Lucene index. Search operations taking longer than the configured time (in milliseconds) will be logged.
- Beschreibung: Steuert das Logging von einzelnen Suchanfragen auf dem Lucene-Index. Suchoperationen, deren Ausführung länger als die in dieser Property gesetzte Zeit (in Millisekunden) dauern, werden protokolliert.
- Type: Integer
- Restart required: No
- System: No
- Optional: Yes
- Example value: 500 (default)
- Since: 6.17.0.0
serial.mods.tracking.enabled
- Module: cmas-core-server
- Description: Low level technical flag deciding whether serial diff tracking for entities is enabled. If enabled, there will be no StackOverflow error in case a dependency between two entities (for example user and case) causes an infinite loop first and then as a result, the stack overflow. Please do not enable this property unless advised by ConSol. It is a low level technical flag with intricate consequences for the system behavior.
- Beschreibung: Systemnahes technisches Flag, das entscheidet, ob die serielle Nachverfolgung von Änderungen für Entitäten aktiviert ist. Wenn diese Property aktiviert ist, gibt es keinen StackOverflow-Fehler, wenn Abhängigkeiten zwischen zwei Entitäten (zum Beispiel Benutzer und Vorgang) eine Endlosschleife und infolgedessen einen Stack-Overflow auslösen. Aktivieren Sie diese Property nur, wenn Sie von ConSol dazu aufgefordert werden. Es handelt sich um ein systemnahes technisches Flag mit komplexen Auswirkungen auf das Systemverhalten.
- Type: Boolean
- Restart required: No
- System: No
- Optional: Yes
- Example value: false
- Since: 6.10.7.0
server.instance.task.crash.period.seconds
- Module: cmas-core-server
- Description: Determines the period (in seconds) for detecting live and crashed ConSol CM server instances. The default value is 60.
- Beschreibung: Legt den Zeitraum (in Sekunden) für das Erkennen von ConSol CM-Server-Instanzen, die aktiv oder abgestürzt sind, fest. Der Standardwert ist 60.
- Type: Integer
- Restart required: No
- System: No
- Optional: Yes
- Example value: 60
- Since: 6.11.1.6
server.instance.task.period.seconds
- Module: cmas-core-server
- Description: Determines the interval (in seconds) between repeated task executions. The task will be executed repeatedly with the given number of seconds between each execution. The default value is 5.
- Beschreibung: Legt das Intervall (in Sekunden) zwischen wiederholten Task-Ausführungen fest. Der Task wird wiederholt ausgeführt mit der angegebenen Sekundenzahl zwischen den einzelnen Ausführungen. Der Standardwert ist 5.
- Type: Integer
- Restart required: No
- System: No
- Optional: Yes
- Example value: 5
- Since: 6.11.1.6
server.session.archive.reaper.interval
- Module: cmas-core-server
- Description: Determines the interval (in seconds) when the reaper for archived server sessions is executed (refers to the database table
cmas_user_session
). - Beschreibung: Legt das Reaper-Intervall (in Sekunden) von archivierten Server-Sessions fest (bezieht sich auf die Datenbanktabelle
cmas_user_session
). - Type: Integer
- Restart required: No
- System: Yes
- Optional: Yes
- Example value: 60
- Since: 6.7.1
server.session.archive.timeout
- Module: cmas-core-server
- Description: Server sessions archive validity timeout (in days). After this time session info is removed from the database (refers to the database table
cmas_user_session
). - Beschreibung: Timeout der Gültigkeit der Server-Session-Archive (in Tagen). Nach diesem Zeitraum werden die Informationen zur Session aus der Datenbank entfernt (bezieht sich auf die Datenbanktabelle
cmas_user_session
). - Type: Integer
- Restart required: No
- System: Yes
- Optional: No
- Example value: 31
- Since: 6.7.1
server.session.heartbeat.enabled
- Module: cmas-core-server
- Description: Switch that enables the server session timeout feature for connected clients (at the moment, only the Web Client is supported) based on their heartbeat. For each client, a dedicated property has to be created by appending the client's ID to the property name, e.g.
server.session.heartbeat.enabled.WEB_CLIENT
. The heartbeat interval is set to 20 seconds, the inactivity timeout to 60 seconds. After this time, the session is closed and the licence released. - Beschreibung: Schalter, der die Funktion für den Server-Session-Timeout für die verbundenen Clients basierend auf dem Heartbeat aktiviert (momentan wird nur der Web Client unterstützt). Für jeden Client muss eine eigene Property erstellt werden, indem die ID des Clients an den Property-Namen angehängt wird, z. B.
server.session.heartbeat.enabled.WEB_CLIENT
. Das Heartbeat-Intervall ist auf 20 Sekunden gesetzt und der Inaktivitäts-Timeout auf 60 Sekunden. Nach dieser Zeit wird die Session geschlossen und die Lizenz freigegeben. - Type: Boolean
- Restart required: No
- System: No
- Optional: Yes
- Example value: true
- Since: 6.11.2.9
server.session.heartbeat.enabled.WEB_CLIENT
- Module: cmas-core-server
- Description: Determines if the session heartbeat is enabled for the Web Client. If this property is set to "true", a heartbeat is sent to the ConSol CM server every 20 seconds and with every page reload. If the server does not receive a heartbeat during the configured interval (see
server.session.heartbeat.timeout.seconds
), the session is considered orphaned and ended according to the configured mode (seeserver.session.heartbeat.mode
). - Beschreibung: Legt fest, ob der Session-Heartbeat für den Web Client aktiviert ist. Wenn diese Property auf "true" gesetzt ist, wird alle 20 Sekunden und bei jedem Laden der Seite ein Heartbeat an den ConSol CM-Server gesendet. Wenn der Server während des konfigurierten Intervalls (siehe
server.session.heartbeat.timeout.seconds
) keinen Heartbeat erhält, gilt die Session als verwaist und wird entsprechend des konfigurierten Modus beendet (sieheserver.session.heartbeat.mode
). - Type: Boolean
- Restart required: No
- System: No
- Optional: Yes
- Example value: true
- Since: 6.11.2.9
server.session.heartbeat.mode
- Module: cmas-core-server
- Description: Determines when orphaned sessions are ended if the session heartbeat is enabled. LAZY: Orphaned sessions are ended when the same user authenticates again or when there are no more licenses available (default value). EAGER: Orphaned sessions are ended immediately.
- Beschreibung: Legt fest, wann verwaiste Sessions beendet werden, wenn der Heartbeat aktiviert ist. LAZY: Verwaiste Sessions werden beendet, wenn sich der gleiche Benutzer noch einmal authentifiziert oder wenn keine Lizenzen mehr verfügbar sind (Standardwert). EAGER: Verwaiste Sessions werden sofort beendet.
- Type: String
- Restart required: No
- System: No
- Optional: Yes
- Example value: LAZY
- Since: 6.11.2.9
server.session.heartbeat.timeout.seconds
- Module: cmas-core-server
- Description: Determines the period after which a session is considered orphaned if the session heartbeat is enabled and no heartbeat is received. The default value is 300, meaning that orphaned sessions are ended after 5 minutes.
- Beschreibung: Legt den Zeitraum fest, nach dem eine Session als verwaist gilt, wenn der Heartbeat aktiviert ist und kein Heartbeat empfangen wurde. Der Standardwert ist 300, d. h. verwaiste Sessions werden nach 5 Minuten beendet.
- Type: Integer
- Restart required: No
- System: No
- Optional: Yes
- Example value: 300
- Since: 6.11.2.9
server.session.reaper.interval
- Module: cmas-core-server
- Description: Determines the interval (in seconds) when the reaper for inactive (ended) server sessions is executed (refers to the database table
cmas_user_session
.) - Beschreibung: Legt das Intervall (in Sekunden) fest, in dem der Reaper inaktive (beendete) Server-Sessions löscht (bezieht sich auf die Datenbanktabelle
cmas_user_session
). - Type: Integer
- Restart required: Only Session Service
- System: Yes
- Optional: No
- Example value: 60
- Since: 6.6.1, 6.7.1