Hi, I'm using the Crx security module with Ldap. I have a problem with ACLs. I want everyone (as in the user group "everyone :) to see the root node and the...
... AFAIK there is only one way: set "deny everyone" rules on the sub node(s). The local rule (especially deny) will overwrite the inherited one. Regards, Alex...
... To continue on this post, the same applies for group membership modification. We'd really appreciate help on this important issue. Does anyone using AD...
Hi Eje ... This is a known issue in CRX 1.4.1: -- 17385 Security: LDAP groups in CRX are not purged after deletion in LDAP Note: This does not compromise...
After playing around with the crx quickstart I started thinking about how I would install the same thing on my hosted virtual private server. The VPS is...
... Have a look in the documentation (can be downloaded separately on http://www.day.com/content/day/en/products/crx/download/registration.html). Then open the...
... Thanks for the hint Alex. /crx-explorer_crx works as expected now /crx-launchpad does not! catalina log shows: INFO: Did not get 'QUICKSTART_HOMEPAGE' in...
Newbie still needs help with this! the catalina.log says ... INFO: Checking for value 'QUICKSTART_HOMEPAGE' in content at http://127.0.0.1:8080/ INFO: Did not...
... http://127.0.0.1:8080/ ... The launchpad webapp should run at the root: http://some.net:8080/ and that page should redirect to the CRX/Sling startpage at...
Hi, ... Here's a quick setup and troubleshooting guide that might help you: Deploying CRX: The CRX installer will give you a set of shared libraries (jcr and ...
... Go to /system/console, then "Configuration" and choose the "CRX Sling Client Repository" from the list of configurations. Below you will see the...
... I assume you're basically interested Java Content Repository (JCR) content (data) modeling, as CRX implements JCR API through using Apache Jackrabbit...
I'm trying to get network sharing working on my crx-default workspace but can't find much information to help get me started other than some Jackrabbit mailing...
I'm writing a bundle to evaluate Sling in crx. I tried to change access rights but could not find out how to do it. I import com.day.crx.sling.api into the...
Hi, I couldn't find the Apache Sling version used in CRX 1.4.2, in its release notes. For me it would be an important information, in order to know which...
... Hi Marc, The code snipped above looks ok. To your question: The CRX API doesn't provide a means to create EditableACEs. API Users have to develop and a...
Hi Christian Thanks for the answer. Is there really no other way in Sling to modify access rights than implementing two interfaces? If yes, is the code of e.g....
... It will defnitily be possible in future to change crx-permissions remotely and from sling. The implementation classes itself are in crx-core library, their...
Hi ... The Apache Sling project did not decide to release the whole Sling project in time for us to use a nicely labeled release (like 2.0.2 in crx 1.4.0). ...
See the short announcement on dev.day.com [1]. BTW I strongly encourage all to subscribe to dev.day.com feed [2] to get the latest "content news" delivered to...
Hello! We would like to store Audit trail information about every operation done on a document stored in the CR. Is there some functionality in CRX for...
Hello, We use tomcat in our setup, where we deploy our webapp and CRX in the same tomcat server. The problem is that when our app starts first, CRX is not...