Koha Test Wiki MediaWiki MySQL Binary Upgrade

One of a series of test instances for migrating the Koha Wiki MediaWiki database.

For the current Koha Wiki, visit https://wiki.koha-community.org .

Use LDAPS RFC

From Koha Test Wiki MediaWiki MySQL Binary Upgrade
Jump to navigation Jump to search

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.