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.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
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