📄 readme
字号:
Welcome to JRadius!How to get up and running with JRadius:First, you need to compile and configure FreeRADIUS such that it usesJRadius. Unzip freeradius.zip and see freeradius/README.Start the JRadius server with the jradius.sh script. sh jradius.shJRadius also provides a Java RADIUS client API and a Java program calledRadClient. A shell script is provided to run RadClient. To use the script,create a file containing your attributes, for example:echo "User-Name = test" > radius.pktecho "User-Password = test" >> radius.pktNow, use the following script with arguments of server, shared secret,and attributes file: sh radclient.sh localhost sharedsecret radius.pktFor more information, see http://jradius.net/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -