packages/net/freeradius3/patches/020-fix-mschap-auth.patch
syb999 5889266bcd freeradius3: fix mschap & add default setting
username: openwrt password:openwrt
username: user1   password:password

radius secret: testing123
radius client ip-range:192.168.0.0/16 & 10.0.0.0/8
2022-10-05 12:27:27 +08:00

23 lines
410 B
Diff

--- a/raddb/sites-available/default
+++ b/raddb/sites-available/default
@@ -500,7 +500,7 @@ authenticate {
#
# MSCHAP authentication.
- Auth-Type MS-CHAP {
+ Auth-Type MSCHAP {
mschap
}
--- a/raddb/sites-available/inner-tunnel
+++ b/raddb/sites-available/inner-tunnel
@@ -214,7 +214,7 @@ authenticate {
#
# MSCHAP authentication.
- Auth-Type MS-CHAP {
+ Auth-Type MSCHAP {
mschap
}