[Dspace-tech] AD Authentication and Choose login page?

2007-04-27 Thread Michael White
Hi, I am trying to get Active Directory LDAP integration up and running with DSpace v1.4.1. Jayan Chirayath Kurian has kindly provided me with a copy of an ADAuthentication.java plugin written by Kyle Brenthall (along with implementation instructions - thanks Kyle, by the way :-) ). Following

Re: [Dspace-tech] AD Authentication and Choose login page?

2007-04-27 Thread Jayan Chirayath Kurian
Check plugin.sequence.org.dspace.eperson.AuthenticationMethod = \ org.dspace.eperson.ADAuthentication, org.dspace.eperson.PasswordAuthentication ldap.enable = false this will bring the normal password screen for you to enter uid and password. __

[Dspace-tech] different metadata schema for patent and standard

2007-04-27 Thread majx
Hi, I have a question about metadata of dspace. I have some collection named patent, standard and so on. but I find some field can not suit the Dublin Core elements. Would you please tell me how can I manage it? Thanks! majx The Lanzhou Branch of the National Science Library,CAS E-mail: [E

Re: [Dspace-tech] different metadata schema for patent and standard

2007-04-27 Thread Jayan Chirayath Kurian
If you wish to add metadata fields, then go to admin section of Dspace http://localhost:8080/dspace/dspace-admin/metadata-field-registry From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of majx Sent: Friday, April 27, 2007 6:39 PM To: [EMAIL PRO

Re: [Dspace-tech] different metadata schema for patent and standard

2007-04-27 Thread Claudia Jürgen
Hi Majx, you may create your own metadataschema. Log in as Admin to your DSpace instance, go to [YourDSpaceURL]/dspace-admin. In the left hand menu there is an option "Metadata Registry". There you can manage your metadata registries. You may create a new (flat) schema with the fields you need.

Re: [Dspace-tech] AD Authentication and Choose login page?

2007-04-27 Thread Michael White
Thanks Jayan, I eventually realised my problem!! I had the 2 authentication methods in the plugin list on different lines, but hadn't added a "\" terminator to the end of the first line - I've done that now and now I'm getting the normal logon screen. My LDAP login still isn't working, but I'm

Re: [Dspace-tech] AD Authentication and Choose login page?

2007-04-27 Thread Jayan Chirayath Kurian
"LDAP Query of AD for User Failed" - this shows that ADauthentication code is executing. Now the problem could be with search context. In DSpace config file u have given context as ou=enabled,ou=staff,dc=ad,dc=stir,dc=ac,dc=uk? If it doen't work, then give context as CN=mw6,ou=enabled,ou=staf

[Dspace-tech] Multiple handle servers

2007-04-27 Thread TAYLOR Robin
I wonder if anyone can save me some time with a wee query about handle servers. We are intending to run more than one Dspace installation on the same machine, each with its own handle server. When creating the sitebndl file I am prompted for two port numbers, the defaults are 2641 and 8000. I am as

[Dspace-tech] Organizing multiple files under one item

2007-04-27 Thread Ariel Deiaco-Lohr
I recently had to upload additional files to an item, and in the process the database seemed to randomly organize the list of files under this item. This will make it difficult for my users to understand what this item contains. I know bitstreams are assigned a SequenceID that cannot be changed,

Re: [Dspace-tech] Organizing multiple files under one item

2007-04-27 Thread Lucia de la Iglesia Chamarro
Ariel, I don't know if there are any tool for making that other way than selecting and updating in postgres... I've updated bitstream table (sequence_id field) and it works, but I think that this is not the best way to do... Lucía. Ariel Deiaco-Lohr wrote: > I recently had to upload addition

Re: [Dspace-tech] Multiple handle servers

2007-04-27 Thread James Rutherford
On Fri, Apr 27, 2007 at 04:06:15PM +0100, TAYLOR Robin wrote: > I wonder if anyone can save me some time with a wee query about handle > servers. We are intending to run more than one Dspace installation on > the same machine, each with its own handle server. When creating the > sitebndl file I am

[Dspace-tech] Calling all DSpace Service Providers

2007-04-27 Thread Margaret Waters
Are you a DSpace Service Provider? Do you provide consulting services for DSpace sites? Please add your service to the DSpace wiki: http://wiki.dspace.org/index.php/ServiceProviders When we migrated the wiki to new software last fall, we lost some content, including an earlier version of this pa

Re: [Dspace-tech] author browse weirdness

2007-04-27 Thread Jose Blanco
James: After looking at this problem some more, it seems that this is just the nature of the way postgres does "order by". I looked around for some more examples from other dspace institutions where I thought it worked and can't find it now. Could some one try to insert 3 items with the followin

Re: [Dspace-tech] author browse weirdness

2007-04-27 Thread Claudia Juergen
Hi Jose, don't think so. You mentioned some db manipulations before. What did you change? Put your example in a test server, see https://eldorado2.uni-dortmund.de/browse-author looks ok. Claudia Jürgen > James: > > After looking at this problem some more, it seems that this is just the > natur

Re: [Dspace-tech] Multiple handle servers

2007-04-27 Thread Nikolas Lam
On Fri, 2007-04-27 at 16:06 +0100, TAYLOR Robin wrote: > I wonder if anyone can save me some time with a wee query about handle > servers. We are intending to run more than one Dspace installation on > the same machine, each with its own handle server. When creating the > sitebndl file I am prompte