lemonldap-ng/doc/sources/admin/globallogout.rst

26 lines
669 B
ReStructuredText
Raw Normal View History

2020-05-14 23:29:41 +02:00
Global logout plugin
====================
This plugin allows a user to log out of all his active sessions.
Configuration
-------------
Just enable it in the Manager (section “plugins”).
- **Parameters**:
- **Activation**: Enable/Disable or set a rule to select which users
are allowed to close there sessions.
- **Auto accept time**: Enable/Disable timer. If timer is disabled,
all opened sessions will be immediately closed.
- **Custom parameter**: Session attribut to display at global logout
2020-05-18 09:56:39 +02:00
.. note::
2020-05-14 23:29:41 +02:00
To display more than one session attribute, you can create a
macro like this :
2020-05-18 09:56:39 +02:00
``user_USER => "$uid_" . uc $uid``