mirror of
https://codeberg.org/prof_x_pvt_ltd/captive.whump.shanti-portal
synced 2024-08-14 22:46:42 +00:00
more explanation of plugins.
This commit is contained in:
parent
307143de0e
commit
959ecf6df6
1 changed files with 3 additions and 0 deletions
|
@ -17,10 +17,13 @@ Plugins are executed when the user clicks through the captive portal form, wheth
|
|||
|
||||
Plugins accept data from the request of the user, as of writing this is only wsgi environ data.
|
||||
|
||||
Result of the plugins decide whether the user gets accepted into the portal or not. As such plugins have the potential to do anything from check the users IP against a whitelist to authenticate against a RADIUS server or Active Directory.
|
||||
|
||||
Sample plugins prefixed with sample\_ are a good starting point for understanding the plugins.
|
||||
|
||||
Plugins can be made mandatory, or skipped by being disabled, see plugins.cfg for more configuration.
|
||||
|
||||
|
||||
# Get started
|
||||
|
||||
python setup.py install
|
||||
|
|
Loading…
Reference in a new issue