[5808] in Kerberos
Re: /etc/services
daemon@ATHENA.MIT.EDU (skendric)
Thu Aug 31 19:42:47 1995
To: kerberos@MIT.EDU
Date: 31 Aug 1995 22:47:08 GMT
From: skendric@fhcrc.org (skendric)
I also notice that Studarus' /etc/services includes port 13135 instead
of port 906 for "sample", per the manual, e.g.
sample 13135/tcp
sample 13135/udp
Why? Port 13135 doesn't work for me "Connection refused", clearly
sserver is using port 906.
--sk
Stuart Kendrick
Network Admin
FHCRC
In article <425dq4$i8h@mule.fhcrc.org>
skendric@fhcrc.org (skendric) writes:
> I notice that John Studarus' Unofficial Kerberos Documentation page
> (http://pscinfo.psc.edu/~studarus/Kerberos/services.html) includes the
> following for inclusion in /etc/services.
>
> kerberos 88/udp kdc
> kerberos 88/tcp kdc
> kerberos5 88/udp kdc
> kerberos5 88/tcp kdc
>
> If I include this section in /etc/services, I see the following when I
> try to start the Kerberos daemon:
>
> # /opt/krb5/sbin/krb5kdc &
> 22356
> # krb5kdc: kerberos5/udp service unknown
>
> krb5kdc: Unknown code kdc5 1 while initializing network
>
> If I comment out the first two lines, e.g.
> #kerberos 88/udp kdc
> #kerberos 88/tcp kdc
> kerberos5 88/udp kdc
> kerberos5 88/tcp kdc
>
> then krb5kdc raises without error messages.
>
> What price am I paying for not running with the two vanilla "kerberos"
> entries?
>
> --sk
>
> Stuart Kendrick
> Network Admin
> FHCRC