[4377] in Kerberos
Can you help me with kerberos V4 operation on SunOS41?
daemon@ATHENA.MIT.EDU (Ana Clara Pinto)
Mon Dec 19 15:32:38 1994
Date: Mon, 19 Dec 94 18:01:36 EDT
From: anaclara@inf.ufrgs.br (Ana Clara Pinto)
To: kerberos@MIT.EDU
Cc: anaclara@inf.ufrgs.br
> Hi,
>
> I have the system SunOS 4.1 and I'm implementing the version Kerberos v4
> from ftp.funet.fi (ebones-p9). I built and installed this system; I created and
> inicialized the master database; I added services to /etc/services:
> kerberos_master 751/udp # Kerberos authentication
> kerberos 750/udp kdc # Kerberos authentication--udp
>
> but when I start the kerberos server (kerberos.c), there is one problem
> with the bind of socket:
> ...
> if (bind(f, &sin, S_AD_SZ, 0) < 0)
> ...
> 3 anaclara@poncho: ./kerberos&
> [1] 799
> 4 anaclara@poncho: Kerberos server starting
> Sleep forever on error
> Log file is /kerberos/kerberos.log
> ../kerberos: Can't bind socket <------------------- error
>
> [1] Exit 1 ./kerberos
>
> Someone told me that the problem is because my Sun socket version has only
> three parameters:
> int socket(domain, type, protocol).
>
> Do you know something about this?? Do you know someone who use kerberos IV
> on SunOS 4.1??
>
> Thanks for your aid.
>
> Greatings.
>
> Ana Clara
> anaclara@inf.ufrgs.br
>
>