/[cvs]/nfo/perl/scripts/outlook2ldap/bin/feed_contacts.pl
ViewVC logotype

Annotation of /nfo/perl/scripts/outlook2ldap/bin/feed_contacts.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Mon Jan 20 16:27:29 2003 UTC (21 years, 5 months ago) by joko
Branch: MAIN
CVS Tags: v009
File MIME type: text/plain
+ replacement for 'feed.bat'

1 joko 1.1 #!/usr/bin/perl
2    
3     use strict;
4     use warnings;
5    
6     BEGIN {
7     use FindBin qw($Bin);
8     }
9    
10     use lib qw( c:\home\amo\develop\netfrag.org\nfo\perl\libs );
11    
12     use org::netfrag::shortcuts qw( run_cmd );
13    
14     my $hr = "-" x 40;
15    
16     print $hr, "\n";
17     print " Outlook vs. LDAP", "\n";
18     print $hr, "\n";
19     #run_cmd('feed.pl --action=save --source=outlook --source-type=ContactItem --source-node=test.test --target=ldap --target-node=Addressbooks --mapping-module=Torus::Map::Outlook');
20     #run_cmd('feed.pl --action=save --source=outlook --source-type=ContactItem --source-node=test.test --target=ldap --target-node=Adressen --mapping-module=Torus::Map::Outlook');
21     run_cmd('feed.pl --action=save --source=outlook --source-type=ContactItem --source-node=Adressen.test --target=ldap --target-node=Adressen.test --mapping-module=Torus::Map::Outlook');
22     #run_cmd('feed.pl --action=save --source=outlook --source-type=ContactItem --source-node=test.test --target=ldap --target-node=Adressen.test --mapping-module=Torus::Map::Outlook');
23    
24     print $hr, "\n";
25     print " LDAP vs. Outlook", "\n";
26     print $hr, "\n";
27     print " ... to be implemented!!!", "\n";
28    
29     1;

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