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:
@@ -1,6 +1,9 @@
|
||||
{
|
||||
"listenPort": 8082,
|
||||
"ldapURL": "ldap://localhost",
|
||||
"basedn": "dc=example,dc=com",
|
||||
"sessionSecretKey": "super secret key",
|
||||
"sessionCookieName": "PAASLDAPAuthTicket",
|
||||
"sessionCookie": {
|
||||
"path": "/",
|
||||
"httpOnly": true,
|
||||
|
Reference in New Issue
Block a user