Hello,
I'am trying the sample code in the documentation, and I get this error
message :
Can't locate object method "entry" via package "Net::LDAP::Bind" at
./ldap_test.pl line 7, line 225.
Here the code :
use Net::LDAP;
my $ldap = Net::LDAP->new ( 'myldapserver' ) or die $!;
my $mesg = $ldap->bi
Hello,
I read the previous topics but I still have the same "language" problem.
In the sn component for a person in the ldap server : Cécile
Here the line I get in $sn: Cécile
Here the code :
$mesg = $ldap->search(
base => "o=treves",
filter => "objectclass=*"
);
foreach $ent