feat: add mschap module configuration and inner-tunnel site definition for RADIUS authentication
Build and Push Docker Image to Gitea Container Registry / build-and-push (push) Successful in 2m6s

This commit is contained in:
Tygozwolle
2026-07-27 12:30:58 +02:00
parent a5f5d55a26
commit ab703ae15e
2 changed files with 4 additions and 7 deletions
+4 -6
View File
@@ -2,10 +2,8 @@ mschap {
# Send MS-CHAP-Error with E=691 on authentication failure,
# so iOS / Windows show "Incorrect Password" instead of "Unable to join network".
send_error = yes
# Force the rejection format to return the MSCHAPv2 failure code
# (Error 691 explicitly maps to an incorrect password on iOS)
passchange {
ntlm_auth = "/usr/bin/ntlm_auth"
}
use_mppe = yes
require_encryption = yes
require_strong = yes
with_ntdomain_hack = yes
}
@@ -30,7 +30,6 @@ post-auth {
sql
Post-Auth-Type REJECT {
sql
attr_filter.access_reject
}
}
}