purgeCentralCache.1p - Man Page
Remove expired LemonLDAP::NG sessions from central storage
Synopsis
purgeCentralCache [options]
Description
This script must be run periodically on at least one LemonLDAP::NG hosts. It will search for expired SSO sessions, as well as secondary (SAML, CAS, OIDC) and utility (Captcha, Token) sessions, and remove them from the session backend.
Options
- --help, -h
 Print a brief help message and exit.
- --debug, -d
 Print additional diagnostics to STDERR
- --force, -f
 Remove sessions if an error happened during their processing
- --json, -j
 Log execution stats as JSON instead of human-readable text
See Also
Authors
Xavier Guimard, <yadd@debian.org>
Bug Report
Use OW2 system to report bug or ask for features: <https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/issues>
Download
Lemonldap::NG is available at <https://lemonldap-ng.org/download>
Copyright and License
Copyright (C) 2024 by Xavier Guimard, <yadd@debian.org>
This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.