-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | | | ||
|
@@ -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>`_. |