add starttls support,

add starttls option to config
This commit is contained in:
2024-10-18 04:38:26 +00:00
parent fd84f9a991
commit 99242b70a0
4 changed files with 17 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
{
"listenPort": 80,
"ldapURL": "ldap://localhost",
"startTLS": true,
"basedn": "dc=example,dc=com",
"sessionSecretKey": "super secret key",
"sessionCookieName": "PAASLDAPAuthTicket",