f6bcdccf9cae1bd88ab1629f824e88017481ed51
CGRateS has a bug where *radauth + *mschapv2 looks for MS-CHAP-Response (attribute 1) instead of MS-CHAP2-Response (attribute 25). MikroTik sends MS-CHAP2-Response, causing MANDATORY_IE_MISSING error. This workaround uses *event + *attributes to validate user existence via attributes subsystem. The actual password validation is NOT done server-side - MikroTik will handle MS-CHAPv2 locally. TODO: Report bug to CGRateS - librad.go line 130 should use MS-CHAP2-Response for MetaMSCHAPV2 case. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Description
No description provided
Languages
Shell
100%