hi<br>&nbsp;&nbsp; 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>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # LDAP connexion parameters<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; my $ldapserver = '<a href="http://192.168.1.253">
192.168.1.253</a>';<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # Infos to do an anonymous bind<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; my $ldapinfos = 'uid=deepofix,ou=people,dc=cahcet,dc=in';<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; my $name&nbsp; = &quot;uid=deepofix,ou=people,dc=cahcet,dc=in&quot;;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; my $db = Net::LDAP-&gt;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 &quot;new&quot; via package &quot;Net::LDAP&quot; (perhaps you forgot to load &quot;Net::LDAP&quot;?) 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'&nbsp;&nbsp; and i ound that the module was uptodate.
<br><span class="q"></span>--&nbsp; <br>Regards<br>Mohamed Imran K R