Revision 329069c9
Added by Scott Ullrich over 18 years ago
usr/local/www/services_captiveportal.php | ||
---|---|---|
219 | 219 |
document.iform.radiuskey.disabled = radius_endis; |
220 | 220 |
document.iform.radiuskey2.disabled = radius_endis; |
221 | 221 |
document.iform.radacct_enable.disabled = radius_endis; |
222 |
document.iform.peruserbw.disabled = endis; |
|
223 |
document.iform.bwdefaultdn.disabled = endis; |
|
224 |
document.iform.bwdefaultup.disabled = endis; |
|
222 |
//document.iform.peruserbw.disabled = endis;
|
|
223 |
//document.iform.bwdefaultdn.disabled = endis;
|
|
224 |
//document.iform.bwdefaultup.disabled = endis;
|
|
225 | 225 |
document.iform.reauthenticate.disabled = radius_endis; |
226 | 226 |
document.iform.auth_method[0].disabled = endis; |
227 | 227 |
document.iform.auth_method[1].disabled = endis; |
... | ... | |
348 | 348 |
This is required when the MAC address of the client cannot be determined (usually because there are routers between pfSense and the clients). |
349 | 349 |
If this is enabled, RADIUS MAC authentication cannot be used.</td> |
350 | 350 |
</tr> |
351 |
<?php |
|
352 |
/* |
|
351 | 353 |
<tr> |
352 | 354 |
<td valign="top" class="vncell">Per-user bandwidth restriction</td> |
353 | 355 |
<td class="vtable"> |
... | ... | |
365 | 367 |
<br> |
366 | 368 |
If this option is set, the captive portal will restrict each user who logs in to the specified default bandwidth. RADIUS can override the default settings. Leave empty or set to 0 for no limit. You will <strong>need</strong> to enable the traffic shaper for this to be effective.</td> |
367 | 369 |
</tr> |
370 |
*/ |
|
371 |
?> |
|
368 | 372 |
<tr> |
369 | 373 |
<td width="22%" valign="top" class="vncell">Authentication</td> |
370 | 374 |
<td width="78%" class="vtable"> |
Also available in: Unified diff
Comment out the per user bw option until the kernel panics are tamed