/[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.4 - (hide annotations)
Thu Jan 23 15:30:24 2003 UTC (21 years, 5 months ago) by janosch
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +5 -1 lines
File MIME type: text/plain
Added a Cmd Line to feed_contacts.pl

1 joko 1.1 #!/usr/bin/perl
2    
3 joko 1.2 ## --------------------------------------------------------------------------------
4 janosch 1.4 ## $Id: feed_contacts.pl,v 1.3 2003/01/20 21:50:49 joko Exp $
5 joko 1.2 ## --------------------------------------------------------------------------------
6 joko 1.3 ## $Log: feed_contacts.pl,v $
7 janosch 1.4 ## Revision 1.3 2003/01/20 21:50:49 joko
8     ## + now utilizing 'org::netfrag::preambel'
9     ##
10 joko 1.3 ## Revision 1.2 2003/01/20 21:20:35 joko
11     ## - now doesn't use a hardcoded $libpath any more
12     ##
13 joko 1.2 ## --------------------------------------------------------------------------------
14    
15    
16 joko 1.1 use strict;
17     use warnings;
18    
19 joko 1.3 use lib qw( ../libs );
20     use org::netfrag::preambel;
21 joko 1.1
22 joko 1.2
23     # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - main
24 joko 1.1
25     use org::netfrag::shortcuts qw( run_cmd );
26    
27     my $hr = "-" x 40;
28    
29     print $hr, "\n";
30     print " Outlook vs. LDAP", "\n";
31     print $hr, "\n";
32     #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');
33     #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');
34     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');
35 janosch 1.4 #run_cmd('feed.pl --action=save --source=outlook --source-type=ContactItem --source-node=test --target=ldap --target-node=test --mapping-module=Torus::Map::Outlook');
36 joko 1.1 #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');
37    
38     print $hr, "\n";
39     print " LDAP vs. Outlook", "\n";
40     print $hr, "\n";
41     print " ... to be implemented!!!", "\n";
42    
43     1;

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