[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Odd problem with hpux and http authentication

From: Joe Orton <joe_at_manyfish.co.uk>
Date: 2004-09-03 11:05:50 CEST

On Thu, Sep 02, 2004 at 04:02:07PM -0400, Kasia Trapszo wrote:
> We're using web_dav and ntlm authentication (with fallback to basic) for
> our subversion setup. It works perfectly fine from windows, linux and
> solaris clients -- but hpux clients refuse to authenticate.
>
> Debugging this problem, it appears that hpux is encrypting the
> authorization header differently. Same username/password combination:

Oh, it occurred to me: this is probably because APR is using the native
HP-UX getpass(), which only accepts 8 character passwords, and your
password is longer than 8 characters - this problem cropped up before
with Solaris.

You should be able to force use of APR's getpass() replacement by
setting "export ac_cv_func_getpass=no" before you run configure.

joe

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Sep 3 11:06:18 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.