/[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.9 - (hide annotations)
Thu Jan 23 15:39:58 2003 UTC (21 years, 5 months ago) by janosch
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +7 -4 lines
Restored the syncOutlookContacts.ini

1 joko 1.4 ## ------------------------------------------------------------------------
2 janosch 1.9 ## $Id: syncOutlookContacts.ini,v 1.8 2003/01/23 15:30:24 janosch Exp $
3 joko 1.4 ## ------------------------------------------------------------------------
4 joko 1.5 ## $Log: syncOutlookContacts.ini,v $
5 janosch 1.9 ## Revision 1.8 2003/01/23 15:30:24 janosch
6     ## Added a Cmd Line to feed_contacts.pl
7     ##
8 janosch 1.8 ## Revision 1.7 2003/01/23 15:25:39 janosch
9     ## Added one Server to syncOutlookContacts.ini
10     ##
11 janosch 1.7 ## Revision 1.6 2003/01/23 14:44:37 janosch
12     ## Updated lib Path and some ini Fields
13     ##
14 janosch 1.6 ## Revision 1.5 2003/01/20 16:19:04 joko
15     ## + converted to unix format
16     ##
17 joko 1.5 ## Revision 1.4 2003/01/19 03:33:23 joko
18     ## + added cvs-header
19     ##
20 joko 1.4 ## ------------------------------------------------------------------------
21    
22    
23 joko 1.5 # ================================== storages
24     [mapi]
25     ProfileName = x
26     ProfilePass =
27     showProfileChooser = 0
28     neverCloseOutlook = 1
29    
30     [ldapserver]
31     # (vmware suse@tecumseh)
32     #host = 192.168.210.1
33     # (vmware suse@tecumseh)
34     #host = 192.168.248.128
35     # (vmware suse@tecumseh)
36     #host = 192.168.1.56
37     # (martha: real debian3)
38     #host = 192.168.10.1
39     # (frog: vmware debian3@grasshopper)
40     # connection-info
41     host = 192.168.10.150
42     port = 389
43     binddn = cn=admin, o=netfrag.org, c=de
44     pass = secret
45     # transfer-info
46     basedn = o=netfrag.org, c=de
47 janosch 1.6 # (lxserver: vmware suse8@winnfield)
48     # connection-info
49     # host = 192.168.0.88
50     # port = 389
51     # binddn = cn=root, dc=labnet, dc=de
52     # pass = secret
53     # transfer-info
54 janosch 1.7 # basedn = dc=labnet, dc=de
55     # (meister: suse8@meister.ultrajan.de)
56     # connection-info
57     # host = 213.155.77.160
58     # port = 389
59     # binddn = cn=meister, dc=ultrajan, dc=de
60     # pass = secret876
61     # transfer-info
62     # basedn = dc=ultrajan, dc=de
63 joko 1.5
64    
65     # ================================== engine
66     [debug]
67     level = 1
68     # 0 no debug
69     # 1 errors (mapiname & dn & status) if error occours
70     # 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 janosch 1.9 map _default = Adressen
94 joko 1.5 #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 janosch 1.9 map test = Adressen.UnterOrdner.unterunter
104     #map test = test
105 joko 1.5 option autocreate = 1
106    
107     [fields]
108     mapfile = poor.csv
109 janosch 1.6 #mapfile = ToBeExtended.csv
110 joko 1.5
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 joko 1.3

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