Implementation of Dr.com in web authentication.
Drcom哆点Web认证的实现。
Usage:
webdogcom [options <argument>]...
Options:
--mode <get/post>, -m <get/post> set your webdogcom mode
--interval <m>, -i <m> authentication per m(int) seconds
--conf <filepath>, -c <filepath> import configuration file, default /etc/webdogcom.conf
--daemon, -d set daemon flag
--help, -h display this help
$ webdogcom -m get
$ webdogcom -m get -c /etc/webdogcom.conf
$ webdogcom -m get -d -i 600 # per 10 minutes to auth
make
Modify the configuration of webdogcom.conf.
修改webdogcom.conf中的配置。
config/配置项 | NULL/可为空 | description/说明 |
---|---|---|
server | False | auth server/认证服务器 |
port | False | server port/认证服务端口,Drcom default 801 |
network_segment | False | 校园网内网网段 |
subnet_mask | False | 子网掩码 |
user_account | False | 校园网用户名 |
user_password | False | 校园网密码 |
wlan_ac_name | True | 连接的AC名 |