I'm trying to implement a pure JAAS install of slide, and keep running
into issues with Slides built-in ACL security (even though it is turned
off).
/WEB-INF/classes/slide.properties
=========
org.apache.slide.security=false
=========
I've tried disabling (in ignorance) certain configurations in domain.xml
without success:
=======
<!-- Paths configuration -->
<!-- userspath>/users</userspath>
<rolespath>/roles</rolespath -->
=======
<!-- <parameter name="acl_inheritance_type">path</parameter>
-->
<parameter name="acl_inheritance_type">none</parameter>
=======
<objectnode classname="org.apache.slide.structure.SubjectNode....
<!-- no idea what I'm doing here -->
=======
And the end result is usually like this:
################
message Not Found: No object found at /users/JAASUSER
description The requested resource (Not Found: No object found at
/users/JAASUSER) is not available.
###############
Can someone please help?
-D
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]