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 > > ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
