taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 2e07b16360db0191380e49a138c3f5b1a628d851
parent 42544aeb8a4c6142556b52d40d5b91daebeb3138
Author: Antoine A <>
Date:   Tue, 19 Nov 2024 21:08:42 +0100

libeufin: update conf documentation

Diffstat:
Mmanpages/libeufin-bank.conf.5.rst | 8++++++++
Mmanpages/libeufin-nexus.conf.5.rst | 2+-
2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/manpages/libeufin-bank.conf.5.rst b/manpages/libeufin-bank.conf.5.rst @@ -126,6 +126,14 @@ PWD_HASH_CONFIG Password hash algorithm configuration as a single-line JSON object When ``PWD_HASH_ALGORITHM`` is ``bcrypt`` you can configure ``cost`` +PWD_CHECK + Whether to check password quality + Unstable flag, will become a non configurable default in a future version + +PWD_AUTH_COMPAT + Whether to allow password auth everywhere + Unstable flag, will become a non configurable default in a future version + GC_ABORT_AFTER Time after which pending operations are aborted during garbage collection diff --git a/manpages/libeufin-nexus.conf.5.rst b/manpages/libeufin-nexus.conf.5.rst @@ -64,7 +64,7 @@ CLIENT_PRIVATE_KEYS_FILE BANK_DIALECT Name of the following combination: EBICS version and ISO20022 recommendations that Nexus would honor in the communication with the bank. Currently only the - ``postfinance`` or ``gls`` value is supported. + ``postfinance``, ``gls`` or ``maerki_baumann`` value is supported. ACCOUNT_TYPE Specify the account type and therefore the indexing behavior. This can either can be ``normal`` or ``exchange``. Exchange accounts bounce invalid incoming Taler transactions.