/[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.8 - (show annotations)
Thu Jan 23 15:30:24 2003 UTC (21 years, 5 months ago) by janosch
Branch: MAIN
Changes since 1.7: +7 -4 lines
Added a Cmd Line to feed_contacts.pl

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

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