Re: [PacketFence-users] No roles assignment and no rules matching in the authentication source

2018-03-15 Thread E.P. via PacketFence-users
Ok, let’s try tackle this issue again. As Fabrice suggested me initially I was supposed to install two patches. I did my best but as Ian rightfully noticed I don’t have them applied properly. Is there anything else I can do to forcefully install them ? Moreover, do they really have to do with

Re: [PacketFence-users] No roles assignment and no rules matching in the authentication source

2018-03-12 Thread Ian MacDonald via PacketFence-users
Eugene, On the note of patch application; Are you sure you applied the entire patch? The output of your patching below indicates 3 hunks that still need to be manually applied. cheers, Ian [root@PacketFence-ZEN pf]# patch -p1 < ./34405d44b203ce2fd4a4dac435ff62d69c4ed00f.diff patching file

Re: [PacketFence-users] No roles assignment and no rules matching in the authentication source

2018-03-12 Thread E.P. via PacketFence-users
And also this issue still bothers me, Fabrice. I applied the patch but it is all about deauthentication What does it have to do with role assignment and not matching conditions in the authentication source? Is there any other logs or outputs to analyze to find the root cause ? Eugene

Re: [PacketFence-users] No roles assignment and no rules matching in the authentication source

2018-03-08 Thread Fabrice Durand via PacketFence-users
cd /usr/local/pf patch -p1 Le 2018-03-08 à 13:57, E.P. a écrit : > > And what file are we patching ? > >   > > /patch -p1 < 1eef967ad1ee589136a097166c440cb30107ddfb.diff/ > > /can't find file to patch at input line 5/ > > /Perhaps you used the wrong -p or --strip option?/ > > /The text

Re: [PacketFence-users] No roles assignment and no rules matching in the authentication source

2018-03-08 Thread E.P. via PacketFence-users
And what file are we patching ? patch -p1 < 1eef967ad1ee589136a097166c440cb30107ddfb.diff can't find file to patch at input line 5 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -- |diff --git a/lib/pf/enforcement.pm

Re: [PacketFence-users] No roles assignment and no rules matching in the authentication source

2018-03-08 Thread Fabrice Durand via PacketFence-users
https://github.com/inverse-inc/packetfence/pull/2735/commits/1eef967ad1ee589136a097166c440cb30107ddfb.diff is suppose to return that: diff --git a/lib/pf/enforcement.pm b/lib/pf/enforcement.pm index 8ff56b4252b..05589bba682 100644 --- a/lib/pf/enforcement.pm +++ b/lib/pf/enforcement.pm @@ -43,6

Re: [PacketFence-users] No roles assignment and no rules matching in the authentication source

2018-03-08 Thread E.P. via PacketFence-users
Am I applying this patch in the wrong way ? [root@PacketFence-ZEN conf]# curl https://github.com/inverse-inc/packetfence/pull/2735/commits/1eef967ad1ee589 136a097166c440cb30107ddfb.diff | patch -p1 % Total% Received % Xferd Average Speed TimeTime Time Current

Re: [PacketFence-users] No roles assignment and no rules matching in the authentication source

2018-03-07 Thread Fabrice Durand via PacketFence-users
Hello Eugene, i suppose you apply the PR 2735 on github. I have push 2 new commits so can you try to apply them and make another try ? curl https://github.com/inverse-inc/packetfence/pull/2735/commits/1eef967ad1ee589136a097166c440cb30107ddfb.diff | patch -p1 curl