ピープル ディレクトリを隠す
Confluence セキュリティを設定する
- Confluence のセキュリティの概要とアドバイザリ
- Confluence のクッキー
- セキュアな管理者セッションを設定する
- 不正ログイン攻撃対策としての Fail2Ban の利用
- Apache を利用して Confluence を保護する方法
- トラックバックと外部参照元
- Confluence のセキュリティ設定のベスト プラクティス
- ピープル ディレクトリを隠す
- スパム対策のための Captcha (キャプチャ) 設定
- 検索エンジンから外部リンクを非表示にする
- ログイン失敗に対する Captcha 設定を行う
- XSRF 保護を設定する
- ユーザーのメール アドレスの表示方法
- リモート API への匿名アクセス
- SSL または HTTPS 上で Confluence を実行する
- SSL 経由で LDAP、 JIRA アプリケーション、または他のサービスに接続する
- RSS フィードの設定
- 迷惑メールの防止とクリーンアップを行う
このページの内容
関連コンテンツ
- 関連コンテンツがありません
The People Directory provides a list of all users in your Confluence system.
If you need to disable the People Directory set the following system properties on your application server command line:
- To disable the People Directory for anonymous users:
-Dconfluence.disable.peopledirectory.anonymous=true
- 全ユーザー ディレクトリを無効化するには:
-Dconfluence.disable.peopledirectory.all=true
This workaround will prevent the People directory from appearing on the dashboard, but if you navigate to the profile of a user, and then click on the "People" in the breadcrumb link (Dashboard >> People >> FullName >> Profile) or you go to the URL directly <CONFLUENCE_INSTALL>/browsepeople.action
, you will be able to access the people directory.
これを回避するには、Apache Web サーバーを Confluence の前に配置し、リクエストをこの URL にリダイレクトします。
最終更新日: 2015 年 12 月 2 日
関連コンテンツ
- 関連コンテンツがありません
Powered by Confluence and Scroll Viewport.