PacketFence
Bug Tracking System

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001306PacketFencecaptive portalpublic2011-10-11 09:552012-05-08 09:11
Reporterobilodeau 
Assigned Toobilodeau 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version3.3.0 
Summary0001306: Per user/guest max nodes
DescriptionGuest 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);
  }
TagsNo tags attached.
fixed in git revisionf1003a8a8d2324ba126646d502a58c30f9c9577c
fixed in mtn revision
Attached Files

- Relationships
child of 0001305closed guest management improvements 

-  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
Powered by Mantis Bugtracker