Hi Oliver,
the "$conn->get . . ." command ist not going. See this information.
URL: 
http://search.cpan.org/~mrscotty/Connector-1.21/lib/Connector/Proxy/Net/LDAP/Single.pm
<http://search.cpan.org/~mrscotty/Connector-1.21/lib/Connector/Proxy/Net/LDAP/Single.pm>
The following script runs without error.
#!/usr/bin/perl
# Ein erstes kleines Skript
# zur Verdeutlichung einiger Eigenheiten von Perl.
use Connector::Proxy::Net::LDAP;
my $conn = Connector::Proxy::Net::LDAP->new({
LOCATION => 'ldap://dsme01.xyz.de:9009',
base => 'dc=harnet,dc=de',
filter => '(cn=[% ARGS.0 %])',
});
## $conn->get( $username, { password => $passwd } );
I noticed that I must start the connector with use. Where is the connector 
started in OpenXPKI? In which configuration file? I am also not clear as I 
pass the web login the username and the password to the connector? Do you 
have an extract from an LDAP tree and an example configuration for 
OpenXPKI?
 
Thank you very much for your support Oliver

------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
_______________________________________________
OpenXPKI-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openxpki-users

Reply via email to