すぐに忘れるのでよく使うものだけ以下にメモ.
/etc/hosts の LDIF (LDAP Data Interchange Format) への変換
% perl -I/etc/migrationtools /usr/share/migrationtools/migrate_hosts.pl /etc/hosts > hosts.ldif
設定を記述している/etc/migrationtools/migrate_common.ph
をincludeするために上記のようにする.
LDIF の LDAP への追加
% ldapadd -x -D "cn=admin,dc=meganecco,dc=example,dc=org" -w (pw) -f hosts.ldif
-w (pw) を -W にすると,パスワードを入力するモードになる.
LDAP から /etc/hosts 情報に相当する部分を検索
% ldapsearch -x objectClass=ipHost