[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: cvs gserver & heimdal
At 05:03 AM 2/16/00 +0100, Assar Westerlund wrote:
>"Kurt D. Zeilenga" <Kurt@OpenLDAP.Org> writes:
>> I get this if I have an expired ticket. I've been too busy with
>> other things to fix it... just type "rm cvs.core; kinit; !!"
>
>The problem is that you can never get errors back from the cvs
>server. It's error message gets printed in ascii on the socket when
>the client is expecting a GSS token. Fixing this requires some
>re-write of that part of the cvs code, and as far as I can tell,
>there's no one working on it. :-(
Yeah... I'd be happy if the cvs client would just print a nasty
gram and quit rather than abort'ing via an assert().
>and as far as I can tell, there's no one working on it. :-(
Well, our plates are only so big. One of these days it will
piss me off enough to fix... but, I have to admit, my pain
threshold is pretty high.
>The error reporting in the gssapi-part of cvs sucks.
>Can you send me the cvs-line from inetd.conf?
cvspserver stream tcp nowait root /usr/local/bin/cvs cvs --allow-root=/repo/OpenLDAP pserver
(note: pserver provides gserver)