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

Strange error in HPUX 1.6.16 SVN client

From: Engebakken Geir <geir.engebakken_at_edb.com>
Date: Fri, 26 Aug 2011 16:22:58 +0200

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-26 16:24:07 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.