PfSense - SMS Gateway Integration
-
hi pfSense fans! I want to integrate captive portal to an sms gateway so that when a user send a text to a specific number, a login username and password is generated and sent by the sms gateway to enable the user login successfully. Many thanks in advance,
-
Hi !
Don't get it.
WE thank YOU for this integration !
When will it be ready ? -
There is this:
http://wiki.freeradius.org/modules/Rlm_smsotp
Although my personal preference would be to use an app, like one of these instead of an email:
http://motp.sourceforge.net/#6
The otpverify.sh script is used with a FreeRADIUS server to generate a one-time six-digit password. The app runs on the phone and generates the password which the user can use only once to authenticate.
Personally, I've built a FreeRADIUS machine which uses the optverify.sh/Mobile-OTP combination in conjunction with Active Directory. An 'ldapsearch' script scrapes the AD schema for members of the relevant AD group (eg: CPUsers), creates the associated PIN and secret, emails the user these details and populates the FreeRADIUS users file with the relevant data. The radius server then uses the otpverify.sh script to check the passcode generated by the mobile app. It is, however, essential that the radius server and the mobile phone/tablet in question are synchronized correctly time-wise. Not quite SMS, but it works.