139 Commits

Author SHA1 Message Date
schreibubi 4b80067284 net/freeradius: Change TLS max version to 1.3 (#4883) 2025-12-17 10:12:36 +01:00
Severin Schüller 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 Resch 370bc89493 net/freeradius: add fallback Tunnel-Password field (#4983) 2025-11-04 14:28:39 +01:00
Michael 8b3741f591 net/freeradius: Add LDAP Groups (#4989) 2025-10-22 17:02:44 +02:00
Tobias Perschon ddbb31c579 net/freeradius: add Tunnel-Password field to radius user (#4235) 2025-10-16 13:03:24 +02:00
Monviech 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
Monviech 089aaa256d mvc: Replace camelCase API notation with snake_case, some more spots that were missed (#4768) 2025-06-23 17:32:56 +02:00
Monviech 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
RasAlGhul 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
Monviech be90096c40 net/freeradius: Remove sessionClose() 2025-01-10 10:22:26 +01:00
Patrick M. Hausen 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
captainko a66cc228f8 net/freeradius: Allow & as a password character #4115 2024-10-11 10:25:48 +02:00
Philipp Nieting 1a4a15de1b net/freeradius: Added remote syslog support (#3990) (#4172) 2024-08-12 10:42:21 +02:00
Chris Helming 44abf3ff22 allow : in FreeRADIUS user and password (#3976) 2024-07-22 12:47:34 +02:00
stuart-mclaren 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
Franco Fichtner 83ef7e0687 net/freeradius: style updates 2022-11-15 08:55:50 +01:00
clanto007 943924c0ff net/freeradius: Proxy Configuration Page (#3142) 2022-11-15 08:34:13 +01:00
Ad Schellevis b6a9b0f554 net/freeradius - add missing syslog local target 2022-11-09 14:26:27 +01:00
Franco Fichtner b5f0d60839 plugins: move logfomats to syslog dir #5877 2022-11-04 09:57:41 +01:00
Franco Fichtner 21bb530c6d net/freeradius: use NAME_setup
PR: https://github.com/opnsense/core/issues/5917
2022-10-21 10:11:06 +02:00