Anonymous | Login | 2024-11-22 19:10 EST |
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 | ||||||
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 | ||||||||||
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 | ||||||||||
Tags | No tags attached. | ||||||||||
fixed in git revision | |||||||||||
fixed in mtn revision | |||||||||||
Attached Files | |||||||||||
Issue History | |||
Date Modified | Username | Field | Change |
2013-11-04 10:51 | jochen | New Issue |
Copyright © 2000 - 2012 MantisBT Group |