Unable to log in due to disabled Internal Directory (Confluence 3.5 and later)

お困りですか?

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

コミュニティに質問

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

問題

Users are unable to log in.

原因

The internal directory has been disabled, and external user management sources are unavailable. Generally, disabling the internal user management is not allowed, but it's possible from a failed upgrade, a bug in a plugin, or some unknown cause.

ソリューション

  1. Use a native client to connect to your database
  2. 次の SQL を実行します。

    UPDATE cwd_directory SET active = 'T';
    

    (info) The value of 'T' may need to be changed to match the 'true' value in your database. The above is for PostgreSQL.

  3. Restart Confluence and all the user directories will be enabled.
最終更新日: 2016 年 2 月 26 日

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

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