lemonldap-ng/doc/sources/admin/stayconnected.rst
Christophe Maudoux e26485a335 Doc + typo (#2683)
2022-01-12 22:19:54 +01:00

23 lines
696 B
ReStructuredText

Stay connected plugin
=====================
This plugin enables persistent connection. It allows us to connect
automatically from the same browser.
Configuration
-------------
Just enable it in the manager (section “plugins”).
- **Parameters**:
- **Activation**: Rule to enable/disable this plugin
- **Do not check fingerprint**: Enable/Disable browser fingerprint checking
- **Expiration time**: Persistent session connection and cookie timeout
- **Cookie name**: Persistent connection cookie name
.. tip::
By example, you can allow users from 192.168.0.0/16 private network to register a fingerprinting:
- Rule: ``$env->{REMOTE_ADDR} =~ /^192\.168\./``