[Koha-bugs] [Bug 18953] Cannot use internal login after ldap failure

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jul 18 22:03:19 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18953

--- Comment #1 from Blou <philippe.blouin at inlibro.com> ---
Created attachment 65091
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65091&action=edit
Bug 18953 - Failure on alternate methods of login prevents validating values in
DB

Normally, when failing to log using LDAP (because the user doesn't exist there,
for example), the system
will then check the credentials directly in the database.  Recent changes in
the code prevent that: a failure
in LDAP will prevent internal credentials to be checked.

This would also happen using CAS or Shibboleth.

TO reproduce, you need to enable any of the method above, then try to connect
using credentials that should succeed
based on the info in your borrowers DB table but fail with the given method. 
Then apply the patch and try again.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list