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:
2024-01-19 08:02:10 +00:00
parent ca6fbfc002
commit 64853b3b14
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,