Re: IIS authentication with CF

2014-07-21 Thread Russ Michaels
it will be trying to load some JS or CSS probably. just view the source and trying clicking a few of those external links and see what happens On Tue, Jul 22, 2014 at 1:40 AM, Ben Conner b...@webworldinc.com wrote: Hi, I have a server with CF 9 and several CF sites running on it. The

RE: IIS Authentication

2006-01-20 Thread Ian Skinner
I'm wondering if there is a way in ColdFusion 4.5 (or CFMX7) to determine if the user has been authenticated by IIS or not, and if so, what the username is that they are logged in with? -Justin Scott Nothing to do with ColdFusion, but ColdFusion does make it very easy to get. For this to

RE: IIS Authentication

2006-01-20 Thread Michael T. Tangorre
From: Justin D. Scott [mailto:[EMAIL PROTECTED] I'm wondering if there is a way in ColdFusion 4.5 (or CFMX7) to determine if the user has been authenticated by IIS or not, and if so, what the username is that they are logged in with? cgi.auth_user

RE: IIS Authentication

2006-01-20 Thread Burns, John D
Cgi.auth_user ? John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer -Original Message- From: Justin D. Scott [mailto:[EMAIL PROTECTED] Sent: Friday, January 20, 2006 2:45 PM To: CF-Talk Subject: IIS Authentication I'm wondering if there is

RE: IIS Authentication

2006-01-20 Thread Justin D. Scott
cgi.Auth_User will be populated with the username I had seen that listed in the debugging output, but it was always blank. Turns out there was an error in our IIS setup that was causing the authentication to not work properly. I also see now that if it's authenticating against a domain, it also

Re: iis authentication problem

2003-03-02 Thread Mahmut Basaran
ok, problem is resolved. Damn everyone user had a DENY for write in deny list. So, for people having the same problem: 1) make sure your c:\inetpub\wwwroot is configured properly. 2) make really sure you also check C:\CFUSIONMX\WWWROOT as coldfusion compiles the files in this directory. As far as

RE: IIS Authentication

2003-02-18 Thread Ryan Kime
You did go through all the TechNotes and Release Notes before updating, right? Uh-huhsure. :) Implementing NT Authentication with CFMX http://www.macromedia.com/v1/Handlers/index.cfm?ID=23741Method=Full For future reference KB Search Page

Re: IIS Authentication

2003-02-18 Thread Candace Cottrell
I think I just figured out that these two really don't play nice together and there isn't anything I can do. Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL PROTECTED] [EMAIL

RE: IIS Authentication

2003-02-18 Thread Dave Watts
Has anyone had issues with IIS Authentication after upgrading to MX? None of my folder-level security is working now.. wah There's a different DLL used to integrate IIS with CF, and you'll need to set permissions on that DLL appropriately. In addition, there are two ways you can integrate

Re: IIS Authentication

2003-02-18 Thread Jeff Garza
Are you running CFMX as a filter or as an ISAPI extension? If you are running it as a filter, check out the following MM security update... http://www.macromedia.com/v1/handlers/index.cfm?ID=23734 I'm guessing that's your problem. HTH, Jeff Garza - Original Message - From: Candace

Re: IIS Authentication

2003-02-18 Thread Kevin Kazmierczak
what problems are you having? Kevin. - Original Message - From: Candace Cottrell [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, February 18, 2003 2:29 PM Subject: Re: IIS Authentication I think I just figured out that these two really don't play nice together

RE: IIS Authentication

2003-02-18 Thread Candace Cottrell
Thanks, I appreciate it, but I have already done what they suggest: Modify Application Mappings Right-click on the applicable web site. Select Properties. Navigate to Home Directory tab. Click on the Configuration button. On the App Mappings tab, double-click on the .cfm mapping. On the Add/Edit

Re: IIS Authentication

2003-02-18 Thread Candace Cottrell
[EMAIL PROTECTED] Sent: Tuesday, February 18, 2003 2:29 PM Subject: Re: IIS Authentication I think I just figured out that these two really don't play nice together and there isn't anything I can do. Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton

Re: IIS Authentication

2003-02-18 Thread Jesse Houwing
Candace Cottrell wrote: Even after making all the necessary technoted changes, my supposed-to-be-secure pages are still accessible w/ no login. I have rebooted, restarted IIS, CFMX, you name it. I will just build some simple file logins until I can integrate a better system. Try removing

RE: IIS Authentication

2003-02-18 Thread Dave Watts
Dave, I didn't know you could run CFMX as an extension. What are the differences between doing it that way and running it as a filter? Where can I learn more? We have ours running as a filter (that's how its installed), and it seems to be handling the file permissions okay. Well, to be

RE: IIS Authentication

2003-02-18 Thread Andrew Tyrone
That sparked my curiosity, so here is the answer, straight from the evil empire! http://tinyurl.com/61kz -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 18, 2003 5:32 PM To: CF-Talk Subject: RE: IIS Authentication Dave, I didn't know you

Re: [IIS authentication with Netscape LDAP]

2001-06-23 Thread Jerre Hale
Matthew, My experience is with ColdFusion/LDAP. I worked from the examples in the manual ColdFusion Web Application Construction Kit, chapter 30 - Directory Services and other resources. I have a colleague that used perl scripts for authentication going against an extract file of the

Re: IIS authentication with Netscape LDAP

2001-06-18 Thread Jerre Hale
Matthew, I was able to get it to work on CF 4.5 which I currently have installed on my personal workstation but not in CF 4.0, which we currently have installed on our test and production servers. We are upgrading these servers this summer so I decided to wait until that is completed then move