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

2007-09-24 Thread Alan Humphrey
Here's what's working for me: authentication: default_realm: users realms: users: credential: class: 'Password' password_type: 'self_check' store: class: LDAP::Backend ldap_server: 'ldap://localhost:389'

RE: [Catalyst] A Perl Message Queue?

2007-08-23 Thread Alan Humphrey
To give some idea, here's a couple of common products in the commercial world: IBM's MQSeries (now called WebSphere MQ) http://www-306.ibm.com/software/integration/wmq/features/ BEA MessageQ: http://www.bea.com/framework.jsp?CNT=index.htmFP=/content/products/mor e/messageq If you

RE: [Catalyst] Re: How are you handling multiformat URL

2006-11-29 Thread Alan Humphrey
because IE chokes on XML (but insists that you send it XML anyway... Is this still true with IE7? Yes, IE6 will be around for a while, but is there any hope on the horizon vis-à-vis IE? - Alan -Original Message- From: Jonathan Rockway [mailto:[EMAIL PROTECTED] Sent: Wednesday,

RE: [Catalyst] template comparison (was: why not mason (was: somethingelse unrelated))

2006-10-27 Thread Alan Humphrey
something=1'); for($row = $sth-fetchrow_arrayref){ %/table TT (in Cat with DBIC): table [% WHILE (row = rows.next) %] tr td[% row.name | html %]/tdtd[% row.whatever | html %]/td /tr [% END %] /table [Alan Humphrey] --- c'mon now. Be fair in your comparisons. Wouldn't the Mason/Cat/DBIC

Re: [Catalyst] MSSQL and Catalyst

2006-08-23 Thread Alan Humphrey
I had some time so I decided to upgrade my app and see if I could take advantage of all this. No joy. I’m still getting bind parameters. Info below. Any ideas? Thank you! - Alan Version: ~/birdweb/trunk/BirdWeb-Admin perldoc -l DBIx::Class | xargs cat | grep -i '$version' use vars

Re: [Catalyst] MSSQL and Catalyst

2006-08-14 Thread Alan Humphrey
Anyone here using M$$QL as their backend? I'm using it as one part of an app. The app is very lightly used so I can't give you any performance information, but here's what I've done. 1) Running NetBSD, using DBD::Sybase and FreeTDS. 2) FreeTDS has a limitation in that it doesn't support bind

Re: [Catalyst] connection info and Catalyst::Model::DBIC::Schema

2006-08-03 Thread Alan Humphrey
Alan Humphrey wrote: I feel that I'm missing something obvious, but the penny hasn't dropped. Hope you all can help. Goal: use a DBIx::Class schema defined outside the Catalyst app name space. Using: Catalyst::Model::DBIC::Schema Problem: I have to define the connection information

[Catalyst] testing database contents

2006-07-14 Thread Alan Humphrey
All This is another one of those what is the best practice/how are other people doing this questions. Im testing a Catalyst app with Test::WWW::Mechanize::Catalyst. Part of the testing involves submitting data that goes into the database. Id like to confirm that the data is actually

Re: [Catalyst] C::V::Mason and autohandler's

2006-06-29 Thread Alan Humphrey
I'm using Mason with an autohandler and I'm not seeing the problem. Non-debug output from production site: 71.231.65.76 - - [29/Jun/2006:08:36:38 -0700] GET /BirdWeb-Admin/auth/login HTTP/1.1 200 1848 71.231.65.76 - - [29/Jun/2006:08:36:42 -0700] POST /BirdWeb-Admin/auth/do_login HTTP/1.1 302 -