bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 8 character password limit


From: Larry Jones
Subject: Re: 8 character password limit
Date: Fri, 7 Sep 2001 11:30:49 -0400 (EDT)

Derek R. Price writes:
> 
> Has anyone ever seen a problem with CVS handling passwords longer than 8
> characters?  I found a message in the archives which references a
> problem Larry Jones said he fixed some time ago but which he said only
> occurred on Sun servers and I have definitely encountered this problem
> accessing a 1.10.7 CVS server, I think it was, running on Linux, but
> I never had shell access to the server so I couldn't study the install.

The problem on Sun is that the getpass() library routine only accepts a
maximum of eight characters, even though passwords can be much longer
than that.  There's a completely different routine -- getpassphrase() --
that you have to use to get longer passwords.  I don't think that has
any relation to the problem you saw.

It's the client that prompts for the password, so there's a problem if
the server supports longer passwords than the client -- the client will
truncate the password to its maximum length.

-Larry Jones

Hey!  What's the matter?  Can't you take a joke?!  It was a JOKE! -- Calvin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]