[xwiki-users] LDAP secure login

2014-08-16 Thread Bryn Jeffries
I would like to have XWiki authenticate logins by accessing a local LDAP server and validate the password using SSHA (comparison of hashed login plus salt). Could anyone give me a definitive answer as to whether this can be done using existing extensions? I've gone round in circles reading old p

Re: [xwiki-users] Pärse groovy with jars

2014-08-16 Thread vinc...@massol.net
  On 16 Aug 2014 at 22:31:24, Jeremie BOUSQUET (jeremie.bousq...@gmail.com(mailto:jeremie.bousq...@gmail.com)) wrote: > > Hi Vincent, > Le 16 août 2014 21:42, "vinc...@massol.net(mailto:vinc...@massol.net)" a > écrit : > > > > > > > > > > > > On 5 Aug 2014 at 15:48:27, Jeremie BOUSQUET >

Re: [xwiki-users] Pärse groovy with jars

2014-08-16 Thread Jeremie BOUSQUET
Hi Vincent, Le 16 août 2014 21:42, "vinc...@massol.net" a écrit : > > > > > > On 5 Aug 2014 at 15:48:27, Jeremie BOUSQUET (jeremie.bousq...@gmail.com (mailto:jeremie.bousq...@gmail.com)) wrote: > > > Hello XWiki Community, > > > > Got some issue with executing groovy in a page ... > > > > I have a

Re: [xwiki-users] How to add panel for history of versions ?

2014-08-16 Thread wafid
thanks, I want to create a great panel which contains the only the history? how can I do that? example: I have 05 comments (objective comments) on my wiki page; to update the page, I have considered the first and the second comments (I check the comments selected), so the page displays two

Re: [xwiki-users] Pärse groovy with jars

2014-08-16 Thread vinc...@massol.net
  On 5 Aug 2014 at 15:48:27, Jeremie BOUSQUET (jeremie.bousq...@gmail.com(mailto:jeremie.bousq...@gmail.com)) wrote: > Hello XWiki Community, > > Got some issue with executing groovy in a page ... > > I have a page with a groovy class, that needs some jars dependencies. > The following "wo

Re: [xwiki-users] Concept of space owner

2014-08-16 Thread Paul Libbrecht
Ryszard, at curriki.org, the rights model is fairly different. There are resources which are private (only you can read), protected (all can read, only you can modify), and public (all can read and modify). There are groups which can be closed or opened… they have spaces which are read only or

Re: [xwiki-users] Deployment-Error: configuring application listener of class org.xwiki.container.servlet.SetThreadNameServletRequestListener

2014-08-16 Thread vinc...@massol.net
Hi,  You’re probably using Java 6 which is why you get the error. See  http://stackoverflow.com/a/11432195/153102 You may have several JDKs installed and your Tomcat startup script may not be using the right JDK. You should double check that. Thanks -Vincent On 14 Aug 2014 at 20:05:42, li...@

Re: [xwiki-users] Restoring delete Main Space, etc.

2014-08-16 Thread vinc...@massol.net
  On 15 Aug 2014 at 11:40:47, Eduard Moraru (enygma2...@gmail.com(mailto:enygma2...@gmail.com)) wrote: > Hi, > > You can: > 1) Re-install the Index Application [1] and restore [2] your documents > manually, one by one > 2) Create a script that restores all the documents in the recycle bin. T

Re: [xwiki-users] How to add panel for history of versions ?

2014-08-16 Thread vinc...@massol.net
Not sure if it’ll help you (your question is not very clear…) but here’s the code from historyinline.vm (what you see when you click on the History tab at the bottom of pages): https://github.com/xwikisas/xwiki-platform/blob/master/xwiki-platform-core/xwiki-platform-web/src/main/webapp/templates/

Re: [xwiki-users] Concept of space owner

2014-08-16 Thread vinc...@massol.net
Hi Ryszard, On 16 Aug 2014 at 13:42:51, Ryszard Łach (ryszard.l...@unity.pl(mailto:ryszard.l...@unity.pl)) wrote: > Hi. > > I'd like to introduce a concept of space owner - a person who is responsible > for > the whole space, it's content, structure etc. > > I'd like to designate one of use

[xwiki-users] Concept of space owner

2014-08-16 Thread Ryszard Łach
Hi. I'd like to introduce a concept of space owner - a person who is responsible for the whole space, it's content, structure etc. I'd like to designate one of users for each of my spaces and have it's name/email/avatar displayed in each one WebHome page. How would you recommend to implement thi