After reading this post translated from German:
http://translate.google.com/translate?hl=en&sl=de&u=http://forum.reportserver.net/viewtopic.php%3Fpid%3D849&prev=search
A script was mentioned in this post. Thanks be to Google Translate!
I made some edits to the script provided by Thorsten. I added declarations of the Logger class internal to each class contained within the script. I also switched out System.out.println and replaced it with logger.severe(). I suspect my logging levels aren’t set properly but I was unable to figure out how to make the necessary adjustments. This is my hack.
New hookldappam.groovy (with debugging) file:
http://pastebin.com/yUV828Qb
New hookldappam.groovy (without debugging) file:
http://pastebin.com/sEknVQnF
If you’re using LDAP, you must use the new script and set the following attribute in the report.properties file:
rs.authenticator.pams =
Thorsten, please correct me if I’m mistaken.