[rt-users] RT Extension LDAPImport Using LDAPS?
Thomas Sibley
trs at bestpractical.com
Mon Apr 9 14:37:10 EDT 2012
On 04/09/2012 02:25 PM, Scott Pestana wrote:
> RT Gents,
> I'm having trouble setting up LDAPImport over LDAPS. The README
> with the package on CPAN details set up and includes "Hostname or
> ldap(s):// uri" which suggests to me that secure transmission should
> work. I have settings in RT_SiteConfig.pm for Security, but I don't see
> a specific flag for the Extension::LDAPImport package to set that secure
> communication is requested.
Please show us your RT_SiteConfig.pm (with passwords redacted).
I suspect you have:
Set($LDAPHost, 'ourldaps.linguamatics.com');
rather than what the doc suggests of:
Set($LDAPHost, 'ldaps://ourldaps.linguamatics.com');
Thomas
More information about the rt-users
mailing list