Re: [Dspace-tech] Dspace 1.8 Active Directory Authentication Configuration

2012-03-27 Thread Mesfin Teshome
Hi everyone  Shanu and Oscar thank you for your help. But I am still facing the same problem. My configuration is enable = true autoregister=true provider_url = ldap://serverdnsname:389/ id_field= sAMAccountName object_context = dc=negst,dc=net search_context = dc=negst,dc=net

Re: [Dspace-tech] Dspace 1.8 Active Directory Authentication Configuration

2012-03-27 Thread Emilio Lorenzo
Hi, Mesfin I think you must add to your current auth stack, something similar to: plugin.sequence.org.dspace.authenticate.AuthenticationMethod = \ org.dspace.authenticate.PasswordAuthentication, \ org.dspace.authenticate.LDAPHierarchicalAuthentication (unless you modified the

Re: [Dspace-tech] Dspace 1.8 Active Directory Authentication Configuration

2012-03-27 Thread Mesfin Teshome
Hi Emilio,   Thank you for your help. I have made the changes as you suggested even flipped around the authentication method so that LDAPHierarchicalAuthentication becomes the first one, still no go. Here is the error I am getting and the detailed java error.Internal System Error The system

Re: [Dspace-tech] Dspace 1.8 Active Directory Authentication Configuration

2012-03-27 Thread helix84
On Tue, Mar 27, 2012 at 10:37, Mesfin Teshome mesfina...@yahoo.com wrote: org.dspace.app.webui.servlet.RegisterServlet.processEnterEmail(RegisterServlet.java:298) This is the line that throws the error, there's probably a problem in provider_url config property.

Re: [Dspace-tech] Dspace 1.8 Active Directory Authentication Configuration

2012-03-27 Thread Mesfin Teshome
Hi ,    Thank you, Helix. Shanu, I want to use multiple authentication methods and which is why I have both password and ldaphierarchical. I think from my reading, that's possible. I can be wrong. I am attaching the current authentication method config file.   Mesfin

Re: [Dspace-tech] Metadata In dspace

2012-03-27 Thread ritika bhalla
Hi, I have successfully imported data into Dspace and created scripts for creating the content files and also for modifying the XMLs. ( The XMLs i had were not dublin encoded). Now, i was wondering if instead of using the command line for batch import if i can write a script for that too.. Would

[Dspace-tech] Community Admin Boolean

2012-03-27 Thread KC Roa
How can I set or what is the code for the Boolean element of a community administrator? I don't know what to put inside the getAttribute() function. Thank you for your response. Example: For a system administrator, it is: Boolean admin = (Boolean)request.getAttribute(is.admin); boolean isAdmin

Re: [Dspace-tech] Metadata In dspace

2012-03-27 Thread helix84
On Tue, Mar 27, 2012 at 13:01, ritika bhalla rit.bhall...@gmail.com wrote: Also, i am using groovy for scripting Hi Ritika, just take a look at the [dspace]/bin/dspace shell script, you'll notice it's just a wrapper for org.dspace.app.launcher.ScriptLauncher. From Groovy, you can call the Java

Re: [Dspace-tech] Dspace 1.8 Active Directory Authentication Configuration

2012-03-27 Thread Mesfin Teshome
Dear all, Thank you very much for all the help. Lorenzo, Helix, Oscar, Shanu...your help is very much appreciated. I have finally been able to login using an AD account. This is a very helpful forum. Mesfin-- This

[Dspace-tech] Restricition Issue

2012-03-27 Thread Sonia R Thompson
Hello DSpace Admins, I am having a strange problem with my DSpace 1.7 installation. I am able to create Communities, Collections and Items successfully using the jspui interface. However, when I configure the restrictions for one of my Communities, an anonymous user is still able to access

[Dspace-tech] bitstreams indexed in DSpace?

2012-03-27 Thread Shixing Wen
Are bitstreams indexed for full-text search in DSpace? I have been waving whether to treat serial publications, say a journal or a newsletter, as one item or as one collection. Ideally, it should be treated as an item. That way, we don't need to create metadata for each individual issue. But it