ProxmoxAAS-LDAP/config/config.template.json
Arthur Lu 8edfbe1ace add endpoints for session creation,
update package.json
2024-01-09 20:05:21 +00:00

10 lines
209 B
JSON

{
"basedn": "dc=example,dc=com",
"sessionSecretKey": "super secret key",
"sessionCookie": {
"path": "/",
"httpOnly": true,
"secure": false,
"maxAge": 7200000
}
}