/[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.6 - (hide annotations)
Thu Jan 23 14:44:37 2003 UTC (21 years, 5 months ago) by janosch
Branch: MAIN
Changes since 1.5: +14 -2 lines
Updated lib Path and some ini Fields

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

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