mirror of
https://github.com/bjdgyc/anylink.git
synced 2025-08-11 04:39:59 +08:00
radius 添加 CallingStationID
This commit is contained in:
@@ -9,7 +9,7 @@ var authRegistry = make(map[string]reflect.Type)
|
||||
|
||||
type IUserAuth interface {
|
||||
checkData(authData map[string]interface{}) error
|
||||
checkUser(name, pwd string, g *Group) error
|
||||
checkUser(name, pwd string, g *Group, ext map[string]interface{}) error
|
||||
}
|
||||
|
||||
func makeInstance(name string) interface{} {
|
||||
|
Reference in New Issue
Block a user