> For the complete documentation index, see [llms.txt](https://docs.keeper.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keeper.io/keeperpam/jp/privileged-access-manager/password-rotation/rotation-use-cases/local-network.md).

# ローカルネットワーク

![](/files/lFPcDJXnX1DkVQ49dfN7)

## 概要 <a href="#overview" id="overview"></a>

本セクションでは、ローカルネットワーク環境において、さまざまな対象システムのユーザー認証情報をローテーションする方法を取り扱います。

ここでいう「ローカルネットワーク」とは、Keeperゲートウェイからネットワーク的に直接アクセスできるリソースを指します。この構成はクラウド環境やマネージド環境を含む任意の環境で利用でき、対象リソースとの通信およびパスワードのローテーションには各リソースのネイティブプロトコルを使用します。

## セットアップ手順 <a href="#setup-steps" id="setup-steps"></a>

ネットワーク上でパスワードをローテーションするには、おおむね以下の手順が必要です。

1. ローテーションに使用するPAMレコードを格納する共有フォルダを作成
2. 各リソースを表すPAMマシン、PAMデータベース、PAMディレクトリの各レコードを作成
3. 各リソースに必要なアカウント認証情報を含むPAMユーザーレコードを作成
4. PAMユーザーレコードをPAMリソースレコードにリンク
5. PAMレコードを格納しているすべての共有フォルダにKeeperシークレットマネージャーアプリケーションを割り当て
6. Keeperゲートウェイをインストールし、Keeperシークレットマネージャーアプリケーションに追加
7. ローカルネットワーク環境設定でPAM構成を作成
8. PAMユーザーレコードでローテーション設定を構成

### 活用事例 <a href="#use-cases" id="use-cases"></a>

* [Active DirectoryまたはOpenLDAPユーザー](/keeperpam/jp/privileged-access-manager/password-rotation/rotation-use-cases/local-network/active-directory.md)
* [Windowsユーザー](/keeperpam/jp/privileged-access-manager/password-rotation/rotation-use-cases/local-network/windows-user.md)
* [Linuxユーザー](/keeperpam/jp/privileged-access-manager/password-rotation/rotation-use-cases/local-network/linux-user.md)
* [macOSユーザー](/keeperpam/jp/privileged-access-manager/password-rotation/rotation-use-cases/local-network/macos-user.md)
* [データベース](/keeperpam/jp/privileged-access-manager/password-rotation/rotation-use-cases/local-network/database.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.keeper.io/keeperpam/jp/privileged-access-manager/password-rotation/rotation-use-cases/local-network.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
