https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20943 Bug ID: 20943 Summary: Cannot enable shibboleth and LDAP at the same time Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Authentication Assignee: koha-bugs@lists.koha-community.org Reporter: nick@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org CC: dpavlin@rot13.org In C4::Auth->checkpw the authentication methods are in an elsif loop. When both methods are enabled the ldap loop catches the login, fails because it doesn't have the correct information, and a shibboleth login is not passed through. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.