Hello,
I tried without succes this method:
http://jira.xwiki.org/browse/XWIKI-865
to connect on my ldaps...
I can't connect on my wiki when I use a ldaps server...
Someone managed to connect?
Are they a way to debug this, to found my mistake?
Do you have a documentation about this?
Thxs for your anwer.
Pascal B
I have several spaces that use custom color schemes. How do I get the
global panels to display in the color scheme of the space, not the wiki
defaults?
Paul Pinkerton
KnowledgeNow Project Lead
Hello
I am pretty new with xwiki so please bear with me ...
I am tasked with a migration project from an existing mediawiki (about 500
pages) to a brand new xwiki system that we will hopefully enjoy in the
future.
I am pondering my options and would definitely appreciate any pointer /
suggestion as of the best way to proceed.
I have played with an xml dump produced using WikiTeam dumpgenerator.py
(http://code.google.com/p/wikiteam/wiki/NewTutorial#I_have_no_shell_access_t…)
but the results are fairly disappointing. Is this a viable approach ?
Again any help most appreciated.
--
View this message in context: http://xwiki.475771.n2.nabble.com/Advice-needed-for-best-way-to-migrate-fro…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello,
Currently we have LDAP authentication for our XWIKI users. I am trying to
implement XWiki Authenticator Trusted LDAP with it.
I did the following:
1. Added jar file into WEB-INF/lib folder
2. Modified xwiki.cfg :
2.1. Replaced
xwiki.authentication.authclass=com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl
with
xwiki.authentication.authclass=com.xpn.xwiki.user.impl.xwiki.AppServerTrustedAuthServiceImpl
If I replace the line with
xwiki.authentication.authclass=com.xwiki.authentication.trustedldap.TrustedLDAPAuthServiceImpl,
my xwiki doesn’t run at all with an error LDAP.XWikiLDAPAuthServiceImpl not
found.
2.2. I still have all configuration in place for LDAP, and I have added the
lines according to the recommendations:
#-# A Java regexp used to parse the remote user provided by JAAS
xwiki.authentication.trustedldap.remoteUserParser=(.+)(a)(.+)
#-# Indicate which of the regexp group correspond to which LDAP properties
#-# The following LDAP properties are supported:
#-# login, password, ldap_server, ldap_base_DN, ldap_bind_DN,
ldap_bind_pass
#
#xwiki.authentication.trustedldap.remoteUserMapping.1=login
#xwiki.authentication.trustedldap.remoteUserMapping.2=ldap_server,ldap_base_DN,ldap_bind_DN,ldap_bind_pass
xwiki.authentication.trustedldap.remoteUserMapping.1=
xwiki.authentication.trustedldap.remoteUserMapping.2=our data here
#-# Indicate how to convert each found property
#xwiki.authentication.trustedldap.remoteUserMapping.ldap_server=MYDOMAIN=my.domain.com|MYDOMAIN2=my.domain2.com
#xwiki.authentication.trustedldap.remoteUserMapping.ldap_base_DN=MYDOMAIN=dc=my,dc=domain,dc=com|MYDOMAIN2=dc=my,dc=domain2,dc=com
#xwiki.authentication.trustedldap.remoteUserMapping.ldap_bind_DN=MYDOMAIN=cn=bind,dc=my,dc=domain,dc=com|MYDOMAIN2=cn=bind,dc=my,dc=domain2,dc=com
#xwiki.authentication.trustedldap.remoteUserMapping.ldap_bind_pass=MYDOMAIN=password|MYDOMAIN2=password2
xwiki.authentication.trustedldap.remoteUserMapping.ldap_server=MYDOMAIN=domain_name1.ds.domain.ca|MYDOMAIN2=domain_name2.ds.somain.ca
xwiki.authentication.trustedldap.remoteUserMapping.ldap_base_DN=MYDOMAIN=dc=
domain_name1,dc=ds,dc=domain,dc=ca|MYDOMAIN2=dc=domain_name2,dc=ds,dc=domain,dc=ca
xwiki.authentication.trustedldap.remoteUserMapping.ldap_bind_DN=MYDOMAIN=cn=bind,dc=domain_name1,dc=ds,dc=domain,dc=ca|MYDOMAIN2=cn=bind,dc=
domain_name2,dc=ds,dc=domain,dc=ca
xwiki.authentication.trustedldap.remoteUserMapping.ldap_bind_pass=MYDOMAIN=password|MYDOMAIN2=password
My questions:
1. What are xwiki.authentication.trustedldap.remoteUserMapping.1 and
xwiki.authentication.trustedldap.remoteUserMapping.2 ? Should I have those 2
lines for both domains? Also, I confused with parameters: login,
ldap_server, ldap_base_DN, ldap_bind_DN, ldap_bind_pass.
Login – I do not know what to use, have empty.
ldap_server – enter the same as for xwiki.authentication.ldap.server.
ldap_base_DN – enter the same as for xwiki.authentication.ldap.base_DN,
ldap_bind_DN – enter the same as for xwiki.authentication.ldap.bind_DN, ,
ldap_bind_pass – entart the same as for xwiki.authentication.ldap.bind_pass
2. Should I keep MYDOMAIN, MYDOMAIN1, MYDOMAIN2 words or replace it with
some actual names? If ‘Yes’ – what names? Should I replace bind with some
actual data? What is that?
3. Could you please provide more explanations how to implement this trusted
domain authentication and provide the whole part of LDAP authentication of
xwiki.cfg file?
Now, after modifications, our LDAP authentication is broken and trusted
domain authentication doesn’t work.
Thank you,
Galina
--
View this message in context: http://xwiki.475771.n2.nabble.com/XWiki-Authenticator-Trusted-LDAP-tp758908…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello, I've searched a little for some information about using the Includes
macro across multiple Xwiki instances over the web. Basically, I would like
to describe this method of disseminating our own free/libre/open content
which is on an Xwiki, for others to reproduce without creating new copies
that they would have to maintain.
Includes across multiple Xwikis would be nice. Being able to off this
across multiple kinds of Wiki would be very nice.
Thanks ahead of time for any guidance.
--
Joseph Potvin
<http://goo.gl/Ssp56>
Hi All,
i use a Changelistener on a Document to update an object. Now i added a
larger text to the object an get the exception "data exception: string data,
right truncation; table: XWIKISTRINGS column: XWS_VALUE".
First i replaced the german "ü,ö,ä,ß", but they are not the reason as you
can see.
Did someone know that error?
My text which throws the exception is
Is there a character which i shoudl remove?
Regards,
Matthias
--
View this message in context: http://xwiki.475771.n2.nabble.com/Error-saving-document-with-text-in-object…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi All,
i got an issue with users after an hard migration from XE 2.5 to XE 5.3 (tnx
again Denis).
in the header section of the page, where usually there are menus, link to
profile, logout and so on, the section itself is not showed while there's
the following error stacktrace:
Error number 4001 in 4: Error while parsing velocity page
/templates/menuview.vm
com.xpn.xwiki.XWikiException: Error number 4001 in 4: Error while parsing
velocity page /templates/menuview.vm
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:110)
at
com.xpn.xwiki.internal.template.DefaultPrivilegedTemplateRenderer.evaluate(DefaultPrivilegedTemplateRenderer.java:125)
at
com.xpn.xwiki.internal.template.DefaultPrivilegedTemplateRenderer.evaluateTemplate(DefaultPrivilegedTemplateRenderer.java:75)
at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1687)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1627)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:918)
at sun.reflect.GeneratedMethodAccessor167.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:395)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:173)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280)
at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:369)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:216)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:311)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:230)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:228)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:187)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:105)
at
com.xpn.xwiki.internal.template.DefaultPrivilegedTemplateRenderer.evaluate(DefaultPrivilegedTemplateRenderer.java:125)
at
com.xpn.xwiki.internal.template.DefaultPrivilegedTemplateRenderer.evaluateTemplate(DefaultPrivilegedTemplateRenderer.java:75)
at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1687)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1627)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:918)
at sun.reflect.GeneratedMethodAccessor167.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:395)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:173)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280)
at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:369)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:216)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:311)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:230)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:228)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:187)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:105)
at
com.xpn.xwiki.internal.template.DefaultPrivilegedTemplateRenderer.evaluate(DefaultPrivilegedTemplateRenderer.java:125)
at
com.xpn.xwiki.internal.template.DefaultPrivilegedTemplateRenderer.evaluateTemplate(DefaultPrivilegedTemplateRenderer.java:75)
at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1687)
at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:166)
at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:88)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:331)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:129)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:425)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:228)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:449)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:121)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:144)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:66)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:619)
Caused by: org.xwiki.velocity.XWikiVelocityException: Failed to evaluate
content with id [/templates/menuview.vm]
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:247)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:187)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:105)
... 89 more
Caused by: org.apache.velocity.exception.MethodInvocationException:
Invocation of method 'isSpaceWatched' in class
com.xpn.xwiki.plugin.watchlist.WatchListPluginApi threw exception
java.lang.StringIndexOutOfBoundsException: String index out of range: -1 at
/templates/menuview.vm[line 257, column 27]
at
org.apache.velocity.runtime.parser.node.ASTMethod.handleInvocationException(ASTMethod.java:243)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:187)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280)
at
org.apache.velocity.runtime.parser.node.ASTReference.evaluate(ASTReference.java:530)
at
org.apache.velocity.runtime.parser.node.ASTExpression.evaluate(ASTExpression.java:62)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:85)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:228)
... 91 more
Caused by: java.lang.StringIndexOutOfBoundsException: String index out of
range: -1
at java.lang.String.substring(String.java:1937)
at
com.xpn.xwiki.plugin.watchlist.WatchListStore.unescapeList(WatchListStore.java:444)
at
com.xpn.xwiki.plugin.watchlist.WatchListStore.getWatchedElements(WatchListStore.java:420)
at
com.xpn.xwiki.plugin.watchlist.WatchListPluginApi.isSpaceWatched(WatchListPluginApi.java:166)
at sun.reflect.GeneratedMethodAccessor600.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:395)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:173)
... 104 more
any idea where to act to solve this issue?
Thanks,
claudio
--
View this message in context: http://xwiki.475771.n2.nabble.com/xwiki-users-issue-after-XE-migration-tp75…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi All,
i have some pages in Locale de and en. I want to use another page with the
include macro to load a set of defined pages in one language (or with a
default language, when the other is not set). Is that possible?
You know a similar solution if the include macro could not be used?
Regards,
Matthias
--
View this message in context: http://xwiki.475771.n2.nabble.com/Include-a-page-with-a-specific-and-or-def…
Sent from the XWiki- Users mailing list archive at Nabble.com.
> As indicate on http://myxwiki.org/xwiki/bin/view/Main/WebHome could
> you please indicate your user id on myxwiki.org as well as the server
> name you want for your wiki (the name that will be used before
> .myxwiki.org to access the wiki).
Sorry about that. I forgot about that while typing the email.
I created a user 'sckriel' on myxwiki.org.
The wiki name can be 'tolking'
Thanks a lot,
Steven
> On Wed, Feb 12, 2014 at 7:44 PM, Steven Kriel <sckriel(a)gmail.com> wrote:
> > Good Day,
> >
> > I am acquainted with several members of my local university's (Stellenbosch
> > University in South Africa) interpretation service. They sit in on various
> > classes and interpreted between Afrikaans and English in real time for
> > students who do not understand Afrikaans. Naturally they need a list of
> > technical terms for each subject. Currently this lists is maintained and
> > updated using excel en dropbox causing endless headaches.
> >
> > I have experience in using XWiki enterprise at my job. I want to show the
> > interpreters a 'proof of concept' way of maintaining term lists (and other
> > information) on a wiki. If the concept is well received, we will be able
> > to convince our information technology department to host a server. Until
> > then, I need an easily accessible wiki. It is for this reason I request a
> > wiki on MyXWiki.org.
> >
> > Kind Regards,
> >
> > Steven Kriel
> > _______________________________________________
> > users mailing list
> > users(a)xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
>
>
>
> --
> Thomas Mortagne
>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users