Re: ColdFusion security framework

2004-12-20 Thread The Wolf
On 12/10/04 6:58 PM, Jim Davis wrote: I've uploaded a zip of the CFCs involved to: ftp://ftp.depressedpress.com/FTP/cfc_DepressedPress.zip I am trying to understand your code, but it's a bit hard w/o knowing the db tables and relationships ... Can you provide the db schema (e.g. Erwin) and

RE: ColdFusion security framework

2004-12-20 Thread Jim Davis
-Original Message- From: The Wolf [mailto:[EMAIL PROTECTED] Sent: Monday, December 20, 2004 6:46 AM To: CF-Talk Subject: Re: ColdFusion security framework On 12/10/04 6:58 PM, Jim Davis wrote: I've uploaded a zip of the CFCs involved to: ftp://ftp.depressedpress.com/FTP

Re: ColdFusion security framework

2004-12-20 Thread The Wolf
On 12/20/04 4:17 PM, Jim Davis wrote: Is that what you're looking for? Yes, thanks for the hint! Your security framework is probably very good, but a bit too complex for my needs, I am trying to come up with an easier one for my requirements... Thanks.

Re: ColdFusion security framework

2004-12-20 Thread Jim Davis
On 12/20/04 4:17 PM, Jim Davis wrote: Is that what you're looking for? Yes, thanks for the hint! Your security framework is probably very good, but a bit too complex for my needs, I am trying to come up with an easier one for my requirements... Thanks. No problem. I'm working on

Re: ColdFusion security framework

2004-12-20 Thread S . Isaac Dealey
On 12/20/04 4:17 PM, Jim Davis wrote: Is that what you're looking for? Yes, thanks for the hint! Your security framework is probably very good, but a bit too complex for my needs, I am trying to come up with an easier one for my requirements... Thanks. No problem. I'm working on

RE: ColdFusion security framework

2004-12-20 Thread Jim Davis
-Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] Sent: Monday, December 20, 2004 6:44 PM To: CF-Talk Subject: Re: ColdFusion security framework There's a lot of stuff in there that's just done for extensibility (maybe as much as half the code covers

RE: ColdFusion security framework

2004-12-20 Thread S . Isaac Dealey
-Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] Sent: Monday, December 20, 2004 6:44 PM To: CF-Talk Subject: Re: ColdFusion security framework There's a lot of stuff in there that's just done for extensibility (maybe as much as half the code covers

Re: ColdFusion security framework

2004-12-11 Thread The Wolf
On 12/10/04 6:58 PM, Jim Davis wrote: They should be unpacked into a folder called cfc_DepressedPress a mapping made to it. Te code should be consider as being under the FreeBSD license (open source). Thanks for the file, I am going to take a look at it next week and post back some

Re: ColdFusion security framework

2004-12-10 Thread The Wolf
On 12/10/04 3:26 AM, Jim Davis wrote: If you're interested tweaking I've got one that I've not yet made public (but it is in use on Public sites). It's CFC-based and (I think) has quite a few interesting features - but it might need some work (especially in the admin area which I've yet to

Re: ColdFusion security framework

2004-12-10 Thread The Wolf
On 12/9/04 9:34 PM, dave wrote: www.communitymx.com has a couple, 1 cfc based and 1 not I cannot seem to find them, do you have the direct links? Thanks. ~| Special thanks to the CF Community Suite Silver Sponsor - New Atlanta

Re: ColdFusion security framework

2004-12-10 Thread The Wolf
On 12/10/04 12:06 AM, Matt Robertson wrote: And I sell one for US$29.95. Has roles, groups and tiers. I noted your comment about the easycfm code only having roles. The way I implemented them in AMPro, roles are code-level, item-by-item elements if you want them to be. There are faq's that

Re: ColdFusion security framework

2004-12-10 Thread Matt Robertson
oops. I said the pro ver just does encoded/expiring links and I meant lite. -- --Matt Robertson-- President, Janitor MSB Designs, Inc. mysecretbase.com ~| Special thanks to the CF Community Suite Silver Sponsor - New Atlanta

Re: ColdFusion security framework

2004-12-10 Thread Matt Robertson
Lite just does tiers. Access level 1, 2, 3 and so on Pro has roles and groups, or at least what I call them. I explain the implementations in the faq on the site. You can also pre-build default user profiles containing the roles and groups you want to have for default types of users (admin,

RE: ColdFusion security framework

2004-12-10 Thread Jim Davis
-Original Message- From: The Wolf [mailto:[EMAIL PROTECTED] Sent: Friday, December 10, 2004 6:30 AM To: CF-Talk Subject: Re: ColdFusion security framework Hi, that sounds very interesting. It would be great if you can mail me it or post it to the list. Thanks a lot. I've

ColdFusion security framework

2004-12-09 Thread The Wolf
Hi all, does anyone know any good ColdFusion security framework for implementing authentication and authorization (roles, permissions, etc.) available for download and customization? I found this article: Rethinking Roles-based Security http://www.halhelms.com/index.cfm?fuseaction

Re: ColdFusion security framework

2004-12-09 Thread Marco Antonio C. Santos
http://tutorial67.easycfm.com/ Cheers Marco On Thu, 09 Dec 2004 20:11:19 +0100, The Wolf [EMAIL PROTECTED] wrote: Hi all, does anyone know any good ColdFusion security framework for implementing authentication and authorization (roles, permissions, etc.) available for download

Re: ColdFusion security framework

2004-12-09 Thread Adam Churvis
framework Hi all, does anyone know any good ColdFusion security framework for implementing authentication and authorization (roles, permissions, etc.) available for download and customization? I found this article: Rethinking Roles-based Security http://www.halhelms.com/index.cfm?fuseaction

Re: ColdFusion security framework

2004-12-09 Thread The Wolf
On 12/9/04 8:23 PM, Marco Antonio C. Santos wrote: http://tutorial67.easycfm.com/ Thanks for the link, I already know that one and I think it's too limited: it only uses roles, I need more granular security, using both roles and permissions ... Thanks.

Re: ColdFusion security framework

2004-12-09 Thread dave
www.communitymx.com has a couple, 1 cfc based and 1 not -- Original Message -- From: The Wolf [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Thu, 09 Dec 2004 21:26:02 +0100 On 12/9/04 8:23 PM, Marco Antonio C. Santos wrote:

Re: ColdFusion security framework

2004-12-09 Thread Matt Robertson
And I sell one for US$29.95. Has roles, groups and tiers. I noted your comment about the easycfm code only having roles. The way I implemented them in AMPro, roles are code-level, item-by-item elements if you want them to be. There are faq's that explain what each type is meant to accomplish.

RE: ColdFusion security framework

2004-12-09 Thread Jim Davis
it. Jim Davis -Original Message- From: The Wolf [mailto:[EMAIL PROTECTED] Sent: Thursday, December 09, 2004 2:11 PM To: CF-Talk Subject: ColdFusion security framework Hi all, does anyone know any good ColdFusion security framework for implementing authentication and authorization (roles