ProxmoxAAS-LDAP/configs/template.config.json

14 lines
332 B
JSON
Raw Normal View History

{
2024-06-20 03:18:42 +00:00
"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
}
}