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