[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
Thu Aug 10 17:24:20 CEST 2023


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

Alexander Wagner <alexander.wagner at desy.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #130926|0                           |1
        is obsolete|                            |

--- Comment #6 from Alexander Wagner <alexander.wagner at desy.de> ---
Created attachment 154347
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=154347&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

Signed-off-by: Alexander Wagner <alexander.wagner at desy.de>

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


More information about the Koha-bugs mailing list