From: Frank Brehm Date: Thu, 12 Nov 2020 15:19:33 +0000 (+0100) Subject: Adding etc/ldap-migration.ini.default X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=07cf952fda3efed9d0e804c26635e4e76bb4af25;p=pixelpark%2Fldap-migration.git Adding etc/ldap-migration.ini.default --- diff --git a/etc/ldap-migration.ini.default b/etc/ldap-migration.ini.default new file mode 100644 index 0000000..d56820f --- /dev/null +++ b/etc/ldap-migration.ini.default @@ -0,0 +1,22 @@ +[source] + +; host = ldap.pixelpark.com +; ssl = False +; port = 389 +; bind_dn = o=admin +; bind_pw = ????? + +[target] + +; host = ldap2.pixelpark.com +; ssl = True +; port = 636 +; bind_dn = cn=admin,o=isp +; bind_pw = ????? + +[common] + +; suffix = o=isp +; timeout = 30 + +; vim: filetype=dosini