From: mkasper Date: Sun, 2 Apr 2006 09:32:20 +0000 (+0000) Subject: Slight wording/spelling changes (as if I knew better ;). X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d4224613b29e864bd838d421f5ab61b2cbd2377;p=m0n0chwall.git Slight wording/spelling changes (as if I knew better ;). git-svn-id: https://svn.m0n0.ch/wall/trunk@124 e36fee2c-cc09-0410-a7cc-ebac5c6737de --- diff --git a/webgui/services_captiveportal.php b/webgui/services_captiveportal.php index 99200e8..4138a31 100755 --- a/webgui/services_captiveportal.php +++ b/webgui/services_captiveportal.php @@ -478,7 +478,7 @@ to access after they've authenticated. echo "\n"; } ?>
- If RADIUS type is set to Cisco, in RADIUS-Requests (Authentication/Accounting) the value of Calling-Station-Id will be set to the client's IP address and + If RADIUS type is set to Cisco, in RADIUS requests (Authentication/Accounting) the value of Calling-Station-Id will be set to the client's IP address and the Called-Station-Id to the client's MAC address. Default behaviour is Calling-Station-Id = client's MAC address and Called-Station-Id = m0n0wall's WAN MAC address. @@ -544,7 +544,7 @@ Example code for the form:
The contents of the HTML file that you upload here are displayed when an authentication error occurs. You may include "$PORTAL_MESSAGE$", which will be replaced by the error or reply messages from the RADIUS server, if any. -Its also possible to include a new login form in the error page for a direct user relogin possibility +You may also include a new login form in the error page to allow the user to attempt another login directly.