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

            Bug ID: 14625
           Summary: LDAP: mapped ExtendedPatronAttributes cause error when
                    updated on authentication
 Change sponsored?: ---
           Product: Koha
           Version: 3.20
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: Authentication
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

When extended patron attributes are mapped for replication and update via LDAP
the attributes (here: "LOCATION") are properly replicated now (as of bug #8919)
but on update the following error gets thrown:

> opac-user.pl: DBD::mysql::st execute failed: Unknown column 'LOCATION' in 
> 'field list' at /usr/share/koha/lib/C4/Auth_with_ldap.pm line 354, <DATA> 
> line 558.

The reason is that update_local() in Auth_with_ldap.pm doesn't care about those
extended attributes at all. It's harmless because checkpw_ldap() seems to cover
the update, not only the initial replication. But it's still confusing since a
given admin is fooled by a false alarm.

Thanks.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to