Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Login with password wrong block active directory after one attempt

 Hi..

Normally my enterprise account is blocked after 3 attempt to login with wrong password.
If I use jazz rtc java api and try to login with my enterprise account and wrong password the account is blocked after only one attempt.
Why? Is there some autoretry mechanism?

0 votes



3 answers

Permanent link

RTC does nothing on that level. That is all done in the LDAP system. 


Having said that, I think I have had something similar with the Jazz.net authentication and the Eclipse client. So I would assume that there is some auto retry in the Java Client API, but I am not totally sure.

0 votes


Permanent link

If you're using TeamRepository.login(), then yes it retries 3 times. The code looks like this

            for (int i = 1; i <= LOGIN_RETRIES; i++) {
                synchronized (lock) {
            ......
 
LOGIN_RETRIES is a constant with value 3.

0 votes


Permanent link

 Bad, bad choice...

Is possible disable retrie or modify value to 1 ?

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 12,014
× 30
× 3
× 1

Question asked: May 15 '17, 5:29 p.m.

Question was seen: 2,808 times

Last updated: May 17 '17, 2:33 a.m.

Confirmation Cancel Confirm