Re: [PacketFence-users] PF 9.3.0 Clean Install / unable to assign role to a new device

2020-02-11 Thread Rokkhan via PacketFence-users
Hi Nicolas, Thanks, I have noted for a next time. I did a server reboot and took the role name change. Greetings El mar., 11 feb. 2020 a las 14:00, Nicolas Quiniou-Briand () escribió: > > > On 10/02/2020 19:26, Rokkhan wrote: > > Let me know if it happens the same on your deployment to verify

Re: [PacketFence-users] PF 9.3.0 Clean Install / unable to assign role to a new device

2020-02-11 Thread Nicolas Quiniou-Briand via PacketFence-users
On 10/02/2020 19:26, Rokkhan wrote: Let me know if it happens the same on your deployment to verify if its just my servers or a bug. When you make a manual edit in a conf file, you should run: `pfcmd configreload hard` on CLI. -- Nicolas Quiniou-Briand n...@inverse.ca ::

Re: [PacketFence-users] PF 9.3.0 Clean Install / unable to assign role to a new device

2020-02-10 Thread Rokkhan via PacketFence-users
Hi Nicolas, You were right! I have modified manually the portal_modules.conf file using the category name instead the category_id and now it assigns the correct role to the node. [Byod-Auth] source_id= actions=set_role(BYOD-Role),set_unregdate(2030-02-05) I have created another auth portal

Re: [PacketFence-users] PF 9.3.0 Clean Install / unable to assign role to a new device

2020-02-10 Thread Nicolas Quiniou-Briand via PacketFence-users
Hi, You identified a bug, reported here [1]. As a workaround, you can replace id of role in portal_modules.conf by **name** of you role: #v+ actions=set_role(BYOD-Role),set_unregdate(2030-02-05) #v- [1] https://github.com/inverse-inc/packetfence/issues/5133 -- Nicolas Quiniou-Briand

Re: [PacketFence-users] PF 9.3.0 Clean Install / unable to assign role to a new device

2020-02-10 Thread Nicolas Quiniou-Briand via PacketFence-users
Hello, On 07/02/2020 18:45, Rokkhan wrote: Do you mean to configure manually in the portal_modules.conf file? I will try to reproduce this issue and give you a feedback. -- Nicolas Quiniou-Briand n...@inverse.ca :: +1.514.447.4918 *140 :: https://inverse.ca Inverse inc. :: Leaders behind

Re: [PacketFence-users] PF 9.3.0 Clean Install / unable to assign role to a new device

2020-02-07 Thread Rokkhan via PacketFence-users
Hello Nicolas, Thanks for the fast answer. Do you mean to configure manually in the portal_modules.conf file? I have assigned the role to the login portal through the webgui's dropdown list, selecting role name not role id... [image: imagen.png] Greetings Hello, You should

Re: [PacketFence-users] PF 9.3.0 Clean Install / unable to assign role to a new device

2020-02-06 Thread Nicolas Quiniou-Briand via PacketFence-users
Hello, You should not use category_id of role in your authentication rule but role name. -- Nicolas Quiniou-Briand n...@inverse.ca :: +1.514.447.4918 *140 :: https://inverse.ca Inverse inc. :: Leaders behind SOGo (https://sogo.nu), PacketFence (https://packetfence.org) and Fingerbank

[PacketFence-users] PF 9.3.0 Clean Install / unable to assign role to a new device

2020-02-06 Thread Rokkhan via PacketFence-users
Hi, Have just deployed a new packetfence 9.3.0 server on a Centos 7 Server. I have just created a new role: cat ../conf/roles.conf [BYOD-Role] max_nodes_per_pid=6 Mysql MariaDB [pf]> select * from node_category;