I am receiving a 403 Forbidden when accessing the link
/activate/email/7ee9509b9f1f724a28d1c93ac31d2b43
My logs show
client denied by server configuration: 
/usr/local/pf/html/captive-portal/email_activation.cgi
Mobile phone Registration and ldap authentication are currently working without 
any problems. I have modified the file
/usr/local/pf/conf/httpd.conf.d/captive-portal-common.conf
As below just for testing to add my subnet access to the captive portal

<DirectoryMatch "%%install_dir%%/html/captive-portal">
Order deny,allow
Deny from all
allow from %%routed-nets%% %%load_balancers%% 127.0.0.1
</DirectoryMatch>

To

<DirectoryMatch "%%install_dir%%/html/captive-portal">
Order allow,deny
Deny from all
allow from %%routed-nets%% %%load_balancers%% 127.0.0.1 10.1.1.0/24
</DirectoryMatch>

And it works, but I know this is not the solution. Email activation should work 
from any subnet not just the routed-nets, but it seems to only work on the 
registration/isolation.

I just did a fresh install with Cent OS 6.3 and Packetfence 3.5.0
Thanks,
Bart
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
PacketFence-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/packetfence-users

Reply via email to