Re: [Dspace-tech] dspace 1.8.2 : registering error

2012-09-28 Thread François Lefebvre
Hi, So I found the solutions. In my case, with LDAP and passord authentication, you need to : * For password registration ( and not LDAP registration ): You need to change the JSP new-ldap-user : Put the netid et password form hidden : Let only show the mail form. Dspace will send to the us

Re: [Dspace-tech] dspace 1.8.2 : registering error

2012-09-27 Thread Pottinger, Hardy J.
Hi, François, it's possible the problem you have found may have something to do with this issue: https://jira.duraspace.org/browse/DS-1007 But, I think it's likely you've found a new issue specific to the LDAP AuthN code. I'd suggest opening a Jira ticket for this issue http://jira.dspace.org/

Re: [Dspace-tech] dspace 1.8.2 : registering error

2012-09-27 Thread François Lefebvre
Hi, Thanks for your answer. I think I found a beginning of a solution : In RegisterServlet.java ( line 298 ), Dspace try to add new users in the LDAP. But He can't. So, to avoid this, I play with the conditions. I change the JSP new-ldap-user. In this file, you can write your mail only. So, if

Re: [Dspace-tech] dspace 1.8.2 : registering error

2012-09-27 Thread Bram Luyten
Hi François, you might be suffering from a DSpace bug. Does it work when you configure following values in *dspace.cfg* * * ldap.provider_url ldap.id_field ldap.search_context I know that they *should* be in authentication-ldap.cfg, but the bug you might be facing still expects them to be in dsp

Re: [Dspace-tech] dspace 1.8.2 : registering error

2012-09-27 Thread François Lefebvre
Hi, I'm still looking about this error. Any ideas ? In the mailing archives, I found a similar post but there is no solution. Someone wrote that he doesn't understand why there are 2 authentications. For me, we need both because we've got 2 kinds of population : from the university and the oth

[Dspace-tech] dspace 1.8.2 : registering error

2012-09-26 Thread François Lefebvre
Hi, I'm a new dspace user. I've installed dspace 1.8.2 and I have an error when I try to register a user with the jspui interface. I'm using LDAP authentication et password, so in the authentication.cfg file I have : plugin.sequence.org.dspace.authenticate.AuthenticationMethod = \