mirror of
https://github.com/lldap/lldap.git
synced 2026-07-25 17:58:44 +00:00
Ensure generated JWT doesn't include quotation mark
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
## This can also be set from a file's contents by specifying the file path
|
## This can also be set from a file's contents by specifying the file path
|
||||||
## in the LLDAP_JWT_SECRET_FILE environment variable
|
## in the LLDAP_JWT_SECRET_FILE environment variable
|
||||||
## You can generate it with (on linux):
|
## You can generate it with (on linux):
|
||||||
## LC_ALL=C tr -dc 'A-Za-z0-9!"#%&'\''()*+,-./:;<=>?@[\]^_{|}~' </dev/urandom | head -c 32; echo ''
|
## LC_ALL=C tr -dc 'A-Za-z0-9!#%&'\''()*+,-./:;<=>?@[\]^_{|}~' </dev/urandom | head -c 32; echo ''
|
||||||
#jwt_secret = "REPLACE_WITH_RANDOM"
|
#jwt_secret = "REPLACE_WITH_RANDOM"
|
||||||
|
|
||||||
## Base DN for LDAP.
|
## Base DN for LDAP.
|
||||||
|
|||||||
Reference in New Issue
Block a user