diff options
| author | liuxueli <[email protected]> | 2019-12-20 18:12:31 +0800 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2019-12-20 18:12:31 +0800 |
| commit | 07bd1eb7abc8ff5421ddb1bf627e6747bef2a1a8 (patch) | |
| tree | 705b6f877835f69d84cd14147651383b31dd2ea3 | |
| parent | f93c343c5f061638df4558f70d04bc3517c85802 (diff) | |
修改配置文件
| -rw-r--r-- | bin/ntc_radius_plug.inf | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/bin/ntc_radius_plug.inf b/bin/ntc_radius_plug.inf index f883cb0..0e74f6c 100644 --- a/bin/ntc_radius_plug.inf +++ b/bin/ntc_radius_plug.inf @@ -1,12 +1,9 @@ [PLUGINFO] -PLUGNAME=RADIUS -SO_PATH=./plug/business/radius/radius.so -INIT_FUNC=RADIUS_INIT -DESTROY_FUNC=RADIUS_DESTROY -FLAGCHANGE_FUNC=FLAG_CHANGE -FLAGSTATE_FUNC=PROT_FUNSTAT -GETPLUGID_FUNC=GET_PLUGID +PLUGNAME=NTC_RADIUS_PLUG +SO_PATH=./plug/business/ntc_radius_plug/ntc_radius_plug.so +INIT_FUNC=NTC_RADIUS_PLUG_INIT +DESTROY_FUNC=NTC_RADIUS_PLUG_DESTROY -[UDP] +[RADIUS] FUNC_FLAG=ALL -FUNC_NAME=RADIUS_ENTRY +FUNC_NAME=NTC_RADIUS_PLUG_ENTRY |
