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

2008-06-04 Thread hel-o
Hi, you were right. There was an error in the config file. Now i have the following line in xwiki.cfg: xwiki.authentication.ldap.authclass=com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl Afterwards I restarted Tomcat6. Hi, The problem still remains: Users that are already added (by the

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

2008-06-04 Thread Thomas Mortagne
On Wed, Jun 4, 2008 at 9:01 AM, hel-o [EMAIL PROTECTED] wrote: Hi, you were right. There was an error in the config file. Now i have the following line in xwiki.cfg: xwiki.authentication.ldap.authclass=com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl Documentation is wrong (I just fixed

[xwiki-users] Users can't log anymore

2008-06-04 Thread Fabien
Hi, Since a few day, my users are not able to log anymore into the xwiki platform, I suspect that my tests with LDAP may have some thing to do with it. Thanks to my luck, I am still able to log in with the admin right, and I tried to reset all users passwords so that they can login again. But

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

2008-06-04 Thread hel-o
oh ok setting it to: xwiki.authentication.authclass=com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl changed something. now, no user can log in any more. even the users that already existed!! the stdout log says: INFO .AbstractXWikiMigrationManager - No storage migration required since

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

2008-06-04 Thread Vincent Massol
On Jun 4, 2008, at 10:26 AM, Fabien wrote: Hi, Since a few day, my users are not able to log anymore into the xwiki platform, I suspect that my tests with LDAP may have some thing to do with it. Thanks to my luck, I am still able to log in with the admin right, and I tried to reset

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

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

2008-06-04 Thread Thomas Mortagne
According to the error information is seems that your provided bind user can't log to LDAP server anymore (Invalid Credentials) xwiki.authentication.ldap.bind_DN=CN=user,OU=ServicesAccounts,DC=company,DC=holding,DC=ch xwiki.authentication.ldap.bind_pass=password I don't know AD very well but

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

2008-06-04 Thread Sebastien Fieux
Hi, It would be probably better to find another method to fix your problem than changing the DB directly.However, if you can't, I had to change a few informations directly in the database myself so I know how it works. So this is how to get to / change users information directly from the

[xwiki-users] no WYSWYG on Wiki farm?

2008-06-04 Thread Yishay Mor
I'm working on http://patternlanguagenetwork.myxwiki.org/ This morning, the WYSWYG editor mode seems to be disabled. I opened various pages in FireFox 3 IE 7, and the WYSWYG editor defaults to wiki mode. Could this be a result of the migration to 1.5? -- ___ Yishay Mor,

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

2008-06-04 Thread hel-o
Hi, finaly solved the problem and authentication via activ directory works. the correct authentication class xwiki.authentication.authclass=com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl and correcting an error in the bind_DN did it. Thanks Helmut FabienB wrote: Here is my config

Re: [xwiki-users] no WYSWYG on Wiki farm?

2008-06-04 Thread Jean-Vincent Drean
On Wed, Jun 4, 2008 at 1:12 PM, Yishay Mor [EMAIL PROTECTED] wrote: I'm working on http://patternlanguagenetwork.myxwiki.org/ This morning, the WYSWYG editor mode seems to be disabled. I opened various pages in FireFox 3 IE 7, and the WYSWYG editor defaults to wiki mode. Could this be a

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

2008-06-04 Thread Fabien
Hi again, I have found that my xwiki.cfg is no more read when tomcat and xwiki sevlet is started. Failed to load the file [/WEB-INF/xwiki.cfg] as a resource using the Servlet Context. I have found no where a similar problem in the list. Here is below what's at the end of my web.xml file in the

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 probably better to

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

2008-06-04 Thread Vincent Massol
On Jun 4, 2008, at 3:32 PM, Fabien wrote: Hi again, I have found that my xwiki.cfg is no more read when tomcat and xwiki sevlet is started. Failed to load the file [/WEB-INF/xwiki.cfg] as a resource using the Servlet Context. I have found no where a similar problem in the list.

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 read when tomcat and xwiki sevlet is started.

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

2008-06-04 Thread Sergiu Dumitriu
Vincent Massol wrote: On Jun 4, 2008, at 3:32 PM, Fabien wrote: Hi again, I have found that my xwiki.cfg is no more read when tomcat and xwiki sevlet is started. Failed to load the file [/WEB-INF/xwiki.cfg] as a resource using the Servlet Context. I have found no where a similar

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]: On Jun 4, 2008, at 3:32 PM, Fabien wrote: Hi again, I have found

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, 2008, at 3:32 PM,

Re: [xwiki-users] no WYSWYG on Wiki farm?

2008-06-04 Thread Jean-Vincent Drean
On Wed, Jun 4, 2008 at 3:07 PM, Jean-Vincent Drean [EMAIL PROTECTED] wrote: On Wed, Jun 4, 2008 at 1:12 PM, Yishay Mor [EMAIL PROTECTED] wrote: I'm working on http://patternlanguagenetwork.myxwiki.org/ This morning, the WYSWYG editor mode seems to be disabled. I opened various pages in

[xwiki-users] Moving documents to another space

2008-06-04 Thread Len Wanger
Is there a way to move a page into a different space? I have been searching the documentation and can't find a way to do it. Also, is there a way to import/export all of the documents in a space? I have a space with a lot of documents and it's a pain in the import page to either check all of

Re: [xwiki-users] Moving documents to another space

2008-06-04 Thread Vincent Massol
Hi Len, On Jun 4, 2008, at 4:57 PM, Len Wanger wrote: Is there a way to move a page into a different space? I have been searching the documentation and can't find a way to do it. See http://platform.xwiki.org/xwiki/bin/view/Features/DocumentLifecycle Also, is there a way to import/export