15.16. レプリケーション changelog の LDIF 形式の changelog ダンプからのインポート
				この手順では、LDIF 形式のレプリケーション changelog ダンプを Directory Server にインポートします。
			
前提条件
- レプリケーションは Directory Server インスタンスで有効になります。
 - 「レプリケーション変更ログのエクスポート」 で説明されているように、changelog ダンプが作成されています。
 
手順
/tmp/changelog.ldif ファイルから changelog ダンプをインポートするには、以下を入力します。
			dsconf -D "cn=Directory Manager" ldap://server.example.com replication restore-changelog from-ldif /tmp/changelog.ldif
# dsconf -D "cn=Directory Manager" ldap://server.example.com replication restore-changelog from-ldif /tmp/changelog.ldif
dirsrv ユーザーには、指定したファイルを読み取るパーミッションが必要です。