[Koha-bugs] [Bug 11808] New: When searching for a cardnumber in the intranet, also try to search for it on the LDAP server if one is configured.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 20 22:39:04 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11808

            Bug ID: 11808
           Summary: When searching for a cardnumber in the intranet, also
                    try to search for it on the LDAP server if one is
                    configured.
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Authentication
          Assignee: gmcharlt at gmail.com
          Reporter: fcapovilla at live.ca
        QA Contact: testopia at bugs.koha-community.org
                CC: dpavlin at rot13.org

Created attachment 25527
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=25527&action=edit
Add the SearchCardnumberWithLDAP system preference.

This patch adds the "SearchCardnumberWithLDAP" system preference which will let
you search for cardnumbers on a LDAP server.
This feature only works in the Circulation section's "Check out" search bar.

This feature is useful if you want to be able to checkout items for new users
who were added on an LDAP server, but never connected on the OPAC.

Here is how this feature works:
* The librarian searches for a cardnumber in the intranet to do a checkout.
* Search for the cardnumber in the local database.
* If no borrower was found, SearchCardnumberWithLDAP is activated and an LDAP
server is configured, search for the borrower on the LDAP server.
* If a borrower was found on the LDAP server, add it to the local database.

Also:
* If the borrower was found in the local database, SearchCardnumberWithLDAP is
activated and an LDAP server is configured, the borrower is updated using the
informations on the LDAP server.

Sponsored-by: CCSR ( http://www.ccsr.qc.ca )

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


More information about the Koha-bugs mailing list