4 |
## $Id$ |
## $Id$ |
5 |
## -------------------------------------------------------------------------------- |
## -------------------------------------------------------------------------------- |
6 |
## $Log$ |
## $Log$ |
7 |
|
## Revision 1.4 2003/01/23 15:30:24 janosch |
8 |
|
## Added a Cmd Line to feed_contacts.pl |
9 |
|
## |
10 |
|
## Revision 1.3 2003/01/20 21:50:49 joko |
11 |
|
## + now utilizing 'org::netfrag::preambel' |
12 |
|
## |
13 |
## Revision 1.2 2003/01/20 21:20:35 joko |
## Revision 1.2 2003/01/20 21:20:35 joko |
14 |
## - now doesn't use a hardcoded $libpath any more |
## - now doesn't use a hardcoded $libpath any more |
15 |
## |
## |
19 |
use strict; |
use strict; |
20 |
use warnings; |
use warnings; |
21 |
|
|
22 |
BEGIN { |
use lib qw( ../libs ); |
23 |
use FindBin qw($Bin); |
use org::netfrag::preambel; |
|
use lib qw( |
|
|
$Bin/../../libs |
|
|
); |
|
|
} |
|
24 |
|
|
25 |
|
|
26 |
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - main |
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - main |
35 |
#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'); |
#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'); |
36 |
#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'); |
#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'); |
37 |
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'); |
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'); |
38 |
|
#run_cmd('feed.pl --action=save --source=outlook --source-type=ContactItem --source-node=test --target=ldap --target-node=test --mapping-module=Torus::Map::Outlook'); |
39 |
#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'); |
#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'); |
40 |
|
|
41 |
print $hr, "\n"; |
print $hr, "\n"; |