Re: [Catalyst] Role problems, Still

2012-05-24 Thread Kenneth S Mclane
Tomas Doran wrote on 05/24/2012 10:06:33 AM: > From: > > Tomas Doran > > To: > > The elegant MVC web framework > > Date: > > 05/24/2012 10:11 AM > > Subject: > > Re: [Catalyst] Role problems, Still > > > On 24 May 2012, at 13:45,

Re: [Catalyst] Role problems, Still

2012-05-24 Thread Tomas Doran
On 24 May 2012, at 13:45, Kenneth S Mclane wrote: > Well since the passwords are maintained by a company wide system and can be > authenticated via LDAP, I don't think I want to reinvent the authorization, > since it is working. > I think I will just reinvent the role checking, which should be

Re: [Catalyst] Role problems, Still

2012-05-24 Thread Kenneth S Mclane
> > Date: > > 05/23/2012 11:07 AM > > Subject: > > Re: [Catalyst] Role problems, Still > > > On 23 May 2012, at 16:37, Kenneth S Mclane wrote: > > > I am having difficulty in getting my user to authenticate against > the second realm. After succ

Re: [Catalyst] Role problems, Still

2012-05-23 Thread Tomas Doran
On 23 May 2012, at 16:37, Kenneth S Mclane wrote: > I am having difficulty in getting my user to authenticate against the second > realm. After successfully authenticating against the ldap server, I want to > authenticate against the dbic realm as well as that is where the roles are > stored.

[Catalyst] Role problems, Still

2012-05-23 Thread Kenneth S Mclane
I am having difficulty in getting my user to authenticate against the second realm. After successfully authenticating against the ldap server, I want to authenticate against the dbic realm as well as that is where the roles are stored. It seems to ignore a second call to $c-.authenticate. I tri