On Wed, Feb 20, 2013 at 7:29 AM, [email protected] <[email protected]> wrote:
> LDAPServlet.java -->
> boolean ldap_enabled =
> ConfigurationManager.getBooleanProperty("ldap.enable");

This is the weird thing here. It should be

ConfigurationManager.getProperty("authentication-ldap", "enable");

all the way back to DSpace 1.7 when the [dspace]/config/modules was
introduced. Yet when I grep the jspui codebase, I find both
ConfigurationManager.getBooleanProperty("ldap.enable") and
ConfigurationManager.getProperty("authentication-ldap", "enable").
Either it works both ways or nobody uses LDAP with JSPUI...

Anyway, try changing the code to what I suggested and let us know the results.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to