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
Build and Push Docker Image to Gitea Container Registry / build-and-push (push) Successful in 2m6s
This commit is contained in:
@@ -2,10 +2,8 @@ mschap {
|
|||||||
# Send MS-CHAP-Error with E=691 on authentication failure,
|
# Send MS-CHAP-Error with E=691 on authentication failure,
|
||||||
# so iOS / Windows show "Incorrect Password" instead of "Unable to join network".
|
# so iOS / Windows show "Incorrect Password" instead of "Unable to join network".
|
||||||
send_error = yes
|
send_error = yes
|
||||||
|
use_mppe = yes
|
||||||
# Force the rejection format to return the MSCHAPv2 failure code
|
require_encryption = yes
|
||||||
# (Error 691 explicitly maps to an incorrect password on iOS)
|
require_strong = yes
|
||||||
passchange {
|
with_ntdomain_hack = yes
|
||||||
ntlm_auth = "/usr/bin/ntlm_auth"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -30,7 +30,6 @@ post-auth {
|
|||||||
sql
|
sql
|
||||||
Post-Auth-Type REJECT {
|
Post-Auth-Type REJECT {
|
||||||
sql
|
sql
|
||||||
attr_filter.access_reject
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user