Re: DASL Search for files with a particular file extension

2005-07-20 Thread Guido Casper
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

DASL Search for files with a particular file extension

2005-07-20 Thread Martin, Tammy \(US SSA\)
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

JNDI and OpenLDAP access

2005-07-20 Thread Kevin . Bombardier
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

acl question

2005-07-20 Thread Kevin . Bombardier
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

WebdavResource clarification

2005-07-20 Thread Kevin . Bombardier
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

Adding event listeners dynamically

2005-07-20 Thread Brandon Dove
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

Problem when activating lucene indexer with a BindingStore

2005-07-20 Thread Nicolas Aguilé
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.

About hasPermission on ALCSecurityImpl

2005-07-20 Thread Vincent JAMMET
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