ProxmoxAAS-LDAP/configs/template.config.json
Arthur Lu 99242b70a0 add starttls support,
add starttls option to config
2024-10-18 04:38:26 +00:00

14 lines
332 B
JSON

{
"listenPort": 80,
"ldapURL": "ldap://localhost",
"startTLS": true,
"basedn": "dc=example,dc=com",
"sessionSecretKey": "super secret key",
"sessionCookieName": "PAASLDAPAuthTicket",
"sessionCookie": {
"path": "/",
"httpOnly": true,
"secure": false,
"maxAge": 7200
}
}