Hi,
A bit of background first...
We have a web app that can connect to Crystal Reports Server 2008 that uses Ldap authentication and allows users to upload, modify and run reports.
Recently, I went through a process of updating this web app to run with Crystal Reports Server 2013. To do so, I had to change the jars bundled with the application to the jars bundled with Crystal Reports Server 2013 using the Business Intelligence platform Java SDK Developer Guide guide as a reference - http://scn.sap.com/docs/DOC-27465. This was a tedious process with many of the jar files mentioned in the guide not existing as part of my server and/or designer installation.
I am now trying to do a similar thing with Crystal Reports Server 2011 and am running into difficulties. Two things I have tried:
1) Leaving the web app with 2013 libraries and attempting to connect to the server. This is where I see the secLDAP security plugin is not enabled... error message. However, I can confirm that I can connect using Ldap authentication via CMC.
2) Attempting to find and replace all the jars with the 2013 versions - running into similar difficulties with this as I did last time (some jars missing/incomplete - classes missing?).
Help regarding either of these scenarios would be appreciated.
Thanks,
Craig