diff --git a/net/pfSense-pkg-freeradius2/files/usr/local/pkg/freeradius.xml b/net/pfSense-pkg-freeradius2/files/usr/local/pkg/freeradius.xml index 3ded523b81ae..846cf744ff43 100644 --- a/net/pfSense-pkg-freeradius2/files/usr/local/pkg/freeradius.xml +++ b/net/pfSense-pkg-freeradius2/files/usr/local/pkg/freeradius.xml @@ -154,8 +154,8 @@ varusersusername + Note: May only contain a-z, A-Z, 0-9, underscore, period and hyphen when using OTP. ]]> input @@ -166,7 +166,7 @@ password @@ -206,7 +206,8 @@ varusersmotpinitsecret + Note: May only contain 0-9 and a-f. Must contain at least 16 characters. ]]> password @@ -216,7 +217,8 @@ varusersmotppin + May only contain a PIN consisting of 4-8 digits. Normally 4 digits are used. ]]> password @@ -247,24 +249,24 @@ listtopic - Number of Simultaneous Connections - varuserssimultaneousconnect + Redirection URL + varuserswisprredirectionurl - If using FreeRADIUS with Captive Portal you should leave this empty. Read the documentation! - + Enter the URL the user should be redirected to after successful login. + Example: http://www.google.com ]]> input - Redirection URL - varuserswisprredirectionurl + Number of Simultaneous Connections + varuserssimultaneousconnect Example: http://www.google.com + The maximum of simultaneous connections with this username. Leave empty for no limit.
+ If using FreeRADIUS with Captive Portal you should leave this empty. Read the documentation! + ]]>
input @@ -314,7 +316,7 @@ Framed-Route must be supported by NAS. - Required format: Subnet Gateway Metric (e.g. 192.168.10.0 192.168.10.1 1) + Required format: Subnet Gateway Metric(s) (e.g. 192.168.10.0/24 192.168.10.1 1) ]]> input @@ -370,8 +372,10 @@ - Every time string contains a day (Mo, Tu, We, Th, Fr, Sa, Su) or all weekdays which is from monday till friday (Wk).
- Wk0855-2305,Sa,Su2230-0230 - weekdays after 8:55 AM and before 11:05 PM | any time on Saturday | Sunday after 10:30 PM and before 02:30 AM. + Each simple time string must begin with a day definition. That can be just one day, multiple days, or a range of days separated by a hyphen.
+ A day is Mo, Tu, We, Th, Fr, Sa or Su, or Wk for Mo-Fr. Any or Al means all days.
+ After that, a range of hours follows in hhmm-hhmm format. A time string may be a list of simple time strings separated by ,

+ Example: Wk0855-2305,Sa,Su2230-0230 - weekdays after 8:55 AM and before 11:05 PM | any time on Saturday | Sunday after 10:30 PM and before 02:30 AM. ]]> @@ -542,4 +546,7 @@ freeradius_deinstall_command(); + + freeradius_validate_users($_POST, $input_errors); +