PacketFence - BTS - PacketFence
View Issue Details
0001746PacketFencecaptive portalpublic2013-11-04 10:512013-11-04 10:51
jochen 
 
normalminoralways
newopen 
LinuxRHEL / CentOS6
4.0.6-2 
 
0001746: RADIUSSource doesn't match username
match_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);
        }
      }
    }
Create RADIUS Source
Create condition matching username
Log in using this username

=> The condition does not match
No tags attached.
Issue History
2013-11-04 10:51jochenNew Issue

There are no notes attached to this issue.