[Koha-bugs] [Bug 8993] LDAP authentication improvements: multiple branch and transformation modules

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Feb 6 20:59:04 CET 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8993

Magnus Enger <magnus at libriotech.no> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |magnus at libriotech.no

--- Comment #62 from Magnus Enger <magnus at libriotech.no> ---
Will this patch make it possible to configure LDAPS? I'm an LDAP noob, but
working with a customer I have managed to get LDAPS working, by changing line
109 of C4/Auth_with_ldap.pm +109 from this:

  my $db = Net::LDAP->new(\@hosts);

to this:

  my $db = Net::LDAP->new(\@hosts, version => 3, scheme => 'ldaps', port =>
123, capath => '/usr/ssl/certs');

As far as I can tell, this patch does not touch that line, but I might be
missing something... 

If this patch does not make LDAPS configurable, and if noone objects loudly,
I'll do a patch on another bug that makes it possible to set version, scheme,
port and capath in koha-conf.xml

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list