I have configured PacketFence that on LAN using MAB authentication show Captive Portal for authentication. On the portal I am using root_module which will execute my registration_policy module which is realized as a Choice module. This registration_policy module will then execute two modules: guest_login realized as Authentication::Login module and chained_login_policy module realized as chained module. This chained module will then execute chain of two modules employee_module realized as Authentication::Login module, and if employee passes this module then will be executed SelectRole module. I am interested how I can accomplish that when employee login if he is member of admin_role (if not possible with roles, can be accomplished with AD group?) to be able to chose the packetfence role, but if he is not a member of that role (or AD group) to be automatically assigned guest role. Is something like this possible? The reasoning behind this is that I want to give admin users ability to put device in vlan that they can choose via portal, and that all other users when authenticated via portal get guest vlan.
_______________________________________________ PacketFence-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/packetfence-users
