Strange error in HPUX 1.6.16 SVN client
From: Engebakken Geir <geir.engebakken_at_edb.com>
Date: Mon, 29 Aug 2011 09:43:23 +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"
|
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.