Skip to content

Commit

Permalink
feat(service): Add Radsec protocol
Browse files Browse the repository at this point in the history
Description comes from default description for Radsec on Wikipedia and description of RADIUS protocol. More information, if required, at RFC6614
  • Loading branch information
spaetow authored and erig0 committed Sep 10, 2024
1 parent 371f5a2 commit 01546d0
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/Makefile.am
Original file line number Diff line number Diff line change
@@ -297,6 +297,7 @@ CONFIG_FILES = \
services/puppetmaster.xml \
services/quassel.xml \
services/radius.xml \
services/radsec.xml \
services/rdp.xml \
services/redis-sentinel.xml \
services/redis.xml \
6 changes: 6 additions & 0 deletions config/services/radsec.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<service>
<short>Radsec</short>
<description>Radsec (RFC6614) is a protocol for transporting Remote Authentication Dial In User Service (RADIUS) datagrams over TCP and TLS. If you plan to provide a Radsec service (e.g. with FreeRADIUS, radsecproxy or Radiator), enable this option.</description>
<port protocol="tcp" port="2083"/>
</service>
1 change: 1 addition & 0 deletions po/POTFILES.in
Original file line number Diff line number Diff line change
@@ -223,6 +223,7 @@ config/services/pulseaudio.xml
config/services/puppetmaster.xml
config/services/quassel.xml
config/services/radius.xml
config/services/radsec.xml
config/services/rdp.xml
config/services/redis-sentinel.xml
config/services/redis.xml

0 comments on commit 01546d0

Please sign in to comment.