# Keeperゲートウェイ 1.5.1

## 向上点とバグ修正 <a href="#improvements-and-bug-fixes" id="improvements-and-bug-fixes"></a>

* RBI接続が時々読み込まれない不具合に対処。
* Windowsサービス用の追加のユーザー名形式のサポートを追加。
* SSLポート (636) を使用するとトンネル経由のLDAP接続が突然切断される不具合を修正。
* 設定されたパスワードの複雑さのルールが無視される不具合を修正。
* OSフィールドで大文字と小文字が区別されない不具合を修正。
* Windowsのインストール中に誤ったCPUアーキテクチャが使用される不具合に対処。
* Windowsゲートウェイでのセッション録画に関する不具合に対処。
* ローカリゼーションの改善。
* エラー処理の改善。
* その他のマイナーな改善とバグ修正。

## ゲートウェイの更新 <a href="#updating-the-gateway" id="updating-the-gateway"></a>

### **Docker**

次のコマンドを実行すると、Keeperゲートウェイコンテナが最新バージョンに更新され、サービスが再起動します。

```
docker compose pull
docker compose down
docker compose up -d
```

### Linux

次のコマンドを実行すると、Keeperゲートウェイが最新バージョンにアップグレードされます。

```
curl -fsSL https://keepersecurity.com/pam/install | sudo bash -s --
```

### Windows

アップグレードするには、サービスを停止し、[最新バージョンをインストール](https://keepersecurity.com/pam/gateway/keeper-gateway_windows_x86_64.exe)してからサービスを開始します。

* `gateway-config.json`設定ファイルをバックアップする。
* 最新のKeeperゲートウェイインストーラーを実行する。
* インストール中に「Keeperワンタイムアクセストークンを入力」を選択**しないようにしてください。**

## リソース <a href="#resources" id="resources"></a>

KeeperPAMの詳細については、以下をご覧ください。

* ゲートウェイの[資料](/keeperpam/jp/privileged-access-manager/getting-started/gateways.md)
* KeeperPAM[ウェブサイト](https://www.keepersecurity.com/ja_JP/privileged-access-management/)
* KeeperPAMの[資料](https://docs.keeper.io/keeperpam/jp/)


---

# 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/release-notes/jp/enterprise/keeper-gateway/older/keeper-gateway-v1.5.1.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.
