ProxmoxAAS-LDAP/configs/template.config.json
Arthur Lu 50ff3b2cfc add starttls support,
add starttls option to config
2025-02-11 07:09:48 +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
}
}