External user authentication is not working correctly for new users

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

症状

After adding some new users to the AD infrastructure, making sure that these accounts work fine elsewhere and are shown up properly under Administration > Users page, these users cannot login. Bamboo logs include this type of error messages:

2012-10-24 10:59:20,447 INFO [qtp63370617-11] [DefaultAuthenticator] login : 'user5' does not exist and cannot be authenticated.
2012-10-24 10:59:20,448 WARN [qtp63370617-11] [DefaultAuthenticator] login : 'user5' tried to login but they do not have USE permission or weren't found. Deleting remember me cookie.

原因

Bamboo cache is corrupted.

ソリューション

  1. Check the Crowd group that Bamboo installation is using and make sure the user that can't login is in that group, otherwise, add the user and try to login again.
  2. Stop Bamboo, run this SQL query against your Bamboo database, start Bamboo again and ask your user to log in again:

    DELETE FROM AUTH_ATTEMPT_INFO;
  3. Shut down the Bamboo instance, delete BAMBOO_HOME/caches directory, start the Bamboo instance.
最終更新日 2018 年 6 月 1 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.