Re: Programmatically set user permissions

2006-04-04 Thread Kai Rivera
Hi Sven, Thanks for the tip. Here's the sample program I did that might help someone encountering the same issue. Kai - package JavaSource; import java.io.IOException; import java.net.MalformedURLException; import java.util.Enumeration; import

RE: Programmatically set user permissions

2006-04-03 Thread Sven Pfeiffer
Hi, you can use the WebdavResources aclMethod(java.lang.String path,Ace[] aces) - method. Thats what I am working with to let the users change the ACLs using a gui. hth SVen -Original Message- From: Kai Rivera [mailto:[EMAIL PROTECTED] Sent: Monday, April 03, 2006 12:28 PM To:

Re: Programmatically set user permissions

2006-04-03 Thread Kai Rivera
Hi Sven, Cool, thanks! :-) I normally don't do this but due to the fact that we're sooo pressed for time to finish this project, I would be extremely grateful if you could post a code snippet for this. Thank you! -- Cheers, Kai Rivera Get things done. On 4/3/06, Sven Pfeiffer [EMAIL