[xwiki-users] Access rights driving me mad ... help needed

2017-03-15 Thread Stefan Helmerichs
Hi Patrick, as long as the access rights management hasn't changed too much since 8.4.3, this should be relatively easy. First, remember this: once a permission is set, it is denied to everyone else, so even if you set one page to be invisible to unregistered users, that page will also be

[xwiki-users] Success with Xwiki 9. 8.4.4 broken.

2017-03-15 Thread Douglas Landau
I finally had success. How? I stopped trying with 8.4.4. I replicated the config that I've been tearing my hair out over, on XWiki 9.1.2, and boom. The information contained in this transmission may contain West Marine proprietary, confidential and/or privileged information. It is

[xwiki-users] LDAP port: 389 vs 3389

2017-03-15 Thread Douglas Landau
In my xwiki.cfg I have: xwiki.authentication.ldap.port=389 So why do I see this in the console output? 2017-03-15 17:10:00,209 [http://dwswiki9.westmarine.net:8080/xwiki/bin/loginsubmit/XWiki/XWikiLogin] DEBUG o.x.c.l.XWikiLDAPConnection- Connection to LDAP server

Re: [xwiki-users] LDAP Auth again

2017-03-15 Thread Douglas Landau
What does this mean? #-# LDAP credentials, empty = anonymous access, otherwise specify full dn #-# {0} is replaced with the user name, {1} with the password #xwiki.authentication.ldap.bind_DN=cn={0},department=USER,department=INFORMATIK,department=1230,o=MP #xwiki.authentication.ldap.bind_pass={1}

[xwiki-users] LDAP server == localhost ?

2017-03-15 Thread Douglas Landau
Greets, Looking at this: #-# LDAP Server (Active Directory, eDirectory, OpenLDAP, etc.) #-# The default host is localhost xwiki.authentication.ldap.server=pwsdc03.westmarine.net Why is the default localhost? Would it not be quite rare that the AD server is also running the XWiki? Is it not

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

[xwiki-users] Access rights driving me mad ... help needed

2017-03-15 Thread Patrick M. Hausen
Hi all, I'm still trying to move a private Wiki from Confluence to Xwiki, now 9.1.2. I just cannot find my way to the access rights system. What I need: A page tree like this: A A.1 A.1.1 A.1.2 A.2 A.2.1 B B.1

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

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

Re: [xwiki-users] LDAP authentication is not enabled. Check xwiki.cfg

2017-03-15 Thread Vincent Massol
> On 9 Mar 2017, at 21:08, JasoYeom wrote: > > I set the permanent directory in xwiki.properties: > > environment.permanentDirectory=C:\Users\user\Downloads\jetty\ and restarted. > > Installed extensions are gone again. That’s normal since you changed the permanent dir!

Re: [xwiki-users] Redeploy the XWiki webapp ?

2017-03-15 Thread Thomas Mortagne
I updated a bit the documentation to make it more accessible to people not used to Java application servers setup. On Wed, Mar 15, 2017 at 10:07 AM, Vincent Massol wrote: > >> On 15 Mar 2017, at 10:06, Thomas Mortagne wrote: >> >> "redeploy" means

Re: [xwiki-users] Redeploy the XWiki webapp ?

2017-03-15 Thread Vincent Massol
> On 15 Mar 2017, at 10:06, Thomas Mortagne wrote: > > "redeploy" means restart. There is ways to redeploy an application > without restarting the application server but you should probably not > bother with that. And it would cause warnings with Tomcat since XWiki

Re: [xwiki-users] Redeploy the XWiki webapp ?

2017-03-15 Thread Thomas Mortagne
"redeploy" means restart. There is ways to redeploy an application without restarting the application server but you should probably not bother with that. On Wed, Mar 15, 2017 at 12:03 AM, Douglas Landau wrote: > Greets, > > The LDAP Authenticator extension webpage says

Re: [xwiki-users] XWiki 9 Java errors

2017-03-15 Thread Thomas Mortagne
> Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable > to find valid certification path to requested target This means you use an old version of Java 8 (older that update 101) and you should really upgrade it. On Wed, Mar 15, 2017 at 4:47 AM, Douglas Landau

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

Re: [xwiki-users] Redeploy the XWiki webapp ?

2017-03-15 Thread [IDIS Technical Secretariat] Ricardo Rodríguez
Hi! On Wed, Mar 15, 2017 at 12:05 AM Douglas Landau wrote: > Greets, > > The LDAP Authenticator extension webpage says > "Unlike editing xwiki.cfg, which requires you to redeploy the XWiki > webapp, ..." > > How does one redeploy the app? > The most straigthforward way