ProxmoxAAS-LDAP/configs/template.config.json
2024-07-18 20:22:12 +00:00

13 lines
310 B
JSON

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