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

23 lines
696 B
ReStructuredText
Raw Normal View History

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**:
2022-01-12 22:19:54 +01:00
- **Activation**: Rule to enable/disable this plugin
- **Do not check fingerprint**: Enable/Disable browser fingerprint checking
- **Expiration time**: Persistent session connection and cookie timeout
2022-01-12 22:19:54 +01:00
- **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\./``