From 188b3624989022dbec69f391234ddf060c516197 Mon Sep 17 00:00:00 2001 From: Alexander Wilke Date: Tue, 7 Feb 2012 22:54:33 +0100 Subject: OTP support --- config/freeradius2/freeradius.xml | 36 +++++++++++++++++++++++++++++++++--- 1 file changed, 33 insertions(+), 3 deletions(-) (limited to 'config/freeradius2/freeradius.xml') diff --git a/config/freeradius2/freeradius.xml b/config/freeradius2/freeradius.xml index 3ef0711c..48c663e7 100644 --- a/config/freeradius2/freeradius.xml +++ b/config/freeradius2/freeradius.xml @@ -201,7 +201,7 @@ GENERAL CONFIGURATION listtopic - + Username varusersusername @@ -214,6 +214,36 @@ password + + Enable Mobile-One-Time-Password For This User + varusersmotpenable + + checkbox + varusersmotpinitsecret,varusersmotppin,varusersmotpoffset + + + Init-Secret + varusersmotpinitsecret + + password + + + PIN + varusersmotppin + + password + + + Time Offset + varusersmotpoffset +
+ + 1. Write down the first 9 digits of the Epoch-Time on the client.
+ 2. Check with date +%s the Epoch-Time on your FreeRADIUS server and write down the first 9 digits.
+ 3. Subtract both values, multiply the result with 10 and enter the value in this field. (Default: 0)]]>
+ input + 0 +
MISCELLANEOUS CONFIGURATION listtopic @@ -222,7 +252,6 @@ Number of simultaneous connections varuserssimultaneousconnect - input @@ -294,7 +323,8 @@ Possible Login Times varuserslogintime - Every time string contains a day (Mo,Tu,We,Th,Fr,Sa,Su) or all weekdays which is from monday till friday (Wk). All weekdays plus the weekend is (Al).

+ Every time string contains a day (Mo,Tu,We,Th,Fr,Sa,Su) or all weekdays which is from monday till friday (Wk).
+ All weekdays plus weekend which means all days from monday till sunday is (Al).

Wk0855-2305,Sa,Su2230-0230

This means weekdays after 8:55 AM and before 11:05 PM | any time on saturday | sunday after 10:30 PM and before 02:30 AM.]]>
input -- cgit v1.2.3