2026-07-27 11:59:14 +02:00
|
|
|
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
|
2026-07-27 12:17:55 +02:00
|
|
|
|
|
|
|
|
# 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"
|
|
|
|
|
}
|
2026-07-27 11:59:14 +02:00
|
|
|
}
|