Hi,
I'm currently working on an LDAP authentication against a damn huge (200k+ accounts) AD and have some issues with several queries. One thing is a user search which throws the LdapConnectionException in the QueryOperationHandler. Sadly it doesn't contain any helpful message:
'LDAP search failed. Diagnostic message: ""'
It'd be great if the exception could expose the error code or do I miss something?
Cheers
Matthias