Re: WCK username and principal object relation

2004-10-31 Thread Tassos Bassoukos
That would be really nice. I've browsed the online documentation, but what I gathered from that was that I need to use a tool like DAV Explorer to create users and then there's a lot of config options in the XML files that get read at startup. Can I manage all these things runtime from a DB

Re: WCK username and principal object relation

2004-10-29 Thread Morten
Hi, Hi. Just read about the WCK - it looks very handy indeed! Hope you will like it. Any comments for improvement are more than welcome. Thanks - I'm new to Slide, so I'm still busy investigating. But I'm pleasantly surprised to see the amount of activity that's been going on here. And thanks for

Re: WCK username and principal object relation

2004-10-29 Thread Oliver Zeigermann
Details are still sketchy, but basically I'll be building a content repository with access to a given folder only is given to certain groups of users. You can think of it as a DAV accessible UNIX filesystem with easy web-enabled configuration of users and groups. Example:

Re: WCK username and principal object relation

2004-10-29 Thread Morten
Slide already provides groups, users and a complex access right management complying to the ACL standard http://www.greenbytes.de/tech/webdav/rfc3744.html Maybe you can just use it?! That would be really nice. I've browsed the online documentation, but what I gathered from that was that I need

Re: WCK username and principal object relation

2004-10-29 Thread Oliver Zeigermann
But you want WebDAV, don't you? Confused... Oliver On Fri, 29 Oct 2004 20:24:34 +0200, Morten [EMAIL PROTECTED] wrote: Slide already provides groups, users and a complex access right management complying to the ACL standard http://www.greenbytes.de/tech/webdav/rfc3744.html Maybe

Re: WCK username and principal object relation

2004-10-29 Thread Morten
Oliver Zeigermann wrote: But you want WebDAV, don't you? Confused... No wonder :-) I obviously need to read and play around a little more before I ask further questions :-) - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: WCK username and principal object relation

2004-10-29 Thread James Mason
There's a sample app written with the projector framework for managing users and groups. It's part of the 2.1b2 source release (not binary) and the documentation is rather light, but it could be an answer to your issue. -James On Fri, 2004-10-29 at 20:24 +0200, Morten wrote: Slide already

WCK username and principal object relation

2004-10-28 Thread Morten
Hi. Just read about the WCK - it looks very handy indeed! Is there a direct relation between the user parameter given to the implementation of the SessionAuthenticationManager and the Principal object passed to the begin method of the BasicWebdavStore? I'm hoping that