Re: [xwiki-users] LDAP Auth again

2017-03-16 Thread Thomas Mortagne
-boun...@xwiki.org] On Behalf Of Douglas Landau > Sent: Wednesday, March 15, 2017 1:44 PM > To: XWiki Users > Subject: Re: [xwiki-users] LDAP Auth again > > Hmm. I've set these two lines to: > > xwiki.authentication.ldap.bind_DN=cn={0},dc=westmarine,dc=net > xwi

Re: [xwiki-users] LDAP Auth again

2017-03-16 Thread Thomas Mortagne
On Wed, Mar 15, 2017 at 8:56 PM, Douglas Landau wrote: > That's it, the LDAP authenticator is used as authenticator and you have what > is described on > http://extensions.xwiki.org/xwiki/bin/view/Extension/LDAP/Application/ > when you do to the administration -> LDAP. > >>If you think you confi

Re: [xwiki-users] LDAP Auth again

2017-03-15 Thread Douglas Landau
} Does this mean that {0} is going to be replaced at runtime, or that I should replace it? Thanks -Original Message- From: users [mailto:users-boun...@xwiki.org] On Behalf Of Douglas Landau Sent: Wednesday, March 15, 2017 1:44 PM To: XWiki Users Subject: Re: [xwiki-users] LDAP Auth again

Re: [xwiki-users] LDAP Auth again

2017-03-15 Thread Douglas Landau
Hmm. I've set these two lines to: xwiki.authentication.ldap.bind_DN=cn={0},dc=westmarine,dc=net xwiki.authentication.ldap.bind_pass={1} ... and still get a Java stacktrace surrounded by these: 2017-03-15 13:39:12,357 [http://dwswiki9.westmarine.net:8080/xwiki/bin/get/TourCode/TourJson?xpage=pl

Re: [xwiki-users] LDAP Auth again

2017-03-15 Thread Douglas Landau
Greets, I am getting the same results no matter what I set as the value for: xwiki.authentication.ldap.bind_DN=cn=sa-douglasl I see it says that LDAP auth failed for douglasl, which I don’t understand yet, but whu then is the XWikiUser null? Thanks 2017-03-15 13:13:03,767 [http://dwswiki9.we

Re: [xwiki-users] LDAP Auth again

2017-03-15 Thread Douglas Landau
That's it, the LDAP authenticator is used as authenticator and you have what is described on http://extensions.xwiki.org/xwiki/bin/view/Extension/LDAP/Application/ when you do to the administration -> LDAP. >If you think you configured LDAP authenticator with the right values and login >still f

Re: [xwiki-users] LDAP Auth again

2017-03-15 Thread Thomas Mortagne
I never use the LDAP application myself but here is what I would do: * start XWiki * go to the admin and install "LDAP Application" (it's possible you have to click the "All remote extensions" blue button to see this extension) * modify the xwiki.cfg and copy/paste everything that can be found on