hi<br> 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 )<br><br>we have started cataloging the books through z39.50 server and now we want to authenticate our the users for ldap.
<br>i followed the steps mentioned and i made the changes as reflected below<br>##################################################<br> # LDAP connexion parameters<br> my $ldapserver = '<a href="http://192.168.1.253">
192.168.1.253</a>';<br> # Infos to do an anonymous bind<br> my $ldapinfos = 'uid=deepofix,ou=people,dc=cahcet,dc=in';<br> my $name = "uid=deepofix,ou=people,dc=cahcet,dc=in";<br> my $db = Net::LDAP->new( $ldapserver );
<br><br>the error that i get is as follows<br><br>Mon Jul 31 09:49:51 2006] [error] [client <a href="http://192.168.1.2">192.168.1.2</a>] Premature end of script headers: mainpage.pl<br>[Mon Jul 31 09:54:34 2006] [error] [client
<a href="http://192.168.1.2">192.168.1.2</a>] 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.
<br>[Mon Jul 31 09:54:34 2006] [error] [client <a href="http://192.168.1.2">192.168.1.2</a>] Premature end of script headers: mainpage.pl<br>kindly do help me out.<br><br>i tried # perl -MCPAN -e 'install Net::LDAP' and i ound that the module was uptodate.
<br><span class="q"></span>-- <br>Regards<br>Mohamed Imran K R