mirror of
https://github.com/f00b4r0/uspot.git
synced 2026-04-26 06:35:54 +03:00
[PR #39] [MERGED] Radsec PSK Support #39
Labels
No labels
bug
enhancement
invalid
invalid
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/uspot#39
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/f00b4r0/uspot/pull/39
Author: @f00b4r0
Created: 7/17/2025
Status: ✅ Merged
Merged: 8/6/2025
Merged by: @f00b4r0
Base:
next← Head:radsec📝 Commits (2)
ebe9eacradius: add option for udp or tcp connectiond6b338duspot: support RadSec with PSK authentication📊 Changes
3 files changed (+29 additions, -11 deletions)
View changed files
📝
files/etc/config/uspot(+4 -3)📝
files/usr/share/uspot/uspot.uc(+16 -8)📝
src/radius-client.c(+9 -0)📄 Description
Up for testing. As a side effect this introduces the ability to use TCP for RADIUS connections.
Enabling should be a simple matter of setting
rad_serv_typeto eithertlsordtlswhere applicable, and settingauth_secretin the form ofpsk@username@hexkeywhere 'username' and 'hexkey' must be adjusted, as required by libradcli.This also needs a custom built libradcli package with support for TLS, which was fixed in https://github.com/openwrt/packages/pull/26765
Fixes: #26
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.