Martin, Tammy (US SSA) wrote:
Hi all,
I am trying to write a DASL Search query to search for files on the
server with a particular file extension. I am able to search for content
like the example at http://wiki.apache.org/jakarta-slide/DASLSearch .
However, when I try to modify this query to fi
Hi all,
I am trying to write a DASL Search query to search for files on the
server with a particular file extension. I am able to search for content
like the example at http://wiki.apache.org/jakarta-slide/DASLSearch .
However, when I try to modify this query to find a file extension the
query do
This is a question for people who have implemented the
JNDIPrincipalStrore/LDAP (openLDAP)
What do you have defined in your slapd.conf?
I am looking for some examples, I have the following but it is too
restrictive and does not allow access.
access to attr=userpassword
by self write
In my domain.xml I have setup permission such that under "/" all can
read-acl, write-acl, unlock and read (the default)
Under "/files" I have setup permission such that anyone authenticated can
do anything, write if authenticated (although redundant I think),
and the owner can read-ac
Could someone help explain the difference (pros and cons) of getting a
WebdavResource to work with b/t the following.
Is one faster than the other, more overhead, ...?
1.HttpURL httpUrl = new HttpURL("http://localhost:16080/slide/files";);
httpUrl.setUserinfo(JAASSecurityUtil.getUsername
Hi guys/gals -- I'm wondering if there's a way to dynamically
add Slide event listeners. I'm aware of the ability to configure
them in the Domain.xml (and have seen my own listeners in action
by configuring them here) but it I want to be able to add a
listener that has been initialized by my code b
Hi,
I've configured Slide 2.2pre1 on my tomcat 5.5.9 server, it works fine.
I've activated bindings on my node, the content indexer with the
org.apache.slide.index.lucene.LuceneContentIndexer class and the extractors.
When i put a file in my content node, nothings happen in the index
directory.
Hi,
I need to know if a role has access to a paricular node, then I
inteneded to use the matching method in ACLSecurity:
hasPermission(ObjectNode object, SubjectNode subject,
ActionNode action)
Unfortunaltely it is deprecated (at Security level, but it is
imp