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 Remember me 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 Remember me 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 Remember me 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