This page gives guidelines on how to request help from the Atlassian support team if you are having problems with external user management. External user management includes connections to Active Directory, other LDAP servers, Atlassian Crowd or Atlassian JIRA for user management. The information on this page is provided in addition to the more general page on Troubleshooting Problems and Requesting Technical Support.

このような問題の原因は以下のとおりです。

  • LDAP サーバーが応答しない
  • アプリケーションパスワード適切に設定されていないため、LDAP サーバーまたは他のディレクトリが認証エラーを返す
  • その他の LDAP 設定が正しく設定されていない

外部ユーザー ディレクトリへの接続のトラブルシューティング

Confluence の外部ディレクトリの設定画面には、「設定のテスト」ボタンがあります。これは Active Directory およびその他の LDAP サーバーのユーザー管理の問題を診断するのに役立ちます。

ディレクトリの接続をテストする方法

  1. Choose the cog icon , then choose General Configuration under Confluence Administration
  2. Click 'User Directories' in the left-hand panel.
  3. 関連するディレクトリを編集します。
  4. 設定のテスト」をクリックします。
  5. テストの結果は画面の最上部に表示されます。

Please refer to our knowedge base articles for troubleshooting user management and login issues.

上記のリソースが有効ではない場合、下記に進みます。

初回セットアップ時の問題

Raise a support request and include the following information.

  • Download an LDAP browser to make sure you have the right settings in your LDAP directory. Atlassian recommends LDAP Studio. Include screenshots of your user and group DNs.
  • If you can start up Confluence and access the Administration Console, review your directory settings. See Connecting to an LDAP Directory. Attach screenshots of all your settings.

複雑な認証またはパフォーマンスの問題

Raise a support request and include the following information.

Confluence Server

Confluence にログインして管理コンソールにアクセスする

  • システム情報」画面のスクリーンショットを取得するか、ページを HTML として保存します。
  • ユーザーのログインに問題がある場合は、「グローバル権限」画面のスクリーンショットを取得します。
  • スペースやページの権限に問題がある場合は、関連するスペースの「スペース管理」に移動して「権限」画面のスクリーンショットを取得します。

Confluence 設定ファイル

  • カスタム認証を実装しているか、何らかの方法で seraph-config.xml または seraph-paths.xml を変更している場合、変更したファイルを提供してください。

ユーザー管理システム

  • LDAP サーバーの名前とバージョンを含めてください。
  • LDAP サーバーが動的または静的グループを使用していますか?
  • Review your directory settings. See Connecting to an LDAP Directory. Attach screenshots of all your settings.

診断

  • Enable profiling. See Performance Tuning.
  • confluence/WEB-INF/classes/log4j.properties を編集して、ユーザー管理の詳細なログ出力を有効化します。
    以下のセクションを変更します。

    ###
    # Atlassian User
    ###
    #log4j.logger.com.atlassian.user=DEBUG
    #log4j.logger.com.atlassian.confluence.user=DEBUG
    #log4j.logger.bucket.user=DEBUG
    #log4j.logger.com.atlassian.seraph=DEBUG
    #log4j.logger.com.opensymphony.user=DEBUG
    

    行頭の「#」記号を削除し、以下のようにします。

    ###
    # Atlassian User
    ###
    log4j.logger.com.atlassian.user=DEBUG
    log4j.logger.com.atlassian.confluence.user=DEBUG
    log4j.logger.bucket.user=DEBUG
    log4j.logger.com.atlassian.seraph=DEBUG
    log4j.logger.com.opensymphony.user=DEBUG
    
  • 上記の両方を有効化したあと、Confluence への LDAP アカウント ログインを試し、問題発生時に生成されたログ ファイルのコピーを添付してください。このためには、内部ディレクトリを確認し、アトラシアンでの調査用に /log ディレクトリ全体を1 つのファイルに zip 化します。/logs ディレクトリは Confluence のホーム ディレクトリにあります。
  • ラベルなし