Re: [Catalyst] New auth stuff and LDAP store...

2007-10-12 Thread Peter Karman
On 09/24/2007 12:55 PM, Adam Jacob wrote: > Anyone willing to give this a test run and let me know if things are > working correctly for them? I don't have any apps using the new > interface. :) > > Adam > Having not heard any feedback on this to the list, I'm wondering if there is a way anyo

Re: [Catalyst] New auth stuff and LDAP store...

2007-10-12 Thread Matt S Trout
On Fri, Oct 12, 2007 at 07:58:21AM -0500, Peter Karman wrote: > > > On 09/24/2007 12:55 PM, Adam Jacob wrote: > > Anyone willing to give this a test run and let me know if things are > > working correctly for them? I don't have any apps using the new > > interface. :) > > > > Adam > > > > Hav

Re: [Catalyst] New auth stuff and LDAP store...

2007-10-15 Thread Peter Karman
On 09/24/2007 12:19 PM, Adam Jacob wrote: > > I'll be happy to commit any of your patches and get a new release > pushed out to CPAN. > > (Tests would be great!) > Attached is a test based on the existing simple.t test, but using the new find_user() instead of the old get_user(). I started

Re: [Catalyst] New auth stuff and LDAP store...

2007-10-15 Thread Peter Karman
On 10/12/2007 12:26 PM, Matt S Trout wrote: > Net::LDAP appears to start a temporary openldap instance. See t/common.pl in > the dist. > > My personal thought would be to compile my own tinyldap as part of my test > build process. > > There's also a Net::LDAP::Server on CPAN which may or may n

Re: [Catalyst] New auth stuff and LDAP store...

2007-10-15 Thread Adam Jacob
Peter, do you want CPAN privileges for C::P::A::S::LDAP? Do you have a commit bit in the Catalyst SVN? Adam On 10/15/07, Peter Karman <[EMAIL PROTECTED]> wrote: > > > On 10/12/2007 12:26 PM, Matt S Trout wrote: > > > Net::LDAP appears to start a temporary openldap instance. See t/common.pl in >

Re: [Catalyst] New auth stuff and LDAP store...

2007-10-15 Thread Peter Karman
On 10/15/2007 12:28 PM, Adam Jacob wrote: > Peter, do you want CPAN privileges for C::P::A::S::LDAP? > sure. > Do you have a commit bit in the Catalyst SVN? > I do not. pek > Adam > > On 10/15/07, Peter Karman <[EMAIL PROTECTED]> wrote: >> >> On 10/12/2007 12:26 PM, Matt S Trout wrote:

Re: [Catalyst] New auth stuff and LDAP store...

2007-10-15 Thread Peter Karman
On 10/15/2007 11:32 AM, Peter Karman wrote: > I ended up writing a Net::LDAP::Server::Test based on the existing CPAN > module. > As soon as I get permission to release it, I'll post for comments. > http://search.cpan.org/~karman/Net-LDAP-Server-Test-0.01/ I'm especially interested in whethe

Re: [Catalyst] New auth stuff and LDAP store...

2007-10-16 Thread Matt S Trout
On Mon, Oct 15, 2007 at 01:32:36PM -0500, Peter Karman wrote: > > > On 10/15/2007 12:28 PM, Adam Jacob wrote: > > Peter, do you want CPAN privileges for C::P::A::S::LDAP? > > > > sure. > > > Do you have a commit bit in the Catalyst SVN? > > > > I do not. If you have a user, tell me what it

Re: [Catalyst] New auth stuff and LDAP store...

2007-10-16 Thread J. Shirley
On 10/16/07, Matt S Trout <[EMAIL PROTECTED]> wrote: > > On Mon, Oct 15, 2007 at 01:32:36PM -0500, Peter Karman wrote: > > > > > > On 10/15/2007 12:28 PM, Adam Jacob wrote: > > > Peter, do you want CPAN privileges for C::P::A::S::LDAP? > > > > > > > sure. > > > > > Do you have a commit bit in the C

Re: [Catalyst] New auth stuff and LDAP store...

2007-10-18 Thread Peter Karman
Thanks to Adam, mst and jshirley for bringing me into the Cat fold. Catalyst-Plugin-Authentication-Store-LDAP-0.0600 was just pushed to CPAN. This brings the LDAP auth plugin up to speed with the current C::P::Authentication realms API. On 09/24/2007 12:22 PM, Peter Karman wrote: > > On 09/24/20

Re: [Catalyst] New auth stuff and LDAP store...

2007-10-18 Thread Adam Jacob
Thank you, Peter, for doing all the work. :) Adam On 10/18/07, Peter Karman <[EMAIL PROTECTED]> wrote: > Thanks to Adam, mst and jshirley for bringing me into the Cat fold. > > Catalyst-Plugin-Authentication-Store-LDAP-0.0600 was just pushed to CPAN. This > brings the LDAP auth plugin up to speed

RE: [Catalyst] New auth stuff and LDAP store...

2007-10-19 Thread Hartmaier Alexander
I will test it now. BTW the Changes file has a wrong date for 0.0600. -Alex -Original Message- From: Peter Karman [mailto:[EMAIL PROTECTED] Sent: Thursday, October 18, 2007 10:49 PM To: The elegant MVC web framework Subject: Re: [Catalyst] New auth stuff and LDAP store... Thanks to

Re: [Catalyst] New auth stuff and LDAP store...

2007-10-19 Thread Peter Karman
On 10/19/2007 03:42 AM, Hartmaier Alexander wrote: > I will test it now. > > BTW the Changes file has a wrong date for 0.0600. > Thanks. I'll change in svn do it is correct for the next release. -- Peter Karman . [EMAIL PROTECTED] . http://peknet.com/ __

RE: [Catalyst] New auth stuff and LDAP store...

2007-10-22 Thread Hartmaier Alexander
It works for me without changing anything. What has been changed to work with the new auth api? -Alex -Original Message- From: Peter Karman [mailto:[EMAIL PROTECTED] Sent: Friday, October 19, 2007 3:13 PM To: The elegant MVC web framework Subject: Re: [Catalyst] New auth stuff and LDAP

Re: [Catalyst] New auth stuff and LDAP store...

2007-10-22 Thread Peter Karman
gt; -Original Message- > From: Peter Karman [mailto:[EMAIL PROTECTED] > Sent: Friday, October 19, 2007 3:13 PM > To: The elegant MVC web framework > Subject: Re: [Catalyst] New auth stuff and LDAP store... > > > > On 10/19/2007 03:42 AM, Hartmaier Alexander wrote: >

RE: [Catalyst] New auth stuff and LDAP store...

2007-10-22 Thread Hartmaier Alexander
You're right, I've changed the config when 0.05 came out to the new api of auth. -Alex -Original Message- From: Peter Karman [mailto:[EMAIL PROTECTED] Sent: Monday, October 22, 2007 4:44 PM To: The elegant MVC web framework Subject: Re: [Catalyst] New auth stuff and LDAP stor