PacketFence
Bug Tracking System

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001746PacketFencecaptive portalpublic2013-11-04 10:512013-11-04 10:51
Reporterjochen 
Assigned To 
PrioritynormalSeverityminorReproducibilityalways
StatusnewResolutionopen 
PlatformLinuxOSRHEL / CentOSOS Version6
Product Version4.0.6-2 
Target VersionFixed in Version 
Summary0001746: RADIUSSource doesn't match username
Descriptionmatch_in_subclass() doesn't process any source specific conditions.

Some code like this is missing:

    foreach my $condition (@{ $own_conditions }) {
      if ($condition->{'attribute'} eq "username") {
        if ( $condition->matches("username", $params->{'username'}) ) {
          push(@{ $matching_conditions }, $condition);
        }
      }
    }
Steps To ReproduceCreate RADIUS Source
Create condition matching username
Log in using this username

=> The condition does not match
TagsNo tags attached.
fixed in git revision
fixed in mtn revision
Attached Files

- Relationships

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2013-11-04 10:51 jochen New Issue


Copyright © 2000 - 2012 MantisBT Group
Powered by Mantis Bugtracker