On 10 May 2017, at 16:27, Thomas Mortagne <[email protected]> wrote:
I don't know much about Docker but I can maybe help with the LDAP authenticator.
After you installed the extension you will also need to modify the property xwiki.authentication.authclass in file xwiki.cfg in the application server as indicated on http://extensions.xwiki.org/xwiki/bin/view/Extension/LDAP/Authenticator/#HGe.... I have no idea if the Docker package let you modify this file
Yes it does, but it could be simpler, see https://jira.xwiki.org/browse/XDOCKER-20 Thanks -Vincent
but if you managed to do that then a good thing to do usually to understand what's wrong with your LDAP setup is enabled debug log (see http://extensions.xwiki.org/xwiki/bin/view/Extension/LDAP/Authenticator/#HEn...).
On Wed, May 10, 2017 at 4:13 PM, Lester Marc Dizon (ITX) <[email protected]> wrote:
Hi,
We are currently testing XWiki. I have a test environment for XWiki running in Docker. I would like to know if it's ok to run it as is in Prod (intranet)?
Also, I'm trying to connect it to LDAP with no success (tried with http://extensions.xwiki.org/xwiki/bin/view/Extension/LDAP/Authenticator/ and http://extensions.xwiki.org/xwiki/bin/view/Extension/LDAP/Application/ ). Is it because I'm running it in Docker? Is there a log where I can check what's wrong?
Any help is appreciated.
Thanks, Lester
-- Thomas Mortagne