Confluence 5.2 のサポートは終了しています。
ドキュメントの最新バージョンを確認してください。
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 設定が正しく設定されていない
On this page:
外部ユーザー ディレクトリへの接続のトラブルシューティング
Confluence の外部ディレクトリの設定画面には、「設定のテスト」ボタンがあります。これは Active Directory およびその他の LDAP サーバーのユーザー管理の問題を診断するのに役立ちます。
ディレクトリの接続をテストする方法
- Choose the cog icon at top right of the screen, then choose Confluence Admin.
- Click 'User Directories' in the left-hand panel.
- 関連するディレクトリを編集します。
- 「設定のテスト」をクリックします。
- テストの結果は画面の最上部に表示されます。
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
- After enabling both the above, please attempt a Confluence LDAP account login and attach a copy of the log files that are produced when the problem occurs. To do this, locate your install directory or exploded WAR directory, then zip the full
/logs
subdirectory into a single file for us to examine.The logs subdirectory is located in your Confluence Home directory.
関連トピック
Troubleshooting Problems and Requesting Technical Support
Configuring User Directories