update config.template.json,

update .gitignore,
fix required admin membership in openldap init,
add set cookie header to delete ticket endpoint
This commit is contained in:
2025-02-11 07:09:47 +00:00
parent c64b6b8379
commit c030e0f11d
4 changed files with 6 additions and 2 deletions

View File

@@ -1,6 +1,9 @@
{
"listenPort": 8082,
"ldapURL": "ldap://localhost",
"basedn": "dc=example,dc=com",
"sessionSecretKey": "super secret key",
"sessionCookieName": "PAASLDAPAuthTicket",
"sessionCookie": {
"path": "/",
"httpOnly": true,