Yes - I ended up doing the security in FB, but it would have been nice to just use NT security since I only need one pw for the whole admin section -- but no biggie... this will work.
Thanks, Jason -----Original Message----- From: Erik Voldengen [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 02, 2002 12:24 AM To: Fusebox Subject: RE: nested fusebox security The public request always goes to the root index.cfm, and that's what NT security is looking at. The circuit files that are protected are actually being called by CF, and NT has no problem letting CF touch those files. I'm not sure what a workaround would be. You could call /admin/index.cfm, which would simply contain a redirect script to the root index.cfm. Or perhaps there's tools available to test against an NT user database via LDAP or something. So the cause is easy, but the solution is either doing security through fusebox, or some workaround I can't forsee. Good luck, -Erik > -----Original Message----- > From: Jason Egan [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 01, 2002 10:22 PM > To: Fusebox > Subject: nested fusebox security > > > I am using nested fuseboxes, and OS security doesn't seem to be > working. I > figured by using nested fuseboxes I could just use NT security on a > directory to PW protect it. For example, everyone should be able > to see the > root (home), but not the subdirectory admin (home.admin)... I can actually > see in debug info that files are being called from the /admin > directory, but > I am never given and NT challenge, but if I specify a file like > /admin/index.cfm I am given an NT challenge. > > The url never goes into the /admin directory, but files are pulled from > this... strange... any ideas? > > Jason > CFDynamics.com > > ______________________________________________________________________ Macromedia ColdFusion 5 Training from the Source Step by Step ColdFusion http://www.amazon.com/exec/obidos/ASIN/0201758474/houseoffusion Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
