[7389] in Kerberos
Help - kerberos5B5 & Terminal server
daemon@ATHENA.MIT.EDU (William Hartley)
Mon Jun 3 16:59:30 1996
Date: Mon, 3 Jun 1996 16:05:27 -0400 (EDT)
From: William Hartley <whartley@eagle.call.gov>
To: kerberos@MIT.EDU
I am trying to get kerberos5B5 on a SPARC (Solaris 2.5) to work with a
Synoptics Terminal Server - not having much luck and am looking for
any suggestions / help.
Kinit, kdestroy and klist all work from the SPARC. However, when I attempt
to do a login from a dial in to the terminal server, the login fails.
The userid is entered and I am prompted 3 times for the password, then I
am logged out. The krb5.log file shows the following entry.
Jun 3 15:07:49 [kerberosHost] krb5kdc[13967]: PROCESS_V4:Initial
ticket request Host: xxx.xx.xx.x User: "whartley" ""
To compile kerberos, I did the following:
Ran ./configure and make accepting the defaults and placing the source
files in /krb5/src. Kerberos was compiled with Sun's cc with and
./configure --with-krb4 selected (I believe this is needed to support the
Synoptics Terminal Server. Bay Networks could not give many details on the
call to kerberos that the T/S makes), a few warnings occurred during
compile but no fatal errors.
I did have to make a link to the config directory from the parent of src
and also from ./appl to get the make install to work, otherwise the make
error'd out with could not find 'install-sh'.
Dejagnu tests ran with 20 passes and 2 not tested - then it fails with:
Error Code 1 make: Fatal error: Command failed for target'check-runtest'
Current working directory /krb5/src/tests/dejagnu
When it fails, this error appears in the console window.
krb5kdc[14877]: Address already in use while trying to bind secondary
server socket
Lenny's instructions for setting up the v5srvtab file were followed and
both krb5.conf and the acl file placed in the /etc directory.
The terminal server was configured to point to the UNIX box for the
Kerberos Master and Primary Server and I accepted Port 750 as the Kerberos
Port Number.
/etc/services was edited for kerberos as:
kerberos 88/udp kdc
kerberos 88/tcp kdc
kerberos5 88/udp kdc
kerberos5 88/tcp kdc
kerberos4 750/udp
kerberos4 750/tcp
kerberos-sec 750/udp
kerberos-sec 750/tcp
Any and all help will be greatly appreciated. From all the docs - this
should be a simple compile and install.
TIA, Bill