IRC Archive for channel #xwiki on 07 May 2008
Last modified by Vincent Massol on 2012/10/18 18:30
xwikibot - (07/05/2008 10:22): Main.Roadmap was modified by xwiki:XWiki.JeromeVelociter - http://workspaces.xwiki.org/xwiki/bin/view/Main/Roadmap
xwikibot - (07/05/2008 10:23): Main.Roadmap was modified by xwiki:XWiki.JeromeVelociter - http://workspaces.xwiki.org/xwiki/bin/view/Main/Roadmap
_steffen_ - (07/05/2008 10:34): Hello.
_steffen_ - (07/05/2008 10:36): thomasmortagne: Your working on fixing '.' in usernames from LDAP. Is there any possibility I can test this patch in Xwiki 1.3?
thomasmortagne - (07/05/2008 10:38): _steffen_: I think you can apply it for 1.3, let me look
thomasmortagne - (07/05/2008 10:42): _steffen_ : don't see any 1.5 code in the patch so I think it's ok as there is no difference between 1.3, 1.4, 1.5 for LDAP authenticator
thomasmortagne - (07/05/2008 10:44): if are really not able to apply the patch let me know and I will attach patch created from 1.3 code branch
_steffen_ - (07/05/2008 10:44): thomasmortagne: Is there an easy way to create the jar file, except setting up a complete build environment?
thomasmortagne - (07/05/2008 10:50): you can simply build xwiki-core-<version>.jar and replace the one in your WEB_INF/lib directory
thomasmortagne - (07/05/2008 10:51): if it's the same branch of course
_steffen_ - (07/05/2008 10:51): thomasmortagne: Ok. Thanks. I'm trying it.
lipti - (07/05/2008 10:53): hi, do you have any hint why adding &basicauth=1 to [...]Main/WebRss?xpage=rdf has no effect at my wiki?
_steffen_ - (07/05/2008 11:30): I'm getting checkstyle errors if I'm trying to build xwiki-core-1.3. How can I disable them?
amelentev - (07/05/2008 11:36): _steffen_, try mvn -fn
_steffen_ - (07/05/2008 11:37): amelentev: Looks good. Thanks.
_steffen_ - (07/05/2008 11:56): Is this bad? [INFO] Reactor Summary: [INFO] XWiki Platform - Core - Core .......................... FAILED [40.232s]
jvelociter - (07/05/2008 12:07): _steffen_: run mvn -e to have more info on the error
xwikibot - (07/05/2008 12:17): Drafts.DebugXEWithEclipse_WebDependencies was modified by xwiki:XWiki.ThomasMortagne - http://dev.xwiki.org/xwiki/bin/view/Drafts/DebugXEWithEclipse_WebDependencies
xwikibot - (07/05/2008 12:45): Main.ReleaseNotes was modified by XWiki.ThomasMortagne - http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotes
_steffen_ - (07/05/2008 13:04): thomasmortagne: How can I enable debugging of login process?
xwikibot - (07/05/2008 13:04): Main.ReleaseNotesXWikiEnterprise14RC1 was modified by XWiki.ThomasMortagne - http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise14RC1
thomasmortagne - (07/05/2008 13:06): _steffen_ : see http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Logging
xwikibot - (07/05/2008 13:07): Main.ReleaseNotesXEM112 was modified by XWiki.ThomasMortagne - http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXEM112
xwikibot - (07/05/2008 13:07): Main.ReleaseNotesXEM12M1 was modified by XWiki.ThomasMortagne - http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXEM12M1
xwikibot - (07/05/2008 13:07): Main.ReleaseNotesXEM12M2 was modified by XWiki.ThomasMortagne - http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXEM12M2
xwikibot - (07/05/2008 13:07): Main.ReleaseNotesXEM12RC1 was modified by XWiki.ThomasMortagne - http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXEM12RC1
_steffen_ - (07/05/2008 13:26): thomasmortagne: I'm getting 'Internal Error' trying to authenticate against LDAP with '.' in username. I've added log4j.logger.com.xpn.xwiki.user=debug to the log4j.properties file, but nothing get logged. Any idea?
thomasmortagne - (07/05/2008 13:27): you should have a error log if you get 'Internal Error'
thomasmortagne - (07/05/2008 13:29): if you don't have anything I think the LDAPAutehticator is not used
thomasmortagne - (07/05/2008 13:29): makes sure your xwiki.cfg is correct for LDAP
_steffen_ - (07/05/2008 13:29): errors should go into the file specified in log4j.properties, right?
thomasmortagne - (07/05/2008 13:29): by default all lg is in xwiki.log file
thomasmortagne - (07/05/2008 13:30): I'm not sure about what you can configure in log4j.properties, I never used it
_steffen_ - (07/05/2008 13:32): You mean, in default configuration, xwiki will log login errors to xwiki.log?
thomasmortagne - (07/05/2008 13:33): by default every "error" ad "warning" log generated by xwiki is logged in xwiki.log
thomasmortagne - (07/05/2008 13:35): hmm wait
thomasmortagne - (07/05/2008 13:35): I think I know why you don't have error log
thomasmortagne - (07/05/2008 13:36): there is a property in xwiki.cfg makes ldap trying "normal" authetication if LDAP fail
thomasmortagne - (07/05/2008 13:37): set xwiki.authentication.ldap.trylocal=0
_steffen_ - (07/05/2008 13:37): ok.
thomasmortagne - (07/05/2008 13:39): btw did you had any problem to apply the patch in 1.3 ?