--- nfo/perl/scripts/outlook2ldap/etc/syncOutlookContacts.ini 2003/01/18 15:38:00 1.1 +++ nfo/perl/scripts/outlook2ldap/etc/syncOutlookContacts.ini 2003/01/20 16:19:04 1.5 @@ -1,70 +1,99 @@ -[file] -mapping = etc/outlook_ole_fields.csv - -[mapi] -ProfileName = x -ProfilePass = -showProfileChooser = 0 -neverCloseOutlook = 1 - -[soapservice] -host = 10.50.0.58 -port = 9081 - -[ldapserver] -#host = 192.168.210.1 -host = 192.168.248.128 -#host = 192.168.1.56 -# port = 389 - -[debug] -level = 1 -# 0 no debug -# 1 errors (mapiname & dn & status) if error occours -# 2 short actions (mapiname, dn, status (success/failure)) -# 3 detailed actions -# 4 object-dumps -# 5 detailed actions - -[trace] -level = 0 -# 0 no tracing -# 1 errors (ldap_errors.log) -# 2 dumps (transfers.log, ...) -files = 1 -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 - -[folders] -#use = test -#use = test.testkon -#use = test.testkon.testkon -#use = test2 -use = backup.Adressen -#use = backup.HMI - Adressen -#use = backup.USA - Adressen -map _default = Adressen -map backup.Adressen = bigAdressen -map backup.HMI - Adressen = HMIAdressen -map backup.USA - Adressen = USAAdressen -#map test = UTF8Adressen -#map test = test -map test2 = test2 -#map test.testkon = AbcAdressen -#map test.testkon = AbdAdressen.UnterOrdner -#map test.testkon.testkon = AbcAdressen.UnterOrdner.unterunter - -[fields] -mapfile = outlook_ole_fields.csv +## ------------------------------------------------------------------------ +## $Id: syncOutlookContacts.ini,v 1.5 2003/01/20 16:19:04 joko Exp $ +## ------------------------------------------------------------------------ +## $Log: syncOutlookContacts.ini,v $ +## Revision 1.5 2003/01/20 16:19:04 joko +## + converted to unix format +## +## Revision 1.4 2003/01/19 03:33:23 joko +## + added cvs-header +## +## ------------------------------------------------------------------------ + + +# ================================== storages +[mapi] +ProfileName = x +ProfilePass = +showProfileChooser = 0 +neverCloseOutlook = 1 + +[ldapserver] +# (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 +# 1 errors (mapiname & dn & status) if error occours +# 2 short actions (mapiname, dn, status (success/failure)) +# 3 detailed actions +# 4 object-dumps +# 5 detailed actions + +[trace] +level = 0 +# 0 no tracing +# 1 errors (ldap_errors.log) +# 2 dumps (transfers.log, ...) +files = 1 +#database = 2 + + +# ================================== transfer +[folders] +use = test +#use = test.testkon +#use = test.testkon.testkon +#use = test2 +#use = backup.Adressen +#use = backup.HMI - Adressen +#use = backup.USA - Adressen +map _default = Adressen +#map backup.Adressen = bigAdressen +#map backup.HMI - Adressen = HMIAdressen +#map backup.USA - Adressen = USAAdressen +#map test = UTF8Adressen +#map test = Addressbooks +#map test2 = test2 +#map test.testkon = AbcAdressen +#map test.testkon = AbdAdressen.UnterOrdner +#map test.testkon.testkon = AbcAdressen.UnterOrdner.unterunter +map test = Adressen.UnterOrdner.unterunter +option autocreate = 1 + +[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