Re: How can I realize authentication in sling?

2009-03-13 Thread Rory Douglas
Torgeir Veimo wrote: I have to agree, having programmatically security is much more useful in a lot of scenarios. One example is when the security requirements changes. If you have a lot of ACLs in a very large repository, it becomes a nightmare to change. It would be very handy to be able t

Re: Re: How can I realize authentication in sling?

2009-03-13 Thread Vidar Ramdal
On Fri, Mar 13, 2009 at 1:00 AM, Alexander Klimetschek wrote: > On Thu, Mar 12, 2009 at 2:17 PM, Vidar Ramdal wrote: >> One of the main goals of the application we're developing, is that it >> must be dead simple for our users. Our users are NOT computer-savvy in >> any way, so they will certainl

Re: How can I realize authentication in sling?

2009-03-13 Thread Torgeir Veimo
On 12 Mar 2009, at 14:17, Vidar Ramdal wrote: On Thu, Mar 12, 2009 at 9:55 AM, Alexander Klimetschek > wrote: On Thu, Mar 12, 2009 at 9:49 AM, Vidar Ramdal wrote: For the application I'm developing, I have abandoned the ACL concept alltogether. Instead, I'm implementing my own access manageme

Re: Re: How can I realize authentication in sling?

2009-03-12 Thread Alexander Klimetschek
On Thu, Mar 12, 2009 at 2:17 PM, Vidar Ramdal wrote: > One of the main goals of the application we're developing, is that it > must be dead simple for our users. Our users are NOT computer-savvy in > any way, so they will certainly not be able to grasp the concept of > ACLs. Thus, we'd have to abs

Re: Re: How can I realize authentication in sling?

2009-03-12 Thread Vidar Ramdal
On Thu, Mar 12, 2009 at 9:55 AM, Alexander Klimetschek wrote: > On Thu, Mar 12, 2009 at 9:49 AM, Vidar Ramdal wrote: >> For the application I'm developing, I have abandoned the ACL concept >> alltogether. Instead, I'm implementing my own access management logic >> from scratch. >> >> I find that

Re: Re: How can I realize authentication in sling?

2009-03-12 Thread Alexander Klimetschek
On Thu, Mar 12, 2009 at 9:49 AM, Vidar Ramdal wrote: > For the application I'm developing, I have abandoned the ACL concept > alltogether. Instead, I'm implementing my own access management logic > from scratch. > > I find that in many web applications, a typical ACL concept is not the > best solu

Re: Re: How can I realize authentication in sling?

2009-03-12 Thread Vidar Ramdal
On Wed, Mar 11, 2009 at 8:49 PM, Eric Norman wrote: > Hi yanjie, > > I attached a proposed patch to enable changing the ACL via a web form to > http://issues.apache.org/jira/browse/SLING-879 Hi yanjie, For the application I'm developing, I have abandoned the ACL concept alltogether. Instead, I'm

Re: Re: How can I realize authentication in sling?

2009-03-11 Thread Eric Norman
ace now ? > > Thanks. > > > 2009-03-11 > > > > yanjie > > > > 发件人: Alexander Klimetschek > 发送时间: 2009-03-11 01:45:56 > 收件人: sling-dev > 抄送: > 主题: Re: How can I realize authentication in sling? > > On Tue, Mar 10, 2009 at 1:03 PM, Andreas Hart

Re: How can I realize authentication in sling?

2009-03-11 Thread Alexander Klimetschek
On Wed, Mar 11, 2009 at 10:26 AM, Andreas Hartmann wrote: > thanks for this great summary! Does it make sense to put it on the website > or on the Wiki? Yup, why not. Would be nice if you could do it ;-) One thing, which I forgot: the authentication module interface in Jackrabbit is the standard

Re: How can I realize authentication in sling?

2009-03-11 Thread Andreas Hartmann
Hi Alex, thanks for this great summary! Does it make sense to put it on the website or on the Wiki? -- Andreas Alexander Klimetschek schrieb: On Tue, Mar 10, 2009 at 1:03 PM, Andreas Hartmann wrote: actually I didn't intend to do any beta-testing (yet), but somehow I got the impression th

Re: Re: How can I realize authentication in sling?

2009-03-10 Thread yanjie
HI everyone: Glad to find so many person be care about the question. and I want to know Is sling implements the ACL web interface now ? Thanks. 2009-03-11 yanjie 发件人: Alexander Klimetschek 发送时间: 2009-03-11 01:45:56 收件人: sling-dev 抄送: 主题: Re: How can I realize authentication in

Re: How can I realize authentication in sling?

2009-03-10 Thread Alexander Klimetschek
On Tue, Mar 10, 2009 at 1:03 PM, Andreas Hartmann wrote: > actually I didn't intend to do any beta-testing (yet), but somehow I got the > impression that OpenID is the only supported way for authentication ATM. But > I just noticed that I can simply disable anonymous access in the > configuration

Re: How can I realize authentication in sling?

2009-03-10 Thread Bertrand Delacretaz
Hi Andreas, On Tue, Mar 10, 2009 at 1:03 PM, Andreas Hartmann wrote: > ...I hope I'll find the time to document my findings. Actually there is a lot > of documentation, but it is distributed in various places – the Sling > website, mailing list, dev.day.com blog etc. Maybe some consolidation woul

Re: How can I realize authentication in sling?

2009-03-10 Thread Andreas Hartmann
Hi Bertrand, Bertrand Delacretaz schrieb: On Tue, Mar 10, 2009 at 11:59 AM, Andreas Hartmann wrote: ...thanks a lot, I managed to enable OpenID authentication. Now I have to figure out how to set write permissions (I'm getting a javax.jcr.AccessDeniedException when I send a post request). The

Re: How can I realize authentication in sling?

2009-03-10 Thread Bertrand Delacretaz
On Tue, Mar 10, 2009 at 11:59 AM, Andreas Hartmann wrote: > ...thanks a lot, I managed to enable OpenID authentication. > > Now I have to figure out how to set write permissions (I'm getting a > javax.jcr.AccessDeniedException when I send a post request). The entry > barrier to get started with so

Re: How can I realize authentication in sling?

2009-03-10 Thread Andreas Hartmann
Hi Alexander, Alexander Klimetschek schrieb: On Tue, Mar 10, 2009 at 11:23 AM, Andreas Hartmann wrote: For authentication, you can configure one of the provided handlers (HTTP Basic or OpenID) to be active on one or more paths or host/path combinations. is there any documentation on this? Whe

Re: How can I realize authentication in sling?

2009-03-10 Thread Alexander Klimetschek
On Tue, Mar 10, 2009 at 11:23 AM, Andreas Hartmann wrote: >> For authentication, you can configure one of the provided handlers (HTTP >> Basic or OpenID) to be active on one or more paths or host/path >> combinations. > > is there any documentation on this? Where can I configure the authentication

Re: How can I realize authentication in sling?

2009-03-10 Thread Andreas Hartmann
8 05:03:18 收件人: sling-dev 抄送: 主题: Re: How can I realize authentication in sling? Hi, yanjie schrieb: Hi everyone: I want to give a user some policy to handle a node(read or write or modify..) , and other users don't have the policy . Or a group has the policy and the users in the group

Re: How can I realize authentication in sling?

2009-03-07 Thread Eric Norman
's > >> function early. > >> waiting ... > >> > >> thanks. > >> > >> > >> 2009-03-02 > >> > >> > >> > >> yanjie > >> > >> > >> > >> 发件人: Felix Meschberger

Re: How can I realize authentication in sling?

2009-03-05 Thread Felix Meschberger
>> control. >> If there is no authenticatioin control , user management will be less >> useful. >> I think the users of sling really hope sling can add the authentication's >> function early. >> waiting ... >> >> thanks. >> >> >>

Re: How can I realize authentication in sling?

2009-03-02 Thread Rory Douglas
waiting ... thanks. 2009-03-02 yanjie 发件人: Felix Meschberger 发送时间: 2009-02-28 05:03:18 收件人: sling-dev 抄送: 主题: Re: How can I realize authentication in sling? Hi, yanjie schrieb: Hi everyone: I want to give a user some policy to handle a node(read or write or modify..) , an

Re: Re: How can I realize authentication in sling?

2009-03-02 Thread Eric Norman
hentication's > function early. > waiting ... > > thanks. > > > 2009-03-02 > > > > yanjie > > > > 发件人: Felix Meschberger > 发送时间: 2009-02-28 05:03:18 > 收件人: sling-dev > 抄送: > 主题: Re: How can I realize authentication in sling? > > Hi

Re: Re: How can I realize authentication in sling?

2009-03-01 Thread yanjie
tion early. waiting ... thanks. 2009-03-02 yanjie 发件人: Felix Meschberger 发送时间: 2009-02-28 05:03:18 收件人: sling-dev 抄送: 主题: Re: How can I realize authentication in sling? Hi, yanjie schrieb: > Hi everyone: > I want to give a user some policy to handle a node(read or write or mo

Re: How can I realize authentication in sling?

2009-02-27 Thread Felix Meschberger
Hi, yanjie schrieb: > Hi everyone: > I want to give a user some policy to handle a node(read or write or modify..) > , and other users don't have the policy . Or a group has the policy and the > users in the group all have the authentication . how can I use sling to > realize it? Sling employ