Re: [realXtend] Permissions/Ownership/Security Tundra?

2011-07-02 Thread Peter Steinlechner
Those security features sound quite useful, in Open Wonderland is something like the show/hide feature for content according the permission, but idk how they implemented that. On Sat, Jul 2, 2011 at 10:09 AM, Peter Steinlechner wrote: > Hi Wim > > there is an unsubscribe button at the followin

Re: [realXtend] Permissions/Ownership/Security Tundra?

2011-07-02 Thread Peter Steinlechner
Hi Wim there is an unsubscribe button at the following URL http://groups.google.com/group/realxtend/subscribe On Sat, Jul 2, 2011 at 9:21 AM, Wim Trooster wrote: > How do I leave this mailinglist? > Wim Trooster > Op 1 jul. 2011 14:45 schreef "Jonne Nauha" het > volgende: > > > Btw the serve

Re: [realXtend] Permissions/Ownership/Security Tundra?

2011-07-02 Thread Wim Trooster
How do I leave this mailinglist? Wim Trooster Op 1 jul. 2011 14:45 schreef "Jonne Nauha" het volgende: > Btw the server wide password cant be in the scripts itself on the reference > implementation, it should be in the tundra.ini config in [server] or > [security] sections. Otherwise all clients c

Re: [realXtend] Permissions/Ownership/Security Tundra?

2011-07-01 Thread Toni Alatalo
On Fri, 2011-07-01 at 12:56 -0600, George Sellman wrote: > I'm glad my timing is good. A quote from the A-team "I love it when a > plan comes together" :) Just a (quick) reply to a few points now, is getting late here: > You can see that for classroom type activities we need > security/ownership

Re: [realXtend] Permissions/Ownership/Security Tundra?

2011-07-01 Thread George Sellman
Thanks Toni, I'm glad my timing is good. A quote from the A-team "I love it when a plan comes together" I took a look at the other posts about permissions. It looks like Tundra is a sweet system and getting sweeter by the minute. Let me give you the whole story (short form) so you can see our us

Re: [realXtend] Permissions/Ownership/Security Tundra?

2011-07-01 Thread Toni Alatalo
On Jul 1, 2011, at 3:34 PM, Jonne Nauha wrote: > Toni will you be adding the client connection also as a parameter for the > signals? I think many permission things want to check per user That's what I did yesterday, as mentioned here and shown in the example handler: > On Fri, Jul 1, 2011 at 1

Re: [realXtend] Permissions/Ownership/Security Tundra?

2011-07-01 Thread Jonne Nauha
Btw the server wide password cant be in the scripts itself on the reference implementation, it should be in the tundra.ini config in [server] or [security] sections. Otherwise all clients can open it from cache and read the password, as they get the script asset even if its not ran on the client (e

Re: [realXtend] Permissions/Ownership/Security Tundra?

2011-07-01 Thread Jonne Nauha
Toni will you be adding the client connection also as a parameter for the signals? I think many permission things want to check per user connection on server side if something is permitted, like only authenticated admins can remove items, or the author of the object etc. I'm sure this is in the wor

Re: [realXtend] Permissions/Ownership/Security Tundra?

2011-07-01 Thread Toni Alatalo
On Thu, 2011-06-30 at 16:42 -0700, sellman wrote: > Wondering > Will permissions/security be added to Tundra in upcoming > releases? Perfect timing! If you look on the -dev list, and recent commits, you'll see that we agreed on the design for it a couple of weeks ago, and I have since im

[realXtend] Permissions/Ownership/Security Tundra?

2011-06-30 Thread sellman
Hi, A group of us is considering using Tundra for an educational project, but we will need a way to provide ownership of spaces and/or objects. Wondering Will permissions/security be added to Tundra in upcoming releases? If not, could accounts/permissions be added to Tundra by creat