Hi Mika You should set as below;
plugin.sequence.org.dspace.eperson.AuthenticationMethod = org.dspace.eperson.LDAPAuthentication webui.ldap.autoregister =true ldap.enable = true Update the following according to your directory setup. ldap.id_field = uid ldap.object_context = ou=???,o=???,c=??? ldap.search_context = ou=people ldap.email_field = mail ldap.givenname_field = givenname ldap.provider_url =ldap://edir.YOURHOST:389 Regards Nilani Nilani Ganeshwaran Institutional Repository Technical Support and Software Developer Tel: +44 (0)161 275 8728 (internal x58728) Email: [EMAIL PROTECTED] Web: http://www.manchester.ac.uk/institutionalrepositoryproject -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mika Stenberg Sent: 22 April 2008 13:25 To: '[email protected]' Subject: [Dspace-tech] LDAP in DSpace 1.5 I cannot seem to enable LDAP authentication in DSPace 1.5? I set: # Stack of authentication methods # (See org.dspace.authenticate.AuthenticationManager) plugin.sequence.org.dspace.authenticate.AuthenticationMethod = \ org.dspace.authenticate.PasswordAuthentication org.dspace.eperson.LDAPAuthentication, \ org.dspace.eperson.X509Authentication And ldap.enable = true. and restarted tomcat. However, JSPUI or XMLUI wont offer LDAP login. Whats the catch? -Mika ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

