Revision 60f13e63
Added by Carlos Eduardo Ramos almost 15 years ago
usr/local/www/services_captiveportal.php | ||
---|---|---|
384 | 384 |
<input name="passthrumacadd" type="checkbox" class="formfld" id="passthrumacadd" value="yes" <?php if ($pconfig['passthrumacadd']) echo "checked"; ?>> |
385 | 385 |
<strong><?=gettext("Enable Pass-through MAC automatic additions"); ?></strong><br> |
386 | 386 |
<?=gettext("If this option is set, a MAC passthrough entry is automatically added after the user has successfully authenticated. Users of that MAC address will never have to authenticate again"); ?>. |
387 |
<?=gettext("To remove the passthrough MAC entry you either have to log in and remove it manually from the"); ?> <a href="services_captiveportal_mac.php">Pass-through MAC tab</a> <?=gettext("or send a POST from another system to remove it"); ?>.
|
|
387 |
<?=gettext("To remove the passthrough MAC entry you either have to log in and remove it manually from the"); ?> <a href="services_captiveportal_mac.php"><?=gettext("Pass-through MAC tab"); ?></a> <?=gettext("or send a POST from another system to remove it"); ?>.
|
|
388 | 388 |
<?=gettext("If this is enabled, RADIUS MAC authentication cannot be used. Also, the logout window will not be shown"); ?>. |
389 | 389 |
<br/><br/> |
390 | 390 |
<input name="passthrumacaddusername" type="checkbox" class="formfld" id="passthrumacaddusername" value="yes" <?php if ($pconfig['passthrumacaddusername']) echo "checked"; ?>> |
... | ... | |
605 | 605 |
} |
606 | 606 |
?> |
607 | 607 |
</select></br> |
608 |
<?=getetxt("This option changes the MAC address format used in the whole RADIUS system. Change this if you also " .
|
|
609 |
"need to change the username format for RADIUS MAC authentication"); ?>.<br> |
|
608 |
<?=gettext("This option changes the MAC address format used in the whole RADIUS system. Change this if you also"); ?>
|
|
609 |
<?=gettext("need to change the username format for RADIUS MAC authentication"); ?>.<br>
|
|
610 | 610 |
<?=gettext("default"); ?>: 00:11:22:33:44:55<br> |
611 | 611 |
<?=gettext("singledash"); ?>: 001122-334455<br> |
612 | 612 |
<?=gettext("ietf"); ?>: 00-11-22-33-44-55<br> |
Also available in: Unified diff
Corrections gettext implementation on services_captiveportal.php