Added: config/e2guardian/authplugins/dnsauth.conf

This commit is contained in:
Jason 2022-02-17 15:16:34 -05:00
parent 09ca7f2c3a
commit c7218d8b3c
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

@ -0,0 +1,16 @@
# IP/DNS-based auth plugin
plugname = 'dnsauth'
# Base domain
#basedomain = "my.privatedomain"
# Authentication URL
#authurl = "http://192.168.1.3/auth/login/login.pl?url"
# Prefix for auth URLs
#prefix_auth = "http://192.168.1.3/auth/"
# Redirect to auth (i.e. log-in)
# yes - redirects to authurl to login
# no - drops through to next auth plugin
redirect_to_auth = "yes"