Re: [xwiki-users] Active Directory

2008-05-13 Thread Fabien
ation.ldap.authclass ? It seems look at the trace that xwiki only take xwiki.authentication.authclass into account. Fabien On Thu, May 8, 2008 at 3:53 PM, Thomas Mortagne <[EMAIL PROTECTED]> wrote: > Which LDAP authenticator (xwiki.authentication.ldap.auth

Re: [xwiki-users] Active Directory

2008-05-13 Thread Fabien
Again: Did you meant "com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl.class" instead of "com.xpn.xwiki.*ldap**.authentication*.XWikiLDAPAuthServiceImpl " ? On Tue, May 13, 2008 at 11:57 AM, Fabien <[EMAIL PROTECTED]> wrote: >

Re: [xwiki-users] ldap auth against active directory fails

2008-05-16 Thread Fabien
Hi, I don't know if this will help, but here is below my xwiki.cfg configuration file that enable me to bind. I still do not reach the field mapping step though, I get a "LDAPReferralException: Automatic referral following not enabled (10) Referral LDAPReferralException: Server Message: 202B:

Re: [xwiki-users] ldap auth against active directory fails

2008-05-20 Thread Fabien
ferralException: *Automatic referral following not enabled* (10) Referral LDAPReferralException: Server Message: 202B: RefErr: DSID-0310063C, data 0, 1 access points" Fabien On Fri, May 16, 2008 at 3:23 PM, Mihails Agafonovs <[EMAIL PROTECTED]> wrote: > If your sAMAccountName is lik

Re: [xwiki-users] ldap auth against active directory fails

2008-05-20 Thread Fabien
e bind is ok to allow a user to enter into xwiki. Fabien On Tue, May 20, 2008 at 9:33 AM, Fabien <[EMAIL PROTECTED]> wrote: > My login does not contain a "." and I already get bind, I got another > problem after the bind during the search. > > I got the following err

Re: [xwiki-users] ldap auth against active directory fails

2008-05-20 Thread Fabien
ot configured to directly use > provided user/pass to connect to LDAP server. > Ok putting validate_password to 0 works ! Thanks ! Fabien ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

[xwiki-users] How to change user ownership of documents ?

2008-05-23 Thread Fabien
user. So how to change the ownership of document from old name to new name ? Fabien ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

[xwiki-users] Users can't log anymore

2008-06-04 Thread Fabien
the password is linked to which user, I had also a look to the xwiki datamodel page but it is tagged as obsolete ! Could anyone helps me ? Thanks in advance, Fabien ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] LDAP Authentication (Active Directory

2008-06-04 Thread Fabien
Here is my config working with the new and the old LDAP plugin. What I find strange in your config is the line xwiki.authentication.ldap.bind_DN #-# Turn LDAP authentication on - otherwise only XWiki authentication #-# 0 : disable #-# 1 : enable xwiki.authentication.ldap=1 # Turn LDAP validate

[xwiki-users] Failed to load the file [/WEB-INF/xwiki.cfg] as a resource using the Servlet Context.

2008-06-04 Thread Fabien
web.xml file in the same WEB-INF directory. XWikiConfig /WEB-INF/xwiki.cfg java.lang.String What's wrong in my configuration ? Thanks again ! Fabien ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] Users can't log anymore

2008-06-04 Thread Fabien
Thanks Sebastien, I think this would be good to document that into the coder xwiki documentation ! I will give it a try on a dump of the database as the change of password through xwiki does not work. Fabien 2008/6/4 Sebastien Fieux <[EMAIL PROTECTED]>: > Hi, > > It would be

Re: [xwiki-users] Failed to load the file [/WEB-INF/xwiki.cfg] as a resource using the Servlet Context.

2008-06-04 Thread Fabien
I don't remember adding it myself ! I will remove that just to see what's happen. Fabien 2008/6/4 Vincent Massol <[EMAIL PROTECTED]>: > > On Jun 4, 2008, at 3:32 PM, Fabien wrote: > > > Hi again, > > > > I have found that my xwiki.cfg is no more r

Re: [xwiki-users] Failed to load the file [/WEB-INF/xwiki.cfg] as a resource using the Servlet Context.

2008-06-04 Thread Fabien
Exactly same error after stop restart of tomcat 2008/6/4 Fabien <[EMAIL PROTECTED]>: > I don't remember adding it myself ! > > I will remove that just to see what's happen. > > Fabien > > 2008/6/4 Vincent Massol <[EMAIL PROTECTED]>: > > >&g

Re: [xwiki-users] Failed to load the file [/WEB-INF/xwiki.cfg] as a resource using the Servlet Context.

2008-06-04 Thread Fabien
Yes I checked that the file is world readable, and I can edit it. Is it ok that the path is absolute [/WEB-INF/xwiki.cfg] ? By looking at the code I did not find a prefix added before. Fabien 2008/6/4 Sergiu Dumitriu <[EMAIL PROTECTED]>: > Vincent Massol wrote: > > On Jun 4, 2

Re: [xwiki-users] Users can't log anymore

2008-06-05 Thread Fabien
It works again, the problem was a bad xwiki plugin in the list. Starting from a basic xwiki.cfg solved the pb. But the mystery is still there as there is always a trace in the log saying that xwiki is unable to load xwiki.cfg but it seems to ! Fabien 2008/6/4 Fabien <[EMAIL PROTEC

Re: [xwiki-users] Failed to load the file [/WEB-INF/xwiki.cfg] as a resource using the Servlet Context.

2008-06-05 Thread Fabien
It worked with a basic xwiki.cfg but I have still a debug trace in the log telling xwiki is not able to load it ! Perhaps the trace was always there and I only notice it recently, I will try to update my source repository and rebuild xwiki XE. Fabien 2008/6/4 Sergiu Dumitriu <[EMAIL PROTEC

[xwiki-users] Pb with last trunk version

2008-04-10 Thread Fabien
available in the Apache Tomcat/5.5 logs.* What do I forget ? Fabien ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] Pb with last trunk version

2008-04-10 Thread Fabien
Thanks Thomas, I will tried that. Is there something specific to do to get AspectJ working ? or in Maven ? Fabien On Thu, Apr 10, 2008 at 5:23 PM, Thomas Mortagne <[EMAIL PROTECTED]> wrote: > Hi, > > On Thu, Apr 10, 2008 at 4:48 PM, Fabien <[EMAIL PROTECTED]> wrote: >

Re: [xwiki-users] Pb with last trunk version

2008-04-11 Thread Fabien
- [INFO] Total time: 7 minutes 58 seconds [INFO] Finished at: Fri Apr 11 13:39:49 CEST 2008 [INFO] Final Memory: 29M/144M [INFO] Is it ok ? Do I miss something in my configuration ? Thanks again for yo

[xwiki-users] How to add TAGs to blog entry ?

2008-04-11 Thread Fabien
Hi, I want to be able to add TAG to each blog entry. I see it is possible for wiki pages, there is a panel appearing on the right side of the web page. What do I need to do ? Create a new panel ? Modify a xwiki object or class ? Fabien ___ users

[xwiki-users] Is it possible to change the starting URL of Xwiki ?

2008-04-11 Thread Fabien
Hi, I want to start with the blog page of the wiki and not on the standard page. I have looked into all tomcat, xwiki configuration files but find nothing that works. Is the starting URL hardcoded into the source code ? Fabien ___ users mailing list

Re: [xwiki-users] How to add TAGs to blog entry ?

2008-04-11 Thread Fabien
Hi Guillaume, I just edited the XWiki.ArticleClassSheet and put your proposed code into the inline section. But this seems to do nothing, I only see "Tags:" that I have also added and no panel nor editing area. Do I need to do something else ? Fabien #if($obj == "") #war

Re: [xwiki-users] How to add TAGs to blog entry ?

2008-04-11 Thread Fabien
Super it works ! Thanks. I definitively need to learn velocity existing macros. If you have an up-to-date URL for that, feel free to send ! On Fri, Apr 11, 2008 at 3:27 PM, Guillaume Lerouge <[EMAIL PROTECTED]> wrote: > Hi Fabien, my bad : you've done everything right, I s

[xwiki-users] Refine searches by tag / Advanced search by tag

2014-07-18 Thread Fabien Munoz
Hello, I would like to be able to refine searches in xwiki enterprise by tags as I already can by Spaces or wikis. How can I do that? Is there any way to do the same directly into the search input? Something like 'install tag:linux' would search for the word 'install', on into pages tagged 'linu

Re: [xwiki-users] Refine searches by tag / Advanced search by tag

2014-07-30 Thread Fabien Munoz
> > > > >> > > >> Worked for me too, that's really nice, thanks ! > > > > > > > > And I’ve now documented this example at > > > > http://extensions.xwiki.org/xwiki/bin/view/Extension/Solr+Search+Application#HFacetingonObjec

Re: [xwiki-users] Refine searches by tag / Advanced search by tag

2014-07-30 Thread Fabien Munoz
> admin section maybe, wdyt ? > > BR, > Jeremie > > [1] - > > http://extensions.xwiki.org/xwiki/bin/view/Extension/Solr+Search+Application#HSearchUIConfiguration > > > 2014-07-30 16:58 GMT+02:00 Fabien Munoz : > > > Where can I configure the Solr Search UI to add a new f

[xwiki-users] [myxwiki] new wiki request

2012-10-11 Thread Fabien-Kenzo Sato
Hi, I would like to use XWiki for the members of the citizen association "Utopia". We coproduce a lot of documents with our members and a wiki would be useful. Thanks a lot, Fabien-Kenzo Sato http://www.mouvementutopia.org --- username: kenzo subdoma

Re: [xwiki-users] [myxwiki] new wiki request

2012-10-12 Thread Fabien-Kenzo Sato
Thanks! 2012/10/12 Thomas Mortagne > You can access your new wiki on http://utopia.myxwiki.org. > > Enjoy ! > > On Thu, Oct 11, 2012 at 12:08 PM, Fabien-Kenzo Sato > wrote: > > Hi, > > > > I would like to use XWiki for the members of the citizen association

[xwiki-users] Remove activity stream from Tag pages

2014-04-29 Thread MUNOZ, Fabien (DIMENSION DATA FRANCE)
Hello, How can I remove the activity stream widget from tags pages? I use the default skin, fresh install with last version of Xwiki. Thanks in advance, F The information in this e-mail is confidential. The contents may not be disclosed or used by anyone other than the addressee. Access to th

Re: [xwiki-users] Remove activity stream from Tag pages

2014-04-30 Thread MUNOZ, Fabien (DIMENSION DATA FRANCE)
Thanks a lot. The information in this e-mail is confidential. The contents may not be disclosed or used by anyone other than the addressee. Access to this e-mail by anyone else is unauthorised. If you are not the intended recipient, please notify Airbus immediately and delete this e-mail. Airbu