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