-
The filter that you have written is not correct. In this link you can find how to write LDAP filters correctly: http://confluence.atlassian.com/display/DEV/How+to+write+a+LDAP+search+filter.
2009-07-03 10:43:52 UTC in fura ( Grid Middleware )
-
Hi !
The first example is very old: thas not work (Sorry :-<).
The second sample works, but you need to install the described libraries:
Unicode-Map-0.112
IO-stringy-2.110
MailTools-1.1401
MIME-tools-6.200_02
SOAP-Lite-0.66
Have you installed these libraries? With these versions?
I hope this helps.
2009-02-11 09:09:34 UTC in fura ( Grid Middleware )
-
You can upload/download files using next code:
-----------------------------
#
# Load Binging Utils
use lib "./lib"; # Path to PerlBindingUtils.pm
use PerlBindingUtils;
# Load DirectTransfer
use lib "./lib"; # Path to DirectTransfer.pm
use DirectTransfer;
ApiPerlClient::setActiveLog(1);
ApiPerlClient::setDieIfError(1);
# Connection info
my $host =...
2009-02-10 13:53:19 UTC in fura ( Grid Middleware )
-
inotnaladan committed patchset 16 of module FuraSrc to the fura ( Grid Middleware ) CVS repository, changing 1 files.
2008-05-30 15:00:32 UTC in fura ( Grid Middleware )