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

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.7

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