summaryrefslogtreecommitdiffstats
path: root/etc/services
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1998-05-23 07:52:17 +0000
committerphk <phk@FreeBSD.org>1998-05-23 07:52:17 +0000
commit07b3a94c263db6830ad10c1c254943660ba501e6 (patch)
tree3cd0be513ccfb1a051314f6ccc86304d3ccc8bd8 /etc/services
parent865799a2ee583da05f94de7606e289c4918843ed (diff)
downloadFreeBSD-src-07b3a94c263db6830ad10c1c254943660ba501e6.zip
FreeBSD-src-07b3a94c263db6830ad10c1c254943660ba501e6.tar.gz
RADIUS was originally coded to use ports 1645 (radius) and
1646 (radacct), but RFC's 2138 and 2139 define new ports for RADIUS and RADIUS accounting, namely 1812 and 1813 respectively. FreeBSD 2.2.6 uses the old radacct port, but the new radius port, which is a bit silly. PR: 6712 Reviewed by: phk Submitted by: Nick Hilliard <nick@foobar.org>
Diffstat (limited to 'etc/services')
-rw-r--r--etc/services4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/services b/etc/services
index 32ab76c..2503a1c 100644
--- a/etc/services
+++ b/etc/services
@@ -9,7 +9,7 @@
# Kerberos services are for Kerberos v4, and are unofficial. Sites running
# v5 should uncomment v5 entries and comment v4 entries.
#
-# $Id: services,v 1.46 1998/04/18 10:27:08 brian Exp $
+# $Id: services,v 1.47 1998/05/08 20:40:15 phk Exp $
# From: @(#)services 5.8 (Berkeley) 5/9/91
#
# WELL KNOWN PORT NUMBERS
@@ -1333,7 +1333,6 @@ pciarray 1552/tcp
pciarray 1552/udp
issd 1600/tcp
issd 1600/udp
-radacct 1646/udp
nkd 1650/tcp
nkd 1650/udp
shiva_confsrvr 1651/tcp
@@ -1366,6 +1365,7 @@ netview-aix-12 1672/tcp
netview-aix-12 1672/udp
pptp 1723/tcp #Point-to-point tunnelling protocol
radius 1812/udp #RADIUS authentication protocol (RFC 2138)
+radacct 1813/udp #RADIUS accounting protocol (RFC 2139)
licensedaemon 1986/tcp #cisco license management
licensedaemon 1986/udp #cisco license management
tr-rsrb-p1 1987/tcp #cisco RSRB Priority 1 port
OpenPOWER on IntegriCloud