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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

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

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.6

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