hi
we are an engineering institution and we want to migrate to koha. we have tested out 2.2.5 on FC3. ( mysql ver 3.23.58 )
we have started cataloging the books through z39.50 server and now we want to authenticate our the users for ldap.
i followed the steps mentioned and i made the changes as reflected below
##################################################
# LDAP connexion parameters
my $ldapserver = '
192.168.1.253';
# Infos to do an anonymous bind
my $ldapinfos = 'uid=deepofix,ou=people,dc=cahcet,dc=in';
my $name = "uid=deepofix,ou=people,dc=cahcet,dc=in";
my $db = Net::LDAP->new( $ldapserver );
the error that i get is as follows
Mon Jul 31 09:49:51 2006] [error] [client 192.168.1.2] Premature end of script headers: mainpage.pl
[Mon Jul 31 09:54:34 2006] [error] [client
192.168.1.2] Can't locate object method "new" via package "Net::LDAP" (perhaps you forgot to load "Net::LDAP"?) at /usr/local/koha/intranet/modules/C4/Auth.pm line 510.
[Mon Jul 31 09:54:34 2006] [error] [client 192.168.1.2] Premature end of script headers: mainpage.pl
kindly do help me out.
i tried # perl -MCPAN -e 'install Net::LDAP' and i ound that the module was uptodate.
--
Regards
Mohamed Imran K R