RE: webdav implementation in a separate application

2005-02-02 Thread Eckehard.Hermann
Hi Suresh, maybe a good start to develop a webdav client would be the wvcm client API, which can be found in the CVS under jakarta-slide\proposals\wvcm. Addionally you will also find some sample code implemented as junit tests under jakarta-slide\proposals\wvcm\test\junit\src\org\apache\wvcm\test.

RE: acl_inheritance_type - how does it work?

2004-12-02 Thread Eckehard.Hermann
Hi Jacob, the acl_inheritance_type explains, how ACEs are inherited. It supports the values none (no ACE inheritance), root (just the root ACEs are inherited), path (ACEs are inherited over the URI) and full (ACEs are inherited over all available bindings), Default should be path (as far as I know

RE: slide / taminowebdavserver and URM (authentication, etc.)

2004-08-16 Thread Eckehard.Hermann
Hello Mike, please go to the jakarta-slide/proposals/tamino/build/tree/tomcat/native/bin directory and check if the sagssxauthd2 demon runs under root and does have the following rights -rwSr-Sr--. Please contact your local Software AG contact for the latest SSX fixes, because of a known problems

RE: Created user can not access folders

2004-05-24 Thread Eckehard.Hermann
What I have written is just true if the 'user' collection should also be a principal or a group (in this case not the contained resources are the group members, the principals referenced by the value of the DAV:group-memeber-set properties are the group memebers, which can be a difference). Regard

RE: Created user can not access folders

2004-05-24 Thread Eckehard.Hermann
Hi, That's right, a principal must report the DAV:principal element in the DAV:resourcetype property (section 4 in the standard). Regards, Eckehard -Original Message- From: James Mason [mailto:[EMAIL PROTECTED] Sent: Dienstag, 25. Mai 2004 07:58 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] S

RE: slide concurrency question???

2004-05-24 Thread Eckehard.Hermann
Hi, managing users and authentication/authorization outside slide and in a database, the OS or LDAP is done by the slide based Tamino Webdav Server. You can finde the sources of this component (User Role Management (URM)) in the CVS under jakarta-slide\proposals\tamino\src\urm and jakarta-slide\pr