Hello, I am trying to configure ldap, update version 1.4.2 of DSpace 1.5.1 
wing, I have data "LDAP Authentication Configuration Settings" good :
 
 

ldap.enable = true

# This is the url to the institution's ldap server. The /o=myu.edu

# may or may not be required depending on the LDAP server setup.

# A server may also require the ldaps:// protocol.

ldap.provider_url = ldap://172.22.1.2:389

# This is the unique identifier field in the LDAP directory

# where the username is stored. 

ldap.id_field = uid

# This is the object context used when authenticating the

# user. It is appended to the ldap.id_field and username. 

# For example uid=username,ou=people,o=myu.edu. This must match 

# the LDAP server configuration.

ldap.object_context = DC=lasalle;DC=edu;DC=loc

# This is the search context used when looking up a user's

# LDAP object to retrieve their data for autoregistering. 

# With ldap.autoregister turned on, when a user authenticates

# without an EPerson object, a search on the LDAP directory to

# get their name and email address is initiated so that DSpace 

# can create a EPerson object for them. So after we have authenticated against

# uid=username,ou=people,o=byu.edu we now search in ou=people

# for filtering on [uid=username]. Often the

# ldap.search_context is the same as the ldap.object_context

# parameter. But again this depends on each individual LDAP server

# configuration.

ldap.search_context = DC=lasalle;DC=edu;DC=loc

# This is the LDAP object field where the user's email address

# is stored. "mail" is the default and the most common for

# LDAP servers. If the mail field is not found the username

# will be used as the email address when creating the eperson

# object.

ldap.email_field = mail

# This is the LDAP object field where the user's last name is

# stored. "sn" is the default and is the most common for LDAP

# servers. If the field is not found the field will be left

# blank in the new eperson object.

ldap.surname_field = sn

# This is the LDAP object field where the user's given names

# are stored. This may not be used or set in all LDAP instances.

# If the field is not found the field will be left blank in the 

# new eperson object.

ldap.givenname_field = givenName

# This is the field where the user's phone number is stored in

# the LDAP directory. If the field is not found the field

# will be left blank in the new eperson object.

#ldap.phone_field = telephoneNumber

 
change 
 
#### Stackable Authentication Methods #####

# Stack of authentication methods

# (See org.dspace.eperson.AuthenticationManager)

plugin.sequence.org.dspace.authenticate.AuthenticationMethod = \

org.dspace.authenticate.LDAPAuthentication, \

org.dspace.authenticate.PasswordAuthentication

 
and get the following error
 

 

type Informe de Excepción

mensaje 

descripción El servidor encontró un error interno () que hizo que no pudiera 
rellenar este requerimiento.

excepción 
java.lang.ExceptionInInitializerError
        org.dspace.app.webui.util.UIUtil.obtainContext(UIUtil.java:137)
        
org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.java:132)
        org.dspace.app.webui.servlet.DSpaceServlet.doGet(DSpaceServlet.java:99)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:802)


thankssss



m...@rce



 



_________________________________________________________________
Chatea sin límites en Messenger con la tarifa plana de Orange
http://serviciosmoviles.es.msn.com/messenger/orange.aspx
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to