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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.7 - (hide annotations)
Thu Jan 23 15:25:39 2003 UTC (21 years, 5 months ago) by janosch
Branch: MAIN
Changes since 1.6: +13 -2 lines
Added one Server to syncOutlookContacts.ini

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

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