rwinch / spring-ldap-migrate-issues

0 stars 0 forks source link

LDAP-310: Log LDAP queries generated by spring-ldap #309

Open rwinch opened 10 years ago

rwinch commented 10 years ago

Migrated from LDAP-310

I would be useful for the debugging purposes to have log the final query string sent to the server as well as the parameters. Something we can copy-paste into the LDAP server and see how it runs. Similar to the way JdbcTemplate shows the queries and parameters executing a query.

I'm creating this Jira as per the following StackOverflow post: https://stackoverflow.com/questions/24061834/how-to-see-the-query-generated-by-spring-ldaptemplate.