
| Anonymous | Login | 2025-10-27 00:15 EDT | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |||
| 0001306 | PacketFence | captive portal | public | 2011-10-11 09:55 | 2012-05-08 09:11 | |||
| Reporter | obilodeau | |||||||
| Assigned To | obilodeau | |||||||
| Priority | normal | Severity | minor | Reproducibility | have not tried | |||
| Status | closed | Resolution | fixed | |||||
| Platform | OS | OS Version | ||||||
| Product Version | ||||||||
| Target Version | Fixed in Version | 3.3.0 | ||||||
| Summary | 0001306: Per user/guest max nodes | |||||||
| Description | Guest account don't easily handle multiple nodes for a single username (a la node_pid). By default PacketFence will allow unlimited unless a global registration.maxnodes is set.
if ($pid ne '1' && $maxnodes !=0 && $node_count >= $maxnodes ) {
$logger->info("$maxnodes are already registered to $pid");
pf::web::generate_error_page($cgi, $session, "error: only register max nodes");
return(0);
}
| |||||||
| Tags | No tags attached. | |||||||
| fixed in git revision | f1003a8a8d2324ba126646d502a58c30f9c9577c | |||||||
| fixed in mtn revision | ||||||||
| Attached Files | ||||||||
Relationships |
||||||
|
||||||
Notes |
|
|
(0002705) obilodeau (reporter) 2012-05-08 09:11 |
fixed in version 3.3.0 released a few weeks ago |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2011-10-11 09:55 | obilodeau | New Issue | |
| 2011-10-11 09:56 | obilodeau | Relationship added | child of 0001305 |
| 2012-05-08 09:11 | obilodeau | git revision | => f1003a8a8d2324ba126646d502a58c30f9c9577c |
| 2012-05-08 09:11 | obilodeau | Note Added: 0002705 | |
| 2012-05-08 09:11 | obilodeau | Status | new => resolved |
| 2012-05-08 09:11 | obilodeau | Fixed in Version | => 3.3.0 |
| 2012-05-08 09:11 | obilodeau | Resolution | open => fixed |
| 2012-05-08 09:11 | obilodeau | Assigned To | => obilodeau |
| 2012-05-08 09:11 | obilodeau | Status | resolved => closed |
| Copyright © 2000 - 2012 MantisBT Group |