[PacketFence-users] Eduroam unable to process request local REALM from other university

2018-06-06 Thread jabang konate via PacketFence-users
im using packetfence 8.0.1 my user from other university complain can't connect to eduroam with local REALM my university. from raddebug output i see error message like this. (79) Wed Jun 6 10:17:11 2018: ERROR: rest: Server returned: (79) Wed Jun 6 10:17:11 2018: ERROR: rest: {"Reply-Message"

Re: [PacketFence-users] Eduroam unable to process request local REALM from other university

2018-06-06 Thread Fabrice Durand via PacketFence-users
Hello Jabang, your issue is because in the Ruckus radius request it miss the NAS-Port-Type attribute. Can you try that: diff --git a/lib/pf/Switch.pm b/lib/pf/Switch.pm index 22bd94288..db9ee3921 100644 --- a/lib/pf/Switch.pm +++ b/lib/pf/Switch.pm @@ -3015,7 +3015,7 @@ sub parseRequest {   

Re: [PacketFence-users] Eduroam unable to process request local REALM from other university

2018-06-07 Thread jabang konate via PacketFence-users
hi fabrice. thanks a lot it work. Regards. Jabang On Wed, Jun 6, 2018 at 9:49 PM, Fabrice Durand via PacketFence-users < packetfence-users@lists.sourceforge.net> wrote: > Hello Jabang, > > your issue is because in the Ruckus radius request it miss the > NAS-Port-Type attribute. > > > Can you tr