Thank you!
In C:\Windows\System32\config\systemprofile\AppData\Roaming\ we found the auth cache of SVN.
Rüdiger
Gesendet: Dienstag, 27. März 2012 um 11:46 Uhr
Von: "Wannes Sels" <[email protected]>
An: [email protected]
Betreff: Re: SVN authentication order
Von: "Wannes Sels" <[email protected]>
An: [email protected]
Betreff: Re: SVN authentication order
Most SVN clients will try cached authentication credentials found in %APPDATA%\Subversion\auth.
Running as a user this would be
C:\Users\<username>\AppData\Roaming\
For services running as local system have a look in
C:\Windows\System32\config\systemprofile\AppData\Roaming\
This might be different depending on your windows version.
--
Wannes Sels
Running as a user this would be
C:\Users\<username>\AppData\Roaming\
For services running as local system have a look in
C:\Windows\System32\config\systemprofile\AppData\Roaming\
This might be different depending on your windows version.
--
Wannes Sels
On Tue, Mar 27, 2012 at 11:31, Tolotos <[email protected]> wrote:
Hello,
we have a mysterious behavior with the svn authentication of jenkins
1.456.
If the hosting tomcat is running as a service with the windows system
account the svn authentication is taken first with a wrong user and
second with the configured user. If the hosting tomcat is running as a
other windows user the svn authentication is only done once with the
configured user name.
Why is jenkins using an unconfigured user name and from which place is
he taken the wrong user name?
Can some one of the developers help?
Yours Rüdiger
