summaryrefslogtreecommitdiff
path: root/doc/sphinx/manpages/anastasis.conf.5.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-19 12:25:34 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-19 12:25:34 +0200
commit87bc2f469bf120bbd57e98a0a8ea46e80de84927 (patch)
tree710867c85e6cfae09d07d526b6d4950c2e48bf75 /doc/sphinx/manpages/anastasis.conf.5.rst
parent260eaf05fa395a6d541fd2917faf47dc342b3005 (diff)
downloadanastasis-87bc2f469bf120bbd57e98a0a8ea46e80de84927.tar.gz
anastasis-87bc2f469bf120bbd57e98a0a8ea46e80de84927.tar.bz2
anastasis-87bc2f469bf120bbd57e98a0a8ea46e80de84927.zip
-update IBAN plugin, write man page for anastasis-helper-authorization-iban
Diffstat (limited to 'doc/sphinx/manpages/anastasis.conf.5.rst')
-rw-r--r--doc/sphinx/manpages/anastasis.conf.5.rst39
1 files changed, 35 insertions, 4 deletions
diff --git a/doc/sphinx/manpages/anastasis.conf.5.rst b/doc/sphinx/manpages/anastasis.conf.5.rst
index 1819d6d..40a3b7e 100644
--- a/doc/sphinx/manpages/anastasis.conf.5.rst
+++ b/doc/sphinx/manpages/anastasis.conf.5.rst
@@ -104,9 +104,11 @@ API_KEY
Authorization options
---------------------
-For each active authorization plugin, options must be configured in
-a section called ``[authorization-$PLUGIN]`` where ``$PLUGIN`` is
-the name of the authorization plugin.
+For each active authorization plugin, options must be configured in a
+section called ``[authorization-$PLUGIN]`` where ``$PLUGIN`` is the
+name of the authorization plugin. Specific plugins may require
+additional options, which are described in the respective sections
+below.
COST
Fee the user has to pay to obtain a challenge from this
@@ -115,8 +117,37 @@ COST
ENABLED
``yes`` to enable this plugin, ``no`` to disable.
+
+SMS Authorization options
+^^^^^^^^^^^^^^^^^^^^^^^^^
+
+COMMAND
+ Helper command to run to send SMS.
+
+Email Authorization options
+^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
COMMAND
- Helper command to run (only relevant for some plugins).
+ Helper command to run to send E-mail.
+
+
+Post Authorization options
+^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+COMMAND
+ Helper command to run to send physical mail.
+
+
+IBAN Authorization options
+^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+CREDIT_IBAN
+ IBAN number where the consumers must
+ wire the money to for authentication.
+
+BUSINESS_NAME
+ Name of the account holder.
+
Postgres database configuration