[2466] in Kerberos
Re: Moira client
daemon@ATHENA.MIT.EDU (Alan Crosswell)
Mon Dec 14 17:42:15 1992
Date: Mon, 14 Dec 1992 21:32:14 GMT
From: alan@curta.cc.columbia.edu (Alan Crosswell)
To: kerberos@shelby.Stanford.EDU
In article <1992Dec10.234739.9133@ericsson.se> monica@netman.ericsson.se
(Monica Bouchibane) writes:
> I'm trying to include Moira (SMS) in our kerberized environment,
> but I'm having some problems with the moira client(s)
>
> The serverside seems to be running OK, but whenever I try to start
> the client (moira, dcmmaint, listmaint....) I have mainly two things
> showing up.
> .....moira: Kerberos error: Can't decode authenticator
> .....Authorization failed -- please run kinit
> .....Exit 1
>
> or
>
> .....gdb: g_try_connecting... 'moira.netman:sms_db' is not a valid
host:server
> .....moira: Can't connect to Moira server
> .....Connection to Moira server failed
> .....Exit 1
>
> I've tried different 'styles' of the env variable MOIRASERVER, but he doesn't
> like anything.
>
> Don't know if the database need some additional information
> Kerberos server needs something more/else
>
> Errors when I compiled the package.
>
> I've 'followed' the documentation , but I'm not able to find any answers in
there for this 'last' :-) thing.
>
> ANY!!!!! information would, as usual, be highly appreciated.
>
> /Monica Bouchibane
>
>
>
> --
> + Monica Bouchibane EMAIL: monica@ericsson.se +
> + Ericsson Data Services PHONE: +31 (0)1612 29473 +
> + Rijen, The Netherlands FAX: +31 (0)1612 27160 +
Check for principal name 'moira' vs. 'sms.' As I recall, there are a couple
places in the code where these are used interchangeably. This is probably
because after the code had been called sms for a while, they decided to
rename it Moira and some of the code still refers to it the old way. The
easy fix is to create two princpals: "moira.myserver" and "sms.myserver" with
the same key.
/a