Determining Which Application a User is Logging in From

お困りですか?

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

コミュニティに質問

プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。

Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Fisheye および Crucible は除く

問題

A user is attempting to log in over and over with invalid credentials.  This is probably an automated process, and needs to be found.  We don't even know which application they are trying to log in to. 

atlassian-crowd.log に次のメッセージが出力される。

2018-05-23 16:17:29,037 http-nio-8095-exec-15 INFO [crowd.manager.application.ApplicationServiceGeneric] Invalid credentials for user baduser in directory Support Crowd server (131073), aborting

ソリューション

We can enable some additional logging that will show which connected Application the user is attempting to log in from.

  • On the Logging and Profiling page in Crowd, add DEBUG logging for the following package:

    com.atlassian.crowd.manager.application.ApplicationServiceGeneric
  • Next time the user attempts to log in, there will be an additional message showing which application they came from:

    2018-05-23 16:19:47,524 http-nio-8095-exec-17 DEBUG [crowd.manager.application.ApplicationServiceGeneric] Trying to authenticate user baduser in directory Support Crowd server (131073) for application confluence663
最終更新日 2018 年 5 月 23 日

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

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