http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1371 Summary: Auth_with_ldap.pm is out of sync Product: Koha Version: branch 2.2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P3 Component: Authentication AssignedTo: chris.cormack@liblime.com ReportedBy: devin@freeshell.org QAContact: koha-bugs@nongnu.org In 2.2.8, LDAP authentication doesn't work without many manual changes. Some specifics are: Members cannot be added because required fields are not set (maybe only with MySQL 5) Members cannot login because various template variables are not set The reason is that there are two version of Auth.pm kept, one for LDAP and one without. The LDAP one has not been updated. Attached is an updated file that helps, but there is lots of duplication of code in these two files. Why not merge them into one? ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.