# コマンダー 17.2.12

リリースノート — v17.2.12 (2026年4月1日)

## **新機能**

* Atlassianオンボーディング: ゲートウェイ経由でのADユーザー作成に対応。ユーザー名テンプレートにも対応。
* ドメインエイリアスコマンド — ドメインエイリアス管理用の新コマンドを追加。
* KEPMレポート値コマンド — KEPM向けに `report value` コマンドを追加。
* PAM Launch「Connect As」対応 — `pam launch` に「Connect As」オプションを追加。追加のレコードで認証情報およびhost:portを指定可能 ([#1871](https://github.com/Keeper-Security/Commander/pull/1871))。
* PAM Launchのキーイベント入力対応 — セッション録画向けに `pam launch` でキーイベント入力サポートを追加 ([#1900](https://github.com/Keeper-Security/Commander/pull/1900))。
* PAM tunnel diagnoseの強化 — `pam tunnel diagnose` にゲートウェイ完全準備状態テストを追加 ([#1885](https://github.com/Keeper-Security/Commander/pull/1885))。
* 共有フォルダの機能強化 — `share folder` コマンドに、共有対象のパス、ユーザーID、有効期限を指定するフィールドを追加 ([#1893](https://github.com/Keeper-Security/Commander/pull/1893))。

## **改善点**

* 共有レポートおよびセキュリティ監査レポート — `share-report` および `security-audit-report` コマンドを改善 ([#1896](https://github.com/Keeper-Security/Commander/pull/1896))。
* シークレットのフォルダ一致処理を改善 — フォルダ名で任意の階層まで照合し、一致したフォルダのIDをシークレット検索でも再利用するよう改善。
* PAM LaunchのSSHキー検索 — SSHキーのみの接続用認証情報の検索を改善 ([#1886](https://github.com/Keeper-Security/Commander/pull/1886))。
* WebRTCログの冗長性低減 — ターミナルセッション中の `keeper-pam-webrtc-rs` 由来の不要ログを削減 ([#1879](https://github.com/Keeper-Security/Commander/pull/1879))。
* DAGおよび検出モジュールの更新 — `keeper_dag` および `discovery_common` モジュールを更新。

## **バグ修正**

* PEDMポリシーフィルター — `policy add` コマンドで、すべてのフィルターが正しく作成されない不具合を修正。
* V2レコードの制限 — 新しいクライアントでv2レコードの編集または追加を禁止。
* PAM Launchの修正 — 一部ターミナル (Linux、macOS) での二重改行を修正。非ターミナルプロトコルの処理を改善 ([#1870](https://github.com/Keeper-Security/Commander/pull/1870))。
* 接続用認証情報の更新 — `launch-user` を繰り返し編集した際に接続用認証情報が更新されない不具合を修正 ([#1884](https://github.com/Keeper-Security/Commander/pull/1884))。
* PAM Launchのポート上書き — `pamHostname` の接続ポート上書き反映されない不具合を修正 ([#1881](https://github.com/Keeper-Security/Commander/pull/1881))。
* セキュリティ監査ロジック — `needs_security_audit` ロジックを修正。
* 重複警告 — `msp-add` および `en add` で重複警告が複数表示される不具合を修正。
* 2要素認証の継続時間表示 — 表示が累積リストではなく単一値で表示されるよう修正。
* EPMに関する不具合修正。
* JSONサービスモード — サービスモードでのJSON処理を修正 ([#1882](https://github.com/Keeper-Security/Commander/pull/1882))。
* インポートの破損 — リファクタリング後にインポートが失敗する不具合を修正 ([#1888](https://github.com/Keeper-Security/Commander/pull/1888))。


---

# 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/developer-tools/commander/commander-17.2.12.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.
