[7760] in Kerberos
Re: k5b6 telnetd on AIX
daemon@ATHENA.MIT.EDU (Doug Engert)
Mon Aug 12 18:59:41 1996
Date: Mon, 12 Aug 1996 17:50:12 -0500
From: Doug Engert <deengert@anl.gov>
To: Edward Zawacki <edz@uic.edu>
Cc: kerberos@MIT.EDU
Edward Zawacki wrote:
>
> I have compiled and installed k5b6 on AIX and I am now trying to
> connect to the kerberized telnetd from a PC running the k5b6
> windows code.
>
> I can get my ticket on the PC just fine now. However, when I try to
> telnet to the machine running the kerberos telnetd I get the following
> message displayed on my PC:
>
> Server not found in Kerberos database while authorizing
>
> On the AIX side, in rgy_edit I have:
Does this mean you are using DCE? rgy_edit is a DCE program, not K5.
>
> ark host/xxx.yyy.uic.edu
> xst xxx.yyy.uic.edu host
>
> and copied the file to /etc/v5srvtab. I also updated inetd.conf and restarted
> inetd. Non-kerberized telnet sessions work ok, but when I use the kerberized
> telnet on my PC it fails with the above message.
>
> Any help will be appreciated.
>
> Thanks
> Ed Zawacki
Here is what I use on the AIX 4.1.4 side:
/etc/inetd.conf:
ktelnet stream tcp nowait root /krb5/sbin/telnetd telnetd -a user
We defined ktelnet at a different port mostly for testing.
/etc/services:
ktelnet 545/tcp # Kerberized telnet v4/v5
The /krb5/v5srvtab has an entry for host/full.host.name
and there is a link from /etc/v5srvtab->/krb5/v5srvtab
(K5 defaults to /etc, DCE defaults to /krb5)
The telnet.exe is running on Windows 95 at home and telnetd on the AIX
4.1.4 system at work.
Doug Engert