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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.5 - (show annotations)
Mon Jan 20 16:19:04 2003 UTC (21 years, 5 months ago) by joko
Branch: MAIN
CVS Tags: v009
Changes since 1.4: +90 -86 lines
+ converted to unix format

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

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