[Catalyst] $c-user and session questions

2012-05-31 Thread Kenneth S Mclane
I have an LDAP server authenticating my users. The look up returns a ton of fields in a hash. My questions are as follows: 1. What happens to this data/information? Is it stored in the $c-user object? 2. If it is, how do I access it? 3. Is there a simple way to look at what is stored in the

Re: [Catalyst] $c-user and session questions

2012-05-31 Thread Tomas Doran
On 31 May 2012, at 14:00, Kenneth S Mclane wrote: I have an LDAP server authenticating my users. The look up returns a ton of fields in a hash. My questions are as follows: 1. What happens to this data/information? Is it stored in the $c-user object? Yes 2. If it is, how do I access

Re: [Catalyst] $c-user and session questions

2012-05-31 Thread Kenneth S Mclane
and then I'm good. Thanks for the suggestions. Tomas Doran bobtf...@bobtfish.net wrote on 05/31/2012 08:31:31 AM: From: Tomas Doran bobtf...@bobtfish.net To: The elegant MVC web framework catalyst@lists.scsys.co.uk Date: 05/31/2012 08:32 AM Subject: Re: [Catalyst] $c-user