ProxmoxAAS-LDAP/config/config.template.json
Arthur Lu c030e0f11d update config.template.json,
update .gitignore,
fix required admin membership in openldap init,
add set cookie header to delete ticket endpoint
2025-02-11 07:09:47 +00:00

13 lines
315 B
JSON

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