Bug 40463 - Use Koha::Patrons->find_by_identifier() in C4/Auth_with_ldap.pm
Summary: Use Koha::Patrons->find_by_identifier() in C4/Auth_with_ldap.pm
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 40275
Blocks:
  Show dependency treegraph
 
Reported: 2025-07-22 00:28 UTC by David Cook
Modified: 2025-07-22 00:31 UTC (History)
0 users

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Cook 2025-07-22 00:28:27 UTC
There's some custom SQL in "exists_local" and probably other parts of C4/Auth_with_ldap.pm which could probably be replaced with Koha::Patrons->find_by_identifier()