Hello,
I am trying to setup my YubiKeys to work with OpenVPN running on my pfSense Firewall , using the YubiRADIUS server to authenticate users against Active Directory.
And it works! Sort of… I have a test user that works perfectly. The problem is that I can’t seem to get any other users to work… well unless there name is test or test2 ect.
I currently have it so that the OTP is being added to the username since the virtual appliance manual mentioned this was able to get around the issue OpenVPN and some other VPN services have with user name length. But it seems this is also an issue with the username field
With user “testomgwhy”
Quote:
2012-09-21 15:04:51,@,mgwhyccccccb,YubiKey OTP validation failed
2012-09-21 15:04:51,@,mgwhyccccccb,VA configuration could not be read
The “VA configuration” error just started before it was just the OTP message
With user test
Quote:
2012-09-21 15:06:41,test@xxxx-xxxxx.com,ccccccbhejgc,Success
I have read that people have been able to get this to work by using Yubico-PAM in conjunction with freeradius to get the this situation to work. The problem is that the since I am using pfSense to host my OpenVPN server the complexity of this one off install is something that I don’t want to do / can’t do since no one else at my work could pull this off if I got hit by a bus tomorrow.
Is my only option to run a normal installation of OpenVPN + FreeRADIUS that uses Yubico-PAM and PAM_Radius?
Thanks for any help.