diff options
Diffstat (limited to 'doc/sphinx/manpages/anastasis.conf.5.rst')
-rw-r--r-- | doc/sphinx/manpages/anastasis.conf.5.rst | 39 |
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 | |||
104 | Authorization options | 104 | Authorization options |
105 | --------------------- | 105 | --------------------- |
106 | 106 | ||
107 | For each active authorization plugin, options must be configured in | 107 | For each active authorization plugin, options must be configured in a |
108 | a section called ``[authorization-$PLUGIN]`` where ``$PLUGIN`` is | 108 | section called ``[authorization-$PLUGIN]`` where ``$PLUGIN`` is the |
109 | the name of the authorization plugin. | 109 | name of the authorization plugin. Specific plugins may require |
110 | additional options, which are described in the respective sections | ||
111 | below. | ||
110 | 112 | ||
111 | COST | 113 | COST |
112 | Fee the user has to pay to obtain a challenge from this | 114 | Fee the user has to pay to obtain a challenge from this |
@@ -115,8 +117,37 @@ COST | |||
115 | ENABLED | 117 | ENABLED |
116 | ``yes`` to enable this plugin, ``no`` to disable. | 118 | ``yes`` to enable this plugin, ``no`` to disable. |
117 | 119 | ||
120 | |||
121 | SMS Authorization options | ||
122 | ^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
123 | |||
124 | COMMAND | ||
125 | Helper command to run to send SMS. | ||
126 | |||
127 | Email Authorization options | ||
128 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
129 | |||
118 | COMMAND | 130 | COMMAND |
119 | Helper command to run (only relevant for some plugins). | 131 | Helper command to run to send E-mail. |
132 | |||
133 | |||
134 | Post Authorization options | ||
135 | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
136 | |||
137 | COMMAND | ||
138 | Helper command to run to send physical mail. | ||
139 | |||
140 | |||
141 | IBAN Authorization options | ||
142 | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
143 | |||
144 | CREDIT_IBAN | ||
145 | IBAN number where the consumers must | ||
146 | wire the money to for authentication. | ||
147 | |||
148 | BUSINESS_NAME | ||
149 | Name of the account holder. | ||
150 | |||
120 | 151 | ||
121 | 152 | ||
122 | Postgres database configuration | 153 | Postgres database configuration |