packetfence
packetfence copied to clipboard
PacketFence is a fully supported, trusted, Free and Open Source network access control (NAC) solution. Boasting an impressive feature set including a captive-portal for registration and remediation, c...
Fresh install of PF 8.1 in Debian 8. I have configured for e-mail alerting external SMTP server (to port 587) with STARTTLS option enabled, and I'm not receiving e-mails. The...
The Profile form is used as a test case for spec generation. Instead use a for test form for that to avoid tests failing every time the Profile form has...
To reduce memory consumption of pfmon we should move the following jobs to pfstats and rename pfstats to pfmaint or pfmon-go. - [ ] auth_log - [ ] chi_cache -...
## Incomplete * POST /api/v1/nodes/search * POST /api/v1/users/search * POST /api/v1/violations/search * POST /api/v1/radius_audit_logs/search ## Missing * GET /api/v1/ip4logs/history/{mac} * GET /api/v1/ip6logs/history/{mac} * GET /api/v1/translation/{language} * PUT /api/v1/config/roles * POST...
It is possible to generate mobileconfig for OS X/macOS that supports the wired network - which can be especially useful for EAP-PEAP and EAP-TLS. That's built in OS X/mac OS....
Looking at: https://github.com/inverse-inc/packetfence/blob/devel/html/captive-portal/templates/wireless-profile-tls.xml#L49 We aren't generating GUID and we should for all GUIDs (PayloadUUID and others). The same issue is present in https://github.com/inverse-inc/packetfence/blob/devel/html/captive-portal/templates/wireless-profile-peap.xml
To ease the updating automated generation of OpenAPI spec files. Split the standard/manually files and the auto generated file
Our `pfstats` daemon makes several requests per minute. There are frequent entries such as this on in the logs: > Apr 20 11:49:37 packetfence /usr/local/pf/bin/pfstats[25416]: t=2018-04-20T11:49:37-0400 lvl=info msg="Request isn't authorized,...
The following jobs are defined in the datttttabbbazzze backup and maintenance script: /usr/local/pf/addons/database-cleaner.pl --table=radacct --date-field=acctupdatetime --older-than="1 WEEK" --update --update-field=acctstoptime /usr/local/pf/addons/database-cleaner.pl --table=radacct --date-field=acctstarttime --older-than="1 WEEK" --additionnal-condition="acctstoptime IS NOT NULL" /usr/local/pf/addons/database-cleaner.pl --table=radacct_log...