Bug #6900
closedOpenVPN + OTP auth failure
100%
Description
Hi guys. In pfsense 2.3.2 after any changes (firewall rules, reboot, etc...), I cannot access the server via OpenVPN because freeradius fails to authenticate my users (OTP problem).
This issue I was able to solve in prevous version 2.2.6 disabling the bitflag in otpverify.sh script:
- chflags schg /usr/pbi/freeradius-amd64/etc/raddb/scripts/otpverify.sh
Now in the last version otpverify.sh does not exist anymore, but the problem is still present.
What's the matter?
Updated by Jim Pingle about 8 years ago
- Project changed from pfSense to pfSense Packages
- Category set to FreeRADIUS
- Status changed from New to Feedback
- Assignee set to Jim Pingle
- % Done changed from 0 to 100
- Affected Architecture All added
- Affected Architecture deleted (
)
The verify script is in /usr/local/etc/raddb/scripts/otpverify.sh
on current versions. The FreeRADIUS package code was improperly setting the path to the interpreter in the shell script. I just pushed a fix that corrected the behavior for me. It works after reboot now when it did not work before.
The new version will be available shortly.
Updated by Jim Pingle about 8 years ago
- Status changed from Feedback to Resolved
- Affected Version set to All
Works