diff options
author | Alexander Wilke <nachtfalkeaw@web.de> | 2013-06-16 18:56:03 +0300 |
---|---|---|
committer | Alexander Wilke <nachtfalkeaw@web.de> | 2013-06-16 18:56:03 +0300 |
commit | 1548fc4c34422829948e1be45f4c89242cb367b7 (patch) | |
tree | e9cd0dc2a51c182ddaf92727e8c241cf5a01bdd2 /config/freeradius2 | |
parent | 355ebce27aeb941f949f26f9c70d08150f37a7db (diff) | |
download | pfsense-packages-1548fc4c34422829948e1be45f4c89242cb367b7.tar.gz pfsense-packages-1548fc4c34422829948e1be45f4c89242cb367b7.tar.bz2 pfsense-packages-1548fc4c34422829948e1be45f4c89242cb367b7.zip |
freeradius2: m-OTP allow negative offset
Diffstat (limited to 'config/freeradius2')
-rw-r--r-- | config/freeradius2/freeradius.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/freeradius2/freeradius.xml b/config/freeradius2/freeradius.xml index c9381c81..8e3105ef 100644 --- a/config/freeradius2/freeradius.xml +++ b/config/freeradius2/freeradius.xml @@ -275,7 +275,7 @@ 1. Write down the first 9 digits of the Epoch-Time on the client.<br> 2. Check with <b>date +%s</b> the Epoch-Time on your FreeRADIUS server and write down the first 9 digits.<br> - 3. Subtract both values, multiply the result with 10 and enter the value in this field. (Default: 0)]]></description> + 3. Subtract both values, multiply the result with 10 and enter the value in this field. Example: 30 or -180 (Default: 0)]]></description> <type>input</type> <default_value>0</default_value> </field> |