/[cvs]/nfo/perl/scripts/outlook2ldap/libs/Torus.pod
ViewVC logotype

Contents of /nfo/perl/scripts/outlook2ldap/libs/Torus.pod

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (show annotations)
Wed Nov 10 08:19:53 2004 UTC (19 years, 7 months ago) by joko
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +5 -4 lines
U obfuscated email addresses

1 =pod
2
3 =head1 NAME
4
5 Torus
6
7
8 =head1 DESCRIPTION
9
10 Torus is a module to ease migration from Outlook.
11
12 Torus uses CPAN's Win32::OLE to access Microsoft's MAPI locally and
13 CPAN's Net::LDAP to connect to a remote OpenLDAP-server (slapd).
14
15 Access to these storage-implementations is wrapped via Data::Storage.
16 Core functionality of Torus is currently provided from Data::Transfer::Sync.
17
18 We are starting with Contacts/Adresses, will go along with Messages,
19 Calendar-Items and Journaling-Features.
20 The "rest" should be able to be modeled and implemented on top of this.
21
22 This is more a reference implementation than anything actually useful. ;-)
23 You'll also like to take a look at:
24 - Kroupware Project: http://kroupware.kde.org
25 - Outlook Connector Project: http://otlkcon.sourceforge.net
26 - bynari InsightConnector: http://bynari.net/index.php?id=7
27
28
29 =head1 NEWS
30
31 =head4 2003-01-18 - initial check-in
32
33
34 =head1 REQUIREMENTS
35
36 Win32::OLE
37 Net::LDAP
38 Data::Storage
39 Data::Transfer::Sync
40 ... and all their dependencies
41
42
43 =head1 AUTHORS / COPYRIGHT
44
45 The Torus module is Copyright (c) 2002-2004 Andreas Motl.
46 All rights reserved.
47 Mail to <andreas.motl (at) ilo.de> for improvements and suggestions.
48
49 You may distribute it under the terms of either the GNU General Public
50 License or the Artistic License, as specified in the Perl README file.
51
52
53 =head1 CONTRIBUTORS
54
55 Jan Hoffmann <janosch (at) netfrag.org>
56 Sebastian Utz <su (at) rotamente.com>
57
58
59 =head1 SUPPORT / WARRANTY
60
61 The Torus module is free software. IT COMES WITHOUT WARRANTY OF ANY KIND.
62
63
64
65 =head1 BUGS
66
67
68
69 =head1 TODO-SHOWSTOPPER
70
71 o sync items from ldap back to outlook
72
73
74 =head1 TODO
75
76 - outlook2ldap - essential modules:
77 - Net::LDAP
78 - Convert::ASN1 / BER1
79 - Unicode::String
80 - MIME::Base64
81 o use setup.pm with autoinstall, use ExtUtils::MakeMaker and/or h2xs
82 o enhance mapping through expressions
83 o provide multiple use of same fields
84 o provide mechanism to concatenate fields
85 --> see etc/_future!
86 o make integrated setup
87 o provide gui(s)
88 o development (create mappings and stuff (testing, ...))
89 o productive use (control sync-processing at a central console)
90 o little hotsync-button (iconbar bottom-right) which provides some actions and some configuration-settings (put ACLs on these settings?)
91 o move libs/Torus to nfo-modules, exclude various metadata needed to actually sync with ldap and mappings (csv-files)
92 o provide example to sync with mysql/Tangram/mbox/...
93 o integrate genSchema.pl
94 o regeln:
95 o 3.spalte in outlook_ole_fields.csv: für "genSchema.pl"
96 o wenn 2.spalte und/oder 3. leer, dann wird kein mapping gemacht (genSchema sowieso nicht)
97 --> see etc/_future!
98 o daten "rückwärts" übertragen!
99 o mapping aufbohren (csv -> xml) - integrate "schema"-property _per-field_!!!
100 o have the engine use this
101 o maybe provide cross-checks
102 --> see etc/_future!
103 o transfer statistics
104 o zugriff auf outlook (2002) ohne rückfrage gewähren?
105 o v.a. wichtig, wenn integrierter zugriff (z.b. durch outlook-plugin) stattfindet
106 + verwenden _aller_ attribute, die mit einem address-eintrag assoziiert sein können?
107 + mileage (reisekilometer) kommt!
108 + bis dato unbekannte mapi-felder sollten nun auch verwendet werden können
109 o declare folder-mapping inside xml-file
110 o check-before-delete doesn't seem to work (again!)
111 o make basedn configurable
112 o introduce host-to-basedn-mapping
113 o provide additional fallback basedn
114 o maybe additional permissions for folder-autocreation
115 o rework regexes in Torus::Driver::ldap
116 o spaces in ou's?
117 o utf8-encoding for dn's in ou's
118 o also in other property-names (besides the attributes)?!
119 o ä, ö, ü
120 o Insight:
121 o cclient.dll
122 o InsightConnector.dll
123 o folder-mapping
124 o leerzeichen (non-word-chars) do not work inside foldernames
125 o regex fails:
126 o introduce some "highlevel-splitting" of ldap-addresses
127 o fix problems occoured 2003-01-06/07 @barschwaechter: rules, access to mapi, etc. (see email)
128 o do a _true_ sync! (no delete/add)
129 o handle folder-mapping/-creation completely _before_ continuing with single entries
130 o create non-existant and stuff....
131 o timestamp log-entries
132 o add fieldname-context to ldap_errors.log
133 o regeln für cn/dn - build
134 o wenn "sn" gesetzt, dann nimm "sn" als "cn"
135 o wenn "givenname" gesetzt, dann füge zu "cn" hinzu (bisheriger "build"-Vorgang)
136 o wenn "sn" leer, dann nimm stattdessen "FileAs" als "cn" und ab [Debug Level=1]info
137 o wenn "FileAs" leer, dann nimm stattdessen "FirstName" und ab [Debug Level=1]info
138 o wenn "FirstName" leer, dann nimm stattdessen "CompanyName" und ab [Debug Level=1]info
139 else ab [Debug Level=1] Warn:
140 "Couldn't build DN/CN cause neighter SN/FileAs/FirstName/CompanyName does exist." (Should not happen).
141 o collision checks!!!
142 o convert date-fields
143 o detect must-not-have characters in dn:
144 + replace "+" through "&"
145 o replace "," through "" [Kill]
146 o replace "ô" through "" [to UTF8]
147 o enhance mechanisms to talk to OLE:
148 o use "->EnumAllObjects"
149 o use "->FreeUnusedLibraries"
150 o use "->LastError"
151 o encode "dn" with utf8
152 o "member" is empty!!!
153 o free resources while processing
154 o Outlook (OLE)
155 o Perl (Variables, Objects)
156 o LDAP-Server (Handle)
157
158 o for Horde:
159 o helper: some kinda "genSchema.pl"
160 o app: LDAP-Browser
161
162 o split 'syncOutlookContacts.ini' into 'torus.ini' and 'outlook2ldap.ini'
163 o 'syncOutlookContacts.pl' reads 'outlook2ldap.ini' and runs 'feed.pl'
164
165 o check howto handle outlook-profile logon
166 o mode to transfer all items in bunch
167 o use a news- (nntp) server to (maybe) mimic journalling-functionality
168
169
170
171 =head1 IDEAS
172
173 o acl based permissions (use Data::ACL?)
174 o combine Torus::Xyz with Device::Xyz somehow?
175 o assure published stuff contains no client-specific informations (HMI, ...)
176 o CPAN's AppConfig is still needed for now (could this be changed? e.g. using App::Config?)
177 o if not, just include it below "libs" or install "nmake" (through integrated setup) before configuring CPAN
178 (if you already have, do "perl -MCPAN -eshell" and "o conf init" to redo configuration)
179 o rework folder-mapping to use xml
180 o rework field-mapping to use xml (Data::Transfer::Sync!)
181 o rework declaration of while-transfer-rules and after-transfer-patches to xml
182 o example of a "while-transfer-rule"
183 o build "dn" from "cn/sn"
184 o must have "sn"
185 o if no "sn" given, just use "Vorname"
186 o don't allow some special characters inside "dn": '+' seems to get translated to '&' at somewhere in code
187 o example of a "after-transfer-patch-rule"
188 o copy contents of field "x" to field "y" to nivelate(?) access from ldap-query-engines we don't have access to! (the source!)
189 (e.g. query-/search-engines in commercial products like "MS Outlook 2000|2002|Express",
190 which also don't have _any_ mechanism to parametrize them)
191 o write papers about networking (computers _and_ small/embedded/electronic devices (atmel, c-control))
192 o janosch: how to control arbitrary devices via personal computers _and_ standalone circuits in parallel!
193 (using Device::SerialPort and Conrad C-Control together)
194 o implement infrastructure(s)
195 o actually handle folders (check, autocreation) completely _before_ starting to sync/process items/entries!
196 o provide easy-to-access shell-interface to LDAP (e.g. via Xyz::Xyz or (maybe later) "oedit.pl")
197 o this removes the need for the currently used Java-based Ldap-Client (which will stay more comfortable - of course)
198 o navigate via "cd" through containers, show items/entries via (e.g.) "dump"(?) and stuff...
199 ... the interactive feeling/behaviour is similar to navigating in a filesystem via a commandline-interface (CLI)
200 o sum up "must-have" features of known synchronization-tools for (e.g.) ...
201 o use news (the nntp-protocol) for journalling-functionality
202 o have mapping stored inside ldap as well
203
204
205 =cut

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