Actions
Patch #4065
closedRedmine.pm doesn't work with LDAPS and a non-standard port
Start date:
2009-10-21
Due date:
% Done:
100%
Estimated time:
Description
To quote from the docs of Authen::Simple::LDAP:
port: Connection port, default to 389. May be overriden by host if host is a URI.
So, using a LDAP server with Secure Connections (which force an URI to be used), the used port has to be appended to the URI. Currently it isn't and the port setting is ignored, which makes it impossible to authenticate at the SVN server in this case.
This patch resolves this issue by simply appending the port to the URI.
Files
Actions