[PacketFence-users] Captive Port AUP text not showing after upgrade

2022-12-22 Thread Truax, Peter via PacketFence-users
Hi Everyone, We upgraded from PF version 11.1 to 12.1. All seems to be working normally, but our Acceptable Use Policy (AUP) doesn't show up on the captive portal page any longer. When you attempt to register a device, Lorem Ipsum text is displayed instead of our policy. We have replaced the a

Re: [PacketFence-users] Unregistering user's devices via API call?

2022-12-22 Thread David Herselman via PacketFence-users
Found the example in the Developer’s Guide useful and easy to understand https://www.packetfence.org/downloads/PacketFence/doc/PacketFence_Developers_Guide.pdf As per 8.1.2: curl -X POST https://PF_MANAGEMENT_IP:/api/v1/login \ -H "accept: application/json" \ -H "Content-Type: application/json"

[PacketFence-users] Guest authentication voucher

2022-12-22 Thread leonardo.izzo--- via PacketFence-users
Hi all, I would like to implement a guest management with Packetfence. In practice, when a guest arrives at the customer, the customer's network administrator connects to packetfence and generates and then prints a voucher, or rather temporary credentials for the guest himself. The latter will co

Re: [PacketFence-users] Unregistering user's devices via API call?

2022-12-22 Thread Satkunas, Darren via PacketFence-users
Hi David, The API can be used to manage nodes externally. To get the list of nodes for a user: curl 'https://localhost:1443/api/v1/nodes/search' \ -H 'Authorization: Bearer ebb51aad4da62ab87dae7154f8ce5062d8654362f712a4f52d85116c206e6569' \ --data-raw '{"fields":["mac"],"query":{"op":"and

[PacketFence-users] Unregistering user's devices via API call?

2022-12-22 Thread David Herselman via PacketFence-users
Hi, We have a CheckPoint firewall which has been configured to replace DNS queries to known malicious destinations with a bogus DNS trap IP, when devices then subsequently attempt to connect to that DNS trap IP a reaction script can be triggered. We are essentially looking for guidance on a web