# ローカルネットワーク

<figure><img src="/files/dXhwaLjDrN4SWBMgKXs7" alt=""><figcaption></figcaption></figure>

## 概要

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

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

## セットアップ手順

ネットワーク上でパスワードのローテーションを正常に行うには、主に以下の手順が必要です。

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

## 活用事例

* [Active Directoryユーザー](/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: 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.
