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

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.6

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