--- nfo/perl/scripts/outlook2ldap/etc/syncOutlookContacts.ini 2003/01/18 17:39:07 1.2 +++ nfo/perl/scripts/outlook2ldap/etc/syncOutlookContacts.ini 2003/01/18 22:58:27 1.3 @@ -1,24 +1,30 @@ -[file] -mapping = etc/outlook_ole_fields.csv - +# ================================== storages [mapi] ProfileName = x ProfilePass = showProfileChooser = 0 neverCloseOutlook = 1 -[soapservice] -host = 10.50.0.58 -port = 9081 - [ldapserver] -#port = 389 -#host = 192.168.210.1 (vmware suse@tecumseh) -#host = 192.168.248.128 (vmware suse@tecumseh) -#host = 192.168.1.56 (vmware suse@tecumseh) -#host = 192.168.10.1 (martha: real debian3) -host = 192.168.10.150 (frog: vmware debian3@grasshopper) +# (vmware suse@tecumseh) +#host = 192.168.210.1 +# (vmware suse@tecumseh) +#host = 192.168.248.128 +# (vmware suse@tecumseh) +#host = 192.168.1.56 +# (martha: real debian3) +#host = 192.168.10.1 +# (frog: vmware debian3@grasshopper) + # connection-info + host = 192.168.10.150 + port = 389 + binddn = cn=admin, o=netfrag.org, c=de + pass = secret + # transfer-info + basedn = o=netfrag.org, c=de + +# ================================== engine [debug] level = 1 # 0 no debug @@ -34,21 +40,10 @@ # 1 errors (ldap_errors.log) # 2 dumps (transfers.log, ...) files = 1 -database = 2 +#database = 2 -[sync] -# from data-store -pull = 1 -# to data-store -push = 1 - -map = ger -map = usa -mapping ger_mapi = Addressen Deutschland -mapping ger_ldap = 123 -mapping usa_mapi = Addressen USA -mapping usa_ldap = 456 +# ================================== transfer [folders] use = test #use = test.testkon @@ -67,7 +62,24 @@ #map test.testkon = AbcAdressen #map test.testkon = AbdAdressen.UnterOrdner #map test.testkon.testkon = AbcAdressen.UnterOrdner.unterunter -#map test = Adressen.UnterOrdner.unterunter +map test = Adressen.UnterOrdner.unterunter [fields] mapfile = poor.csv + + +# ================================== temporary + +[sync] +# --- this is still inactive! --- +# from data-store +pull = 1 +# to data-store +push = 1 + +[soapservice] +# --- this is disabled for now - Net::LDAP gets accessed directly from your windows-machine! --- +host = 10.50.0.58 +port = 9081 + + \ No newline at end of file