PacketFence - BTS - PacketFence | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0001679 | PacketFence | captive portal | public | 2013-08-08 04:05 | 2013-08-08 10:16 |
Reporter | muhlig | ||||
Assigned To | francis | ||||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | 4.0.3 | ||||
Target Version | Fixed in Version | 4.0.5 | |||
fixed in git revision | 8458546e980e090bfa414d8f5c32fd5ef3085e68 | ||||
fixed in mtn revision | |||||
Summary | 0001679: guest registration parameter missing from profile denies guest access to activation page | ||||
Description | guest_self_reg parameter is missing from both profile.conf file and web admin profile page. This parameter state is checked in lib/pf/iptables.pm (as $guest_self_registration{'enabled'} and should be taken into account in lib/pf/config.pm (in if ( isenabled($profile->{'guest_self_reg'}) ) { $guest_self_registration{'enabled'} = $TRUE; }. Effectively iptables rule allowing access to tcp 443 from outside is not being generated. There is also the second missing from admin GUI parameter: guest_modes=sms,email,sponsor (it is however present in profile.conf file). Probably there is some inconsistency here but worth fixing because guest access to activation page is denied. | ||||
Steps To Reproduce | |||||
Additional Information | Actually issue was found in 4.0.4 (number currently not available in BTS dropdown list) | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2013-08-08 04:05 | muhlig | New Issue | |||
2013-08-08 09:33 | francis | Status | new => assigned | ||
2013-08-08 09:33 | francis | Assigned To | => francis | ||
2013-08-08 10:16 | francis | fixed in git revision | => 8458546e980e090bfa414d8f5c32fd5ef3085e68 | ||
2013-08-08 10:16 | francis | Status | assigned => resolved | ||
2013-08-08 10:16 | francis | Fixed in Version | => 4.0.5 | ||
2013-08-08 10:16 | francis | Resolution | open => fixed |
There are no notes attached to this issue. |