View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] |
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 | |
|
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. |
Additional Information | Actually issue was found in 4.0.4 (number currently not available in BTS dropdown list) |
Tags | No tags attached. |
|
fixed in git revision | 8458546e980e090bfa414d8f5c32fd5ef3085e68 |
fixed in mtn revision | |
|
Attached Files | |
|