diff options
author | 2001-01-18 22:38:33 +0000 | |
---|---|---|
committer | 2001-01-18 22:38:33 +0000 | |
commit | 8bc1436f8660345cd1e6eae09d1fb36c6c7ffa22 (patch) | |
tree | 176ea8a2a76591375d6dceccc39fbe910d8c6a8d | |
parent | Only try VIA CLK66 bit code for VIA rev >= 6, (diff) | |
download | wireguard-openbsd-8bc1436f8660345cd1e6eae09d1fb36c6c7ffa22.tar.xz wireguard-openbsd-8bc1436f8660345cd1e6eae09d1fb36c6c7ffa22.zip |
Fix RADIUS ports, per RFCs 2865/2866 (linuxfreak@partition.com)
-rw-r--r-- | etc/services | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/etc/services b/etc/services index 95674f28e57..02f5280749b 100644 --- a/etc/services +++ b/etc/services @@ -1,4 +1,4 @@ -# $OpenBSD: services,v 1.24 2000/11/22 15:33:16 jakob Exp $ +# $OpenBSD: services,v 1.25 2001/01/18 22:38:33 angelos Exp $ # # Network services, Internet style # @@ -221,8 +221,10 @@ supfilesrv 871/tcp # SUP server rsync 873/tcp # rsync server cddb 888/tcp # Audio CD Database supfiledbg 1127/tcp # SUP debugging -radius 1645/udp # radius authentication -radacct 1646/udp # radius accounting +datametrics 1645/udp +sa-msg-port 1646/udp +radius 1812/udp # radius authentication +radacct 1813/udp # radius accounting webster 2627/tcp # Network dictionary webster 2627/udp canna 5680/tcp # Kana->Kanji server |