PacketFence - BTS - PacketFence | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0001746 | PacketFence | captive portal | public | 2013-11-04 10:51 | 2013-11-04 10:51 |
Reporter | jochen | ||||
Assigned To | |||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | Linux | OS | RHEL / CentOS | OS Version | 6 |
Product Version | 4.0.6-2 | ||||
Target Version | Fixed in Version | ||||
fixed in git revision | |||||
fixed in mtn revision | |||||
Summary | 0001746: RADIUSSource doesn't match username | ||||
Description | 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); } } } | ||||
Steps To Reproduce | Create RADIUS Source Create condition matching username Log in using this username => The condition does not match | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2013-11-04 10:51 | jochen | New Issue |
There are no notes attached to this issue. |