Re: [PacketFence-users] Couple questions about RADIUS Filters

2017-10-06 Thread Durand fabrice via PacketFence-users
Hello Robert, it looks correct. To add debug, you can do that: Add that in the code : https://github.com/inverse-inc/packetfence/blob/devel/lib/pf/radius.pm#L315 use Data::Dumper; $logger->warn(Dumper $args); then restart httpd.aaa Regards Fabrice Le 2017-10-06 à 16:59, Robert Meany

Re: [PacketFence-users] Packetfence working with WLC 8.3.122

2017-10-06 Thread Durand fabrice via PacketFence-users
Hello, can you try to set the redirect url in http instead of https ? Regards Fabrice Le 2017-10-06 à 16:02, bott via PacketFence-users a écrit : Hello, We have had packetfence working on older versions and are looking upgrade our WLC and Packetfence install. From a fresh install only

Re: [PacketFence-users] Captive Portal allow only selected usernames

2017-10-06 Thread Durand fabrice via PacketFence-users
It's in the source where you have to define the rules. Also you can use a regexp in the rule to match what you need. Last thing , keep in mind that there is an order in the rule, so the first match win and the last one can match by default. Le 2017-10-06 à 05:19, Tomasz Karczewski via

[PacketFence-users] Couple questions about RADIUS Filters

2017-10-06 Thread Robert Meany via PacketFence-users
We have a Tellabs PON which is unsupported by packetfence, but I have had luck in sending the correct RADIUS auth responses for MAB VLAN assignment. I'm trying to write a custom filter to send the registration VLAN for a "user" that is unregistered but am not having luck with it ... Here's what

[PacketFence-users] Packetfence working with WLC 8.3.122

2017-10-06 Thread bott via PacketFence-users
Hello, We have had packetfence working on older versions and are looking upgrade our WLC and Packetfence install. From a fresh install only using "web-auth" and following the provided guide on the website for the WLC controller it looks as if everything is fine. I see the client connect,

Re: [PacketFence-users] Captive Portal allow only selected usernames

2017-10-06 Thread Tomasz Karczewski via PacketFence-users
Thank you for response. Where exactly do i have to make these rules? Sources? Portal Profiles? Vlan filters? One more question. Does there a way to add to advanced rule to match i.e. company field defined in users field? If this field not match don’t allow? Tomasz Karczewski