[Koha-bugs] [Bug 29930] Auth with LDAP: Update tag leads to unwanted updates

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Feb 20 18:15:19 CET 2022


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

--- Comment #1 from Janik <janik.hilser at icloud.com> ---
Created attachment 130926
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130926&action=edit
Bug 29930: Auth with LDAP: Update tag leads to unwanted updates

In the sub the userId was given, but the cardnumber was expected, therefore at
every login the cardnumber changed to the userId.

To test:
1. Login to the OPAC with an LDAP account that has a cardnumber which is
different to the userId
2. Check the patron record's cardnumber.
3. The cardnumber should equal to the userId
4. Apply the patch.
5. Login to the OPAC with an LDAP account that has a cardnumber which is
different to the userId
6. Check the patron record's cardnumber.
7. The cardnumber should be the same as before

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


More information about the Koha-bugs mailing list