> 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/enterprise-guide/jp/migrating-from-lastpass.md).

# LastPassからの移行

![](https://3468650114-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeJwa6ByNJ2qindnPknCW%2Fuploads%2FtJu9LwgeN46F9DMJnlVi%2Flastpass-to-keeper.jpeg?alt=media\&token=8790b5fe-ff58-4c0f-9c3a-645ef9a5babc)

## 基本的な移行

各ユーザーがLastPassのプライベートパスワードをKeeperに移管する環境では、自動インポートツールを利用して移行できます。

KeeperのLastPassインポートツールでは、LastPassボルトから**すべてのパスワード、フォルダ、TOTPコード、添付ファイル**を自動的にインポートできます。

1. Keeperデスクトップを<https://keepersecurity.com/download>からダウンロードします。
2. SSOまたはメールとマスターパスワードを使用して、Keeperデスクトップにログインします。
3. 右上隅の **\[アカウントメール]** をクリックします。
4. **\[設定]** > **\[インポート]** > **\[LastPass]** をクリックします。
5. LastPassの認証情報を入力します。SSOでログインしている場合は、通常のSSOワークフローでIDプロバイダへのサインインを求められます。LastPassでマスターパスワードと2FAを使用している場合も移行できます。
6. 必要に応じてインポート内容を確認し、フィールドをマッピングして、**\[インポート]** をクリックします。

{% hint style="info" icon="pencil-line" %}
LastPassアカウントでセキュリティキーを使用している場合は、先にTOTPなど別のMFA方式に切り替えてください。
{% endhint %}

{% embed url="<https://vimeo.com/813686261>" %}
SSOまたはフェデレーティッドログインを使用したLastPassインポート
{% endembed %}

## 高度な移行

共有フォルダが多い環境では、LastPass管理者は以下の手順に従ってフォルダをKeeperに移行できます。

1. LastPassの管理者は、Keeperコマンダーを使用してパスワード、フォルダ、共有フォルダを移行できます。Keeperコマンダーのインストールと実行については、[こちらの手順をご参照ください](/keeperpam/jp/commander-cli/overview.md)。
2. [このガイド](/keeperpam/jp/commander-cli/command-reference/import-and-export-commands/lastpass-import.md)の手順に従って、共有フォルダと権限を移行します。本ページで説明するように、ユーザーがKeeperボルトのアカウントを作成する過程で、`apply-membership` コマンドを繰り返し実行し、共有権限を適用できます。
3. LastPassから共有フォルダを受け取ったユーザーは、**Keeperデスクトップ** > **\[設定]** > **\[インポート]** > **\[LastPass]** 画面にアクセスして、プライベートパスワードをインポートすることもできます。

この画面には「共有フォルダを含める」というチェックボックスがあります。デフォルトではオフのため、エンドユーザーは自分が所有するレコードのみをインポートします。エンドユーザーがこのボックスにチェックを付けると、管理者が移行した共有フォルダまでインポートしてしまう場合があります。

![LastPassインポート画面](https://3468650114-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeJwa6ByNJ2qindnPknCW%2Fuploads%2FyFbkhot5haSx92Cz3BPH%2F2023-05-31_11-14-33.png?alt=media\&token=c4355d8e-f042-4ba9-a2c4-db3084da57a5)

ユーザーがKeeperに移行してパスワードをインポートしたら、LastPassへのアクセスを削除できます。


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.keeper.io/enterprise-guide/jp/migrating-from-lastpass.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
