Re: [Koha-devel] Configuring LDAP with Koha

2009-07-31 Thread Joe Atzberger
Do not change C4/Auth_with_ldap.pm at all. This is no longer helpful or necessary if you are using the current code. In addition to the wiki, internal documentation is displayed with: perldoc C4::Auth_with_ldap You cannot expect "step-by-step" instructions when you have not specified all the co

Re: [Koha-devel] Configuring LDAP with Koha

2009-07-31 Thread Sai bhalaji Dhinakaran
Hi, Go to the file Auth_with_ldap.pm located in: /usr/share/koha/lib/C4 and change the following lines of code: my $userldapentry = $search->shift_entry; my $cmpmesg = $db->compare( $userldapentry, attr=>'userpassword', value => $password ); if ($cmpmesg->code != 6) {