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

Magnus Enger <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #62 from Magnus Enger <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to