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