table of contents
- trixie-backports 2.22.0+ds-2~bpo13+1
- testing 2.22.0+ds-2
- unstable 2.22.0+ds-2
| PURGECENTRALCACHE(1p) | User Contributed Perl Documentation | PURGECENTRALCACHE(1p) |
NAME¶
purgeCentralCache - 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¶
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¶
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/>.
| 2025-10-18 | perl v5.40.1 |