diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-01-18 22:38:34 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-01-18 22:38:34 +0000 |
commit | 6bb83fd4f02325a8c14cd316e3d54536a3e87e91 (patch) | |
tree | 4a02a7920be572fb69e4374de53dc9e423199951 /etc/services | |
parent | ff26659ebae5aa12224737fd8b9f9c03ab421bb2 (diff) |
Fix RADIUS ports, per RFCs 2865/2866 (linuxfreak@partition.com)
Diffstat (limited to 'etc/services')
-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 |