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

RE: Strange error in HPUX 1.6.16 SVN client - SOLVED

From: Engebakken Geir <geir.engebakken_at_edb.com>
Date: Tue, 30 Aug 2011 09:41:57 +0200

No replies to this error but I may enlighten any other users with the same problem. The cause is HPUX getpass() function that limits password lengths to 8 characters. A workaround seems to be to recompile APR , and force APR to use internal getpass function. Ref this post :

http://marc.info/?l=apr-dev&m=127728994332622

Geir

Note : All inquiries regarding Subversion, MKS and general Development servers should be directed to "EDB SourceControl System"

From: Engebakken Geir [mailto:geir.engebakken_at_edb.com]
Sent: 29. august 2011 09:43
To: users_at_subversion.apache.org
Subject: Strange error in HPUX 1.6.16 SVN client

We tried installing a SVN 1.6.16 client on a HPUX platform. We had to install some packages missing for /dev/random and also a SSL upgrade but it seemed to work in the end. The client ran ok and contacted our SVN server over https which tried to authorize the user against our LDAP server. The strange thing was that we got a "password mismatch" error from LDAP.

We ran the client like this :

svn info <repos-path>

And were prompted for password (userid I guess was picked from the logged in id), anyway on the server log the username was shown correctly.

This error happened for all our users, but we found out after a lonnnng time a workaround :

svn info <repos-path> --username <user> --password <password>

This worked ok! And now we were prompted to store user/password in the .subversion folder, and it was cached ok for later use without suppling user/pw.

Now this is strange, anyone have an idea why this failed in the first place?

Geir

Note : All inquiries regarding Subversion, MKS and general Development servers should be directed to "EDB SourceControl System"
Received on 2011-08-30 09:42:47 CEST

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.