Confluence 5.7 のサポートは終了しています。
ドキュメントの最新バージョンを確認してください。
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.
このような問題の原因は以下のとおりです。
Confluence の外部ディレクトリの設定画面には、「設定のテスト」ボタンがあります。これは Active Directory およびその他の LDAP サーバーのユーザー管理の問題を診断するのに役立ちます。
ディレクトリの接続をテストする方法
Please refer to our knowedge base articles for troubleshooting user management and login issues.
上記のリソースが有効ではない場合、下記に進みます。
Raise a support request and include the following information.
Raise a support request and include the following information.
Confluence にログインして管理コンソールにアクセスする
seraph-config.xml
または seraph-paths.xml
を変更している場合、変更したファイルを提供してください。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
/logs
ディレクトリは Confluence のホーム ディレクトリにあります。