Skip to content

Commit

Permalink
fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
a-gerhard committed Feb 15, 2023
1 parent 9e717a4 commit 967d66e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Use config.py to configure the following parameters. By default it will use SQLL
| | PEM-encoded | |
+----------------------------------------+--------------------------------------------+-----------+
| AUTH_LDAP_TLS_CACERTFILE | CA Certificate file to check peer | No |
| | certificate. FIle must be PEM-encoded | |
| | certificate. File must be PEM-encoded | |
+----------------------------------------+--------------------------------------------+-----------+
| AUTH_LDAP_TLS_CERTFILE | Certificate file for client auth | No |
| | use with AUTH_LDAP_TLS_KEYFILE | |
Expand Down Expand Up @@ -351,4 +351,4 @@ causes users 1 and 2 to be registered with role ``Admin`` and rest with the role
JMESPath expression allow more groups to be evaluated:
``email == '[email protected]' && 'Admin' || (email == '[email protected]' && 'Op' || 'Viewer')``

For more example, see `specification <https://jmespath.org/specification.html>`_.
For more example, see `specification <https://jmespath.org/specification.html>`_.

0 comments on commit 967d66e

Please sign in to comment.