Hi,
We've got the LDAP library working with our setup, but only over the standard port. Switching to our LDAPS port leads to an authentication failure, using otherwise the same details. Is this supported by the library?
We've got Kx's LDAP library working with our LDAPS port, but would rather stick with the one bundled with TorQ since it's already integrated with the permissions framework.
As an aside, to get this working at all we had to override buildDN to return just the
user...@domain.com - uid/cn= or the suffix weren't required.
Thank you