[xwiki-users] XWiki Authenticator Trusted LDAP

2014-02-11 Thread Galina
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

[xwiki-users] Security concern

2014-02-11 Thread Gerritjan Koekkoek
This is about a Wiki page with an object of a class. When a sheet is attached it will display the object in that sheet. But if in the sheet I will check on permission and deny access like the following code: #if($xwiki.getUser().isUserInGroup("XWiki.SomeGroup") ) ## ## User is allowed