LDAP Authentication problem
Hello, I've been trying to make a Koha installation integrated with my openLDAP server, the installation went fine but I've come across 2 problems against the LDAP authentication, using password comparison I can't authenticate if the password is using anything other than CLEAR (in my case I need to use passwords using CRYPT), trying to use binding authentication every user I try to use can't connect, using tshark to monitor the connections on my koha server I can see that my request to bind is successful but I always receive "LDAP compareResponse(3) insufficientAccessRights" message. The method I used to configured is the one described in http://wiki.koha.org/doku.php?id=en:development:ldap&s[]=ldap. Thanks for help, Bruno Marques -- Esta mensagem foi enviada pelo CEFET-Mail www.cefetmg.br -- Sistema de Antivirus do CEFET-MG: Esta mensagem foi verificada pelo sistema de antivirus e acredita-se estar livre de perigo.
brunomarques wrote:
tshark to monitor the connections on my koha server I can see that my request to bind is successful but I always receive "LDAP compareResponse(3) insufficientAccessRights" message. The method I used to configured is the one described in http://wiki.koha.org/doku.php?id=en:development:ldap&s[]=ldap.
This looks similar to http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=2726 but I don't know if that patch works on 3.0. Applying a patch instructions are on http://wiki.koha.org/doku.php?id=en:development:diff_patch Hope that helps, -- MJ Ray (slef) Webmaster and LMS developer at | software www.software.coop http://mjr.towers.org.uk | .... co IMO only: see http://mjr.towers.org.uk/email.html | .... op
participants (2)
-
brunomarquesï¼ dri.cefetmg.br -
MJ Ray