/[cvs]/nfo/perl/scripts/outlook2ldap/etc/syncOutlookContacts.ini
ViewVC logotype

Diff of /nfo/perl/scripts/outlook2ldap/etc/syncOutlookContacts.ini

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by joko, Sat Jan 18 15:38:00 2003 UTC revision 1.8 by janosch, Thu Jan 23 15:30:24 2003 UTC
# Line 1  Line 1 
1  [file]  ##    ------------------------------------------------------------------------
2  mapping = etc/outlook_ole_fields.csv  ##    $Id$
3    ##    ------------------------------------------------------------------------
4  [mapi]  ##    $Log$
5  ProfileName = x  ##    Revision 1.8  2003/01/23 15:30:24  janosch
6  ProfilePass =  ##    Added a Cmd Line to feed_contacts.pl
7  showProfileChooser = 0  ##
8  neverCloseOutlook = 1  ##    Revision 1.7  2003/01/23 15:25:39  janosch
9    ##    Added one Server to syncOutlookContacts.ini
10  [soapservice]  ##
11  host = 10.50.0.58  ##    Revision 1.6  2003/01/23 14:44:37  janosch
12  port = 9081  ##    Updated lib Path and some ini Fields
13    ##
14  [ldapserver]  ##    Revision 1.5  2003/01/20 16:19:04  joko
15  #host = 192.168.210.1  ##    + converted to unix format
16  host = 192.168.248.128  ##
17  #host = 192.168.1.56  ##    Revision 1.4  2003/01/19 03:33:23  joko
18  # port = 389  ##    + added cvs-header
19    ##
20  [debug]  ##    ------------------------------------------------------------------------
21  level = 1  
22  # 0   no debug  
23  # 1   errors (mapiname & dn & status) if error occours  # ==================================   storages
24  # 2   short actions (mapiname, dn, status (success/failure))  [mapi]
25  # 3   detailed actions  ProfileName = x
26  # 4   object-dumps  ProfilePass =
27  # 5   detailed actions  showProfileChooser = 0
28    neverCloseOutlook = 1
29  [trace]  
30  level = 0  [ldapserver]
31  # 0   no tracing  # (vmware suse@tecumseh)
32  # 1   errors (ldap_errors.log)  #host = 192.168.210.1
33  # 2   dumps (transfers.log, ...)  # (vmware suse@tecumseh)
34  files = 1  #host = 192.168.248.128
35  database = 2  # (vmware suse@tecumseh)
36    #host = 192.168.1.56
37  [sync]  # (martha: real debian3)
38  # from data-store  #host = 192.168.10.1
39  pull = 1  # (frog: vmware debian3@grasshopper)
40  # to data-store    # connection-info
41  push = 1      host = 192.168.10.150
42        port = 389
43  map = ger      binddn = cn=admin, o=netfrag.org, c=de
44  map = usa      pass = secret
45  mapping  ger_mapi = Addressen Deutschland    # transfer-info
46  mapping  ger_ldap = 123      basedn = o=netfrag.org, c=de
47  mapping  usa_mapi = Addressen USA  # (lxserver: vmware suse8@winnfield)
48  mapping  usa_ldap = 456    # connection-info
49     #   host = 192.168.0.88
50  [folders]   #   port = 389
51  #use = test   #   binddn = cn=root, dc=labnet, dc=de
52  #use = test.testkon   #   pass = secret
53  #use = test.testkon.testkon    # transfer-info
54  #use = test2   #   basedn = dc=labnet, dc=de
55  use = backup.Adressen   # (meister: suse8@meister.ultrajan.de)
56  #use = backup.HMI - Adressen    # connection-info
57  #use = backup.USA - Adressen    #  host = 213.155.77.160
58  map _default = Adressen    #  port = 389
59  map backup.Adressen = bigAdressen    #  binddn = cn=meister, dc=ultrajan, dc=de
60  map backup.HMI - Adressen = HMIAdressen    #  pass = secret876
61  map backup.USA - Adressen = USAAdressen    # transfer-info
62  #map test = UTF8Adressen    #  basedn = dc=ultrajan, dc=de    
63  #map test = test  
64  map test2 = test2  
65  #map test.testkon = AbcAdressen  # ==================================   engine
66  #map test.testkon = AbdAdressen.UnterOrdner  [debug]
67  #map test.testkon.testkon = AbcAdressen.UnterOrdner.unterunter  level = 1
68    # 0   no debug
69  [fields]  # 1   errors (mapiname & dn & status) if error occours
70  mapfile = outlook_ole_fields.csv  # 2   short actions (mapiname, dn, status (success/failure))
71    # 3   detailed actions
72    # 4   object-dumps
73    # 5   detailed actions
74    
75    [trace]
76    level = 0
77    # 0   no tracing
78    # 1   errors (ldap_errors.log)
79    # 2   dumps (transfers.log, ...)
80    files = 1
81    #database = 2
82    
83    
84    # ==================================   transfer
85    [folders]
86    use = test
87    #use = test.testkon
88    #use = test.testkon.testkon
89    #use = test2
90    #use = backup.Adressen
91    #use = backup.HMI - Adressen
92    #use = backup.USA - Adressen
93    #map _default = Adressen
94    #map backup.Adressen = bigAdressen
95    #map backup.HMI - Adressen = HMIAdressen
96    #map backup.USA - Adressen = USAAdressen
97    #map test = UTF8Adressen
98    #map test = Addressbooks
99    #map test2 = test2
100    #map test.testkon = AbcAdressen
101    #map test.testkon = AbdAdressen.UnterOrdner
102    #map test.testkon.testkon = AbcAdressen.UnterOrdner.unterunter
103    #map test = Adressen.UnterOrdner.unterunter
104    map test = test
105    option autocreate = 1
106    
107    [fields]
108    mapfile = poor.csv
109    #mapfile = ToBeExtended.csv
110    
111    # ==================================   temporary
112    
113    [sync]
114    #   --- this is still inactive! ---
115    # from data-store
116    pull = 1
117    # to data-store
118    push = 1
119    
120    [soapservice]
121    #   --- this is disabled for now - Net::LDAP gets accessed directly from your windows-machine! ---
122    host = 10.50.0.58
123    port = 9081
124    
125    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.8

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed