📄 client.cfg
字号:
# RADIUS client test program configuration file# Test program types: "client" or "server"type string client# Debug Logging# log_file - default to stderr if commented out# log_level - default to ERR, accept INFO, DEBUG, DEBUG_STACK#log_file string ./radius_client.log#log_level string DEBUG# Local portclient_port int 21812# RADIUS Server data#server_host string chok-lnx2server_host string rkripa-lnx2server_port int 1812server_accounting_port int 1812# Shared secret for calculating authenticatorsecret string shhhh!# Timeout before retransmit (Not implemented yet)response_timeout int 500# Number of responses to test, -1 means run forever#number_of_packets int -1number_of_packets int 10000# Test Access-Requesttest_access bool true#test_access bool false# Test Accounting-Requesttest_accounting bool true#test_accounting bool false# Attribute dataUser_Name string vovidaUser_Password string 01234567890123456Called_Station_Id string 555-1212Calling_Station_Id string AnonymousAcct_Session_Time int 120Acct_Terminate_Cause int 5
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -