Discussion:
TortoiseSvn and account locked
Erwan
2014-09-03 07:15:27 UTC
Permalink
Hi.

In my society we work with TortoiseSvn (1.6 and 1.7) on windows XP and 7.

Our policy is: each user must change his password every month and if a user fills a wrong password 3 times, the account is lock.
So, when a user change is password, TortoiseSvn displays a pop up to ask the new password. Sometimes, TortoiseSvn does not ask for the new password and try (several times) to make a connection to SVN and lock the account.

Did someone experienced this problem and how did you solved it?

For your information, we do not set proxy and SSH client in tortoiseSvn settings.

Thanks for any feedback on this issue

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3087824

To unsubscribe from this discussion, e-mail: [dev-***@tortoisesvn.tigris.org].
Gunter Koenigsmann
2014-09-03 17:54:59 UTC
Permalink
I did have this problem only with the commit monitor (which is a
separate program and will successively fail with all repos it has to
watch, each time with a password error) and Subclipse/Subversive
(ditto.).
I still might have kind of a solution: Since I am using the commit
monitor after changing the password before doing anything with Tsvn I
right-click on a random folder, go into Tsvn's settings and tell it to
forget all passwords in the "saved data" tab.
What I did have was an user whose Tsvn seemed from time to time to use
the wrong username with the wrong repo. But I hope the last update has
handled that.

Perhaps upgrading the *server* (or more specifically the program that
handles the authentification) might fix the problem: To me it sounds
like the server doesn't tell Tsvn that the failure of the connection is
based by a wrong password which would make it natural to retry to
establish a connection.

Kind regards,

Gunter.



Gunter Königsmann
R&D

Tel: +49 911-6559-6025
Fax: +49 911-6559-776747

www.semikron.com
***@semikron.com

SEMIKRON Elektronik GmbH & Co. KG
Sigmundstrasse 200, 90431 Nürnberg, Germany
Amtsgericht Nürnberg HRA 13650
Komplementär:
SEMIKRON Elektronik Verwaltungs GmbH
Amtsgericht Nürnberg HRB 21338
Geschäftsführer:
Harald Jäger
Christian Müller
Peter Sontheimer
Hi.

In my society we work with TortoiseSvn (1.6 and 1.7) on windows XP and
7.

Our policy is: each user must change his password every month and if a
user fills a wrong password 3 times, the account is lock.
So, when a user change is password, TortoiseSvn displays a pop up to ask
the new password. Sometimes, TortoiseSvn does not ask for the new
password and try (several times) to make a connection to SVN and lock
the account.

Did someone experienced this problem and how did you solved it?

For your information, we do not set proxy and SSH client in tortoiseSvn
settings.

Thanks for any feedback on this issue

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3087824

To unsubscribe from this discussion, e-mail:
[dev-***@tortoisesvn.tigris.org].


IMPORTANT NOTICE - The contents of this email and attachments are
confidential. If you are not the intended recipient you must not use,
copy, distribute or rely on this email and should please return it
immediately or notify us by telephone. While we take every reasonable
precaution to screen out computer viruses from emails, attachments to
this email may contain such viruses. We cannot accept liability for loss
or damage resulting from such viruses. The integrity of email across
the Internet cannot be guaranteed and SEMIKRON will not accept liability
for any claims arising as a result of the use of this medium for
transmissions by or to SEMIKRON.

______________________________________________________________________
This email has been scanned by the Symantec Email Security.cloud service.
______________________________________________________________________

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3087843

To unsubscribe from this discussion, e-mail: [dev-***@tortoisesvn.tigris.org].
Erwan
2014-09-04 07:47:26 UTC
Permalink
Hello.

Whar it is strange in my case is that it do not happen all the time that i change my password but just sometimes.

I will have a look on upgrade.

Thank you

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3087886

To unsubscribe from this discussion, e-mail: [dev-***@tortoisesvn.tigris.org].
Stefan Küng
2014-09-03 20:15:46 UTC
Permalink
Post by Erwan
Hi.
In my society we work with TortoiseSvn (1.6 and 1.7) on windows XP and 7.
Our policy is: each user must change his password every month and if
a user fills a wrong password 3 times, the account is lock. So, when
a user change is password, TortoiseSvn displays a pop up to ask the
new password. Sometimes, TortoiseSvn does not ask for the new
password and try (several times) to make a connection to SVN and
lock the account.
TSVN should always ask for authentication if it fails with the stored
authentication.

Only if you would change the password while a dialog is open, then it
would not ask again.

Also, three failed authentications is maybe a bit low: When starting the
repository browser, TSVN issues multiple svn commands with each one
requiring authentication.
Post by Erwan
For your information, we do not set proxy and SSH client in
tortoiseSvn settings.
If you really require password changes that often, maybe looking into
using SSPI (formerly known as NTLM) authentication with a windows domain
would be a very good alternative: then users are authenticated using the
windows logon credentials, so it's always correct.

Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest interface to (Sub)version control
/_/ \_\ http://tortoisesvn.net

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3087859

To unsubscribe from this discussion, e-mail: [dev-***@tortoisesvn.tigris.org].
Erwan
2014-09-04 07:45:16 UTC
Permalink
Thank you for the reply, I will have a look on it.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3087885

To unsubscribe from this discussion, e-mail: [dev-***@tortoisesvn.tigris.org].
Loading...