Use LDAPS RFC
Jump to navigation
Jump to search
Home
Home
Home
Koha > Technical > Development > RFCs
Koha > Technical > Development > RFCs > Koha components for RFCs > Library System Modules RFCs > Members/Patrons RFCs > Authentication RFCs
Koha > Technical > Development > RFCs > Koha version targeted RFCs > RFCs not targeted at a particular Koha version
Allow Koha to use LDAPS as well as LDAP
Sponsored by no-one yet and developed by Chris, expected for/deadline: 2010-12-10
See also Bug 5406 - please vote for it there if you want to encourage it. Sponsor/developer status is also tracked on the bug: it should match what is displayed here.
Description
When we are connecting across the internet to LDAP servers, we should be using LDAPS if at all possible.
I propose adding another variable to the LDAP config and changing C4::Auth_with_ldap to be able to do LDAP or LDAPS
Net::LDAPS is functionally equivalent to Net::LDAP so will require minimal code changes.
I propose to use a conditional require so a new mandatory dependency is not added
Published Code
No code published yet.
Home
Home
Home
Koha > Technical > Development > RFCs
Koha > Technical > Development > RFCs > Koha components for RFCs > Library System Modules RFCs > Members/Patrons RFCs > Authentication RFCs
Koha > Technical > Development > RFCs > Koha version targeted RFCs > RFCs not targeted at a particular Koha version