PacketFence - BTS - PacketFence
View Issue Details
0001679PacketFencecaptive portalpublic2013-08-08 04:052013-08-08 10:16
muhlig 
francis 
normalmajoralways
resolvedfixed 
4.0.3 
4.0.5 
8458546e980e090bfa414d8f5c32fd5ef3085e68
0001679: guest registration parameter missing from profile denies guest access to activation page
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.
Actually issue was found in 4.0.4 (number currently not available in BTS dropdown list)
No tags attached.
Issue History
2013-08-08 04:05muhligNew Issue
2013-08-08 09:33francisStatusnew => assigned
2013-08-08 09:33francisAssigned To => francis
2013-08-08 10:16francisfixed in git revision => 8458546e980e090bfa414d8f5c32fd5ef3085e68
2013-08-08 10:16francisStatusassigned => resolved
2013-08-08 10:16francisFixed in Version => 4.0.5
2013-08-08 10:16francisResolutionopen => fixed

There are no notes attached to this issue.