LemonLDAP::NG Web SSO
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
lemonldap-ng/doc/sources/admin/autosignin.rst

23 lines
699 B

Auto Signin Addon
=================
Auto-Signin add-on provides an easy way to bypass authentication process
based on rules. For example, a TV can be automatically authenticated by
its IP address.
Configuration
-------------
This add-on is automatically enabled if a rule is declared. A rule links
rule to a username. The only usable variable here is ``$env``. Example:
============== ===========================================
Key (username) Rule
============== ===========================================
dwho ''$env->{REMOTE_ADDR} eq '192.168.42.42' ''
============== ===========================================
.. important::
Username must be defined in the user database.