Re: [Dspace-tech] Adding e-people into groups automatically

2014-11-23 Thread helix84
On Fri, Nov 21, 2014 at 6:32 PM, Nada Abo-Eita wrote: > Sorry for annoying, but I have one last question if possible. > If I follow the way that you mention to customize my own theme - edit web > apps under the [dspace] to avoid rebuilding dspace- , In this case do I need > to copy these changes t

Re: [Dspace-tech] Adding e-people into groups automatically

2014-11-21 Thread Nada Abo-Eita
Thank you helix for your quick reply, Sorry for annoying, but I have one last question if possible. If I follow the way that you mention to customize my own theme - edit web apps under the [dspace] to avoid rebuilding dspace- , In this case do I need to copy these changes to /tomcat/webapps, as we

Re: [Dspace-tech] Adding e-people into groups automatically

2014-11-20 Thread helix84
On Thu, Nov 20, 2014 at 5:48 PM, Nada Abo-Eita wrote: > What about creating new xmlui theme via overlays (under > [dspace-src]/[dspace]/modules) , Should I rebuild in this case? You can develop your theme in [dspace] - that way you won't have to rebuild after each change, just reload the page. Of

Re: [Dspace-tech] Adding e-people into groups automatically

2014-11-20 Thread Nada Abo-Eita
What about creating new xmlui theme via overlays (under [dspace-src]/[dspace]/modules) , Should I rebuild in this case? On Tue, Nov 18, 2014 at 1:48 PM, helix84 wrote: > On Tue, Nov 18, 2014 at 11:44 AM, Nada Abo-Eita > wrote: > > I have one more question, if applicable. Should I rebuild dspace

Re: [Dspace-tech] Adding e-people into groups automatically

2014-11-18 Thread helix84
On Tue, Nov 18, 2014 at 11:44 AM, Nada Abo-Eita wrote: > I have one more question, if applicable. Should I rebuild dspace (Full > build), after applying changes to authentication-ldap.cfg file? or > restarting tomcat is enough? You only need to restart Tomcat after modifying configs in [dspace]/c

Re: [Dspace-tech] Adding e-people into groups automatically

2014-11-18 Thread Nada Abo-Eita
Thank you guys for your help :) I have one more question, if applicable. Should I rebuild dspace (Full build), after applying changes to authentication-ldap.cfg file? or restarting tomcat is enough? Regards, Nada Abo-Eita On Mon, Nov 17, 2014 at 7:35 PM, Xerio Cheri wrote: > Hi Nada, > > I've

Re: [Dspace-tech] Adding e-people into groups automatically

2014-11-17 Thread Xerio Cheri
Hi Nada, I've developed a pretty non-standard way to achieve this via a PostgreSQL TRIGGER statement. In that case, you have to create your group and see what 'id' has been given to it in the database (epersongroup table, eperson_group_id field). In the following example I assume it has ID 6, so y

Re: [Dspace-tech] Adding e-people into groups automatically

2014-11-17 Thread helix84
Hi Nada, if you're using LDAP, you may put the name of a DSpace group (create this group first) into login.specialgroup [1] and all users who log in via LDAP will be members of this group while they're logged in. You can check this group membership in the profile of the logged in user. In addition

Re: [Dspace-tech] Adding e-people into groups automatically

2014-11-17 Thread vinod mishra
You may use LDAP feature of DSpace: https://www.google.co.in/search?q=ldap+dspace&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a&channel=sb&gfe_rd=cr&ei=8fBpVOabJq7M8ge96oH4Ag#rls=org.mozilla:en-US:official&channel=sb&q=ldap+dspace On Mon, Nov 17, 2014 at 4:59 PM, Nada Abo

[Dspace-tech] Adding e-people into groups automatically

2014-11-17 Thread Nada Abo-Eita
Dear DSpace Community, I am wondering if DSpace can add e-people into groups automatically. To clarify, lets take this scenario : I have thousands of students and I want for any students logged in for the first time to be added automatically into University Students Group. Simply I don't want to a