summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Lockert <tholo@cvs.openbsd.org>1995-12-17 18:39:08 +0000
committerThorsten Lockert <tholo@cvs.openbsd.org>1995-12-17 18:39:08 +0000
commitce61304de0a2b48fb6f33ea84c91b89d8b97621a (patch)
treebd603e94029eb3334039071b5277e39cb3eda77f
parent9fb54ebb767ed1b78b0120a51fa8f84d038c0cb0 (diff)
Enable non-master kerberos services by default
-rw-r--r--etc/inetd.conf8
-rw-r--r--etc/services12
2 files changed, 10 insertions, 10 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf
index f70c4b31b74..8e999f59331 100644
--- a/etc/inetd.conf
+++ b/etc/inetd.conf
@@ -28,9 +28,9 @@ chargen dgram udp wait root internal
daytime dgram udp wait root internal
time dgram udp wait root internal
# Kerberos authenticated services
-#klogin stream tcp nowait root /usr/libexec/rlogind rlogind -k
-#eklogin stream tcp nowait root /usr/libexec/rlogind rlogind -k -x
-#kshell stream tcp nowait root /usr/libexec/rshd rshd -k
+klogin stream tcp nowait root /usr/libexec/rlogind rlogind -k
+eklogin stream tcp nowait root /usr/libexec/rlogind rlogind -k -x
+kshell stream tcp nowait root /usr/libexec/rshd rshd -k
# Services run ONLY on the Kerberos server
#krbupdate stream tcp nowait root /usr/libexec/registerd registerd
#kpasswd stream tcp nowait root /usr/libexec/kpasswdd kpasswdd
@@ -38,6 +38,6 @@ time dgram udp wait root internal
#mountd/1 dgram rpc/udp wait root /sbin/mountd mountd
rstatd/1-3 dgram rpc/udp wait root /usr/libexec/rpc.rstatd rpc.rstatd
rusersd/2-3 dgram rpc/udp wait root /usr/libexec/rpc.rusersd rpc.rusersd
-#walld/1 dgram rpc/udp wait root /usr/libexec/rpc.rwalld rpc.rwalld
+#walld/1 dgram rpc/udp wait root /usr/libexec/rpc.rwalld rpc.rwalld
#sprayd/1 dgram rpc/udp wait root /usr/libexec/rpc.sprayd rpc.sprayd
#rquotad/1 dgram rpc/udp wait root /usr/libexec/rpc.rquotad rpc.rquotad
diff --git a/etc/services b/etc/services
index c15bfddfcda..edcee894631 100644
--- a/etc/services
+++ b/etc/services
@@ -8,7 +8,7 @@
# are included, only the more common ones.
#
# from: @(#)services 5.8 (Berkeley) 5/9/91
-# $Id: services,v 1.1 1995/10/18 08:37:57 deraadt Exp $
+# $Id: services,v 1.2 1995/12/17 18:39:05 tholo Exp $
#
tcpmux 1/tcp # TCP port service multiplexer
echo 7/tcp
@@ -51,8 +51,8 @@ finger 79/tcp
www 80/tcp http # WorldWideWeb HTTP
www 80/udp # HyperText Transfer Protocol
link 87/tcp ttylink
-kerberos 88/tcp krb5 # Kerberos v5
-kerberos 88/udp
+#kerberos 88/tcp krb5 # Kerberos v5
+#kerberos 88/udp
supdup 95/tcp
# 100 - reserved
hostnames 101/tcp hostname # usually from sri-nic
@@ -164,13 +164,13 @@ rfe 5002/udp # Actually uses UDP only
#
# Kerberos (Project Athena/MIT) services
# Note that these are for Kerberos v4, and are unofficial. Sites running
-# v4 should uncomment these and comment out the v5 entries above.
+# v5 should comment these out and uncomment the v5 entries above.
#
klogin 543/tcp # Kerberos `rlogin'
kshell 544/tcp krcmd # Kerberos `rsh'
kerberos-adm 749/tcp # Kerberos `kadmin' (v5)
-#kerberos 750/udp kdc # Kerberos (server) udp
-#kerberos 750/tcp kdc # Kerberos (server) tcp
+kerberos 750/udp kdc # Kerberos (server) udp
+kerberos 750/tcp kdc # Kerberos (server) tcp
krbupdate 760/tcp kreg # Kerberos registration
kpasswd 761/tcp kpwd # Kerberos `passwd'
eklogin 2105/tcp # Kerberos encrypted `rlogin'