Commit Graph
161 Commits
Author SHA1 Message Date
schreibubiandGitHub 4b80067284 net/freeradius: Change TLS max version to 1.3 (#4883) 2025-12-17 10:12:36 +01:00
Severin SchüllerandGitHub fb27dc4444 net/freeradius: Add option to enable EAP-PWD (#4093)
* Add option to enable EAP-PWD

* also make server_id configurable
2025-12-17 09:27:19 +01:00
Franco Fichtner 4e967c787d net/freeradius: modify VLAN fallback logic #5050
While it's nice to constrain this it's also very inflexible.
With fallback disabled we can retain values in tunnel pw and
VLAN ID.  Enabling it without these options may be weird, but
not a large problem.  Template was rearranged to generate
the most logic outcome.

Some due maintenance sprinkled on top.
2025-11-29 08:51:48 +01:00
Franco Fichtner 5ca28c8447 net/freeradius: proposal for #5050 2025-11-29 08:24:56 +01:00
Franco Fichtner 001fa57d90 net/freeradius: cleanups for next version 2025-11-04 14:31:00 +01:00
Robert ReschandGitHub 370bc89493 net/freeradius: add fallback Tunnel-Password field (#4983) 2025-11-04 14:28:39 +01:00
MichaelandGitHub 8b3741f591 net/freeradius: Add LDAP Groups (#4989) 2025-10-22 17:02:44 +02:00
Tobias PerschonandGitHub ddbb31c579 net/freeradius: add Tunnel-Password field to radius user (#4235) 2025-10-16 13:03:24 +02:00
Franco Fichtner 8a43cb1c3f net/freeradius: bump revision 2025-09-06 19:02:12 +02:00
MonviechandGitHub ceace150e3 bootgrid: Sweep rowcount as default has been increased in https://github.com/opnsense/core/commit/baa1730b1a9f1d8c9f0bb81a0ff1521636824231 (#4916) 2025-08-29 14:40:53 +02:00
Franco Fichtner f240ec0fce plugins: run style-model 2025-07-02 10:46:07 +02:00
MonviechandGitHub 089aaa256d mvc: Replace camelCase API notation with snake_case, some more spots that were missed (#4768) 2025-06-23 17:32:56 +02:00
MonviechandGitHub 4b4ec29eca mvc: Replace camelCase API notation with snake_case (#4767)
* mvc: Replace camelCase API notation with snake_case

* mvc: Replace camelCase API notation with snake_case, fixed some special cases in www/caddy
2025-06-23 14:45:51 +02:00
Franco Fichtner f76eecd3b7 net/freeradius: new version 2025-01-14 14:49:42 +01:00
RasAlGhulandGitHub 2f4e63b03b net/freeradius: EAP-TLS with multiple CAs (#4381)
* controller eap: changed from dropdown to select_multiple

* model eap: add mulitple option to CertificateField type ca

* script generate_certs: Multiple comma-separated refid values are possible. Use explode() and process them with a foreach loop
2025-01-14 10:51:41 +01:00
MonviechandFranco Fichtner be90096c40 net/freeradius: Remove sessionClose() 2025-01-10 10:22:26 +01:00
Franco Fichtner 5b02c20778 net/freeradius: clear revision 2024-10-22 10:50:06 +02:00
Patrick M. HausenandFranco Fichtner e0838b9ef9 net/freeradius add require_message_authenticator client option (#4306)
It is recommended for RADIUS clients to use a message authenticator for all
requests to protect against the BlastRADIUS attack.

PR: https://forum.opnsense.org/index.php?topic=42094.msg207448
2024-10-18 11:01:16 +02:00
Franco Fichtner 3304711c9d net/freeradius: bump revision 2024-10-16 07:46:57 +02:00
captainkoandFranco Fichtner a66cc228f8 net/freeradius: Allow & as a password character #4115 2024-10-11 10:25:48 +02:00
Philipp NietingandGitHub 1a4a15de1b net/freeradius: Added remote syslog support (#3990) (#4172) 2024-08-12 10:42:21 +02:00
Franco Fichtner 317b84c0b9 net/freeradius: wrap up new version 2024-07-23 11:31:49 +02:00
Chris HelmingandGitHub 44abf3ff22 allow : in FreeRADIUS user and password (#3976) 2024-07-22 12:47:34 +02:00
Franco Fichtner 57ae4626a2 net/freeradius: next version 2024-04-03 12:32:03 +02:00
3835878b5f net/freeradius: Support NT hash of user password (#3828)
* net/freeradius: Support NT hash of user password

To improve security provide an "advanced" option to avoid storing
users' radius passwords in plaintext.

The default behaviour is unchanged.

Tested using an openwrt access point as a client with the opnsense
freeradius plugin set to use PEAP.

Compare: https://github.com/pfsense/FreeBSD-ports/pull/822

* net/freeradius: Bump user model version

To reflect NT password hash change.

---------

Co-authored-by: Stuart McLaren <stuart-mclaren@users.noreply.github.com>
2024-03-29 08:37:32 +01:00