Show
Ignore:
Timestamp:
09/30/08 05:15:44 (4 years ago)
Author:
wichert
Message:

Add authentication related settings to the configuration

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog/wifidog.conf

    r1346 r1369  
    110110# How many sockets to listen to 
    111111# HTTPDMaxConn 10 
     112 
     113# Parameter: HTTPDRealm 
     114# Default: WiFiDog 
     115# Optional 
     116# 
     117# The name of the HTTP authentication realm. This only used when a user 
     118# tries to access a protected WiFiDog internal page. See HTTPUserName. 
     119# HTTPDRealm WiFiDog 
     120 
     121# Parameter: HTTPDUserName / HTTPDPassword 
     122# Default: unset 
     123# Optional 
     124# 
     125# The gateway exposes some information such as the status page through its web 
     126# interface. This information can be protected with a username and password, 
     127# which can be set through the HTTPDUserName and HTTPDPassword parameters. 
     128# HTTPDUserName admin 
     129# HTTPDPassword secret 
    112130 
    113131# Parameter: CheckInterval