Re: Grabbing username account from Windows login screen

2004-03-16 Thread Mickael
Hi Ian, I would like to see some of that code. Thanks Mike - Original Message - From: Ian Skinner To: CF-Talk Sent: Monday, March 15, 2004 3:27 PM Subject: RE: Grabbing username account from Windows login screen If you check Integrated Windows Authentication and Uncheck anonymous

RE: Grabbing username account from Windows login screen

2004-03-16 Thread Ian Skinner
First if all, it is very important that Anonymous access is UNCHECKED and Integrated Windows authentication is CHECKED in the Authentication Methods under Directory Security of any website (or directory or file) that one wants to get user information from.

RE: Grabbing username account from Windows login screen

2004-03-16 Thread Douglas.Knudsen
account from Windows login screen First if all, it is very important that Anonymous access is UNCHECKED and Integrated Windows authentication is CHECKED in the Authentication Methods under Directory Security of any website (or directory or file) that one wants to get user information from

RE: Grabbing username account from Windows login screen

2004-03-16 Thread Bushy
PROTECTED] Sent: Tuesday, March 16, 2004 11:52 AM To: CF-Talk Subject: RE: Grabbing username account from Windows login screen First if all, it is very important that Anonymous access is UNCHECKED and Integrated Windows authentication is CHECKED in the Authentication Methods under Directory Security

RE: Grabbing username account from Windows login screen

2004-03-16 Thread Bushy
ok...but whats weird is I UNCHECKED the Anonymous access and CHECKED the Integrated Windows authentication and when I go the the website I still get prompted for a username/password via NT authentication. WTF? --Original Message Text--- From: Ian Skinner Date: Tue, 16 Mar 2004 08:52:27 -0800

RE: Grabbing username account from Windows login screen

2004-03-16 Thread Mike Townend
the user for their details. Does the webserver have details about you in the PDC or in its user db? HTH -Original Message- From: Bushy [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 16, 2004 17:53 To: CF-Talk Subject: RE: Grabbing username account from Windows login screen ok

RE: Grabbing username account from Windows login screen

2004-03-16 Thread Dave Watts
ok...but whats weird is I UNCHECKED the Anonymous access and CHECKED the Integrated Windows authentication and when I go the the website I still get prompted for a username/password via NT authentication. By itself, this will not allow IE to automatically send your domain login to the web

re: Grabbing username account from Windows login screen

2004-03-15 Thread Bushy
Hi, To access my app I have the user authenticate using windows authentication. I then pass the username to my application via cfset auth = listLast(#CGI.AUTH_USER#, \) Now the server has been put on our domain. Rather than have the windows authentication I would prefer to grab the username used

RE: Grabbing username account from Windows login screen

2004-03-15 Thread Ian Skinner
If you check Integrated Windows Authentication and Uncheck anonymous authentication.The CGI_Auth_user will be populated with the user name of the person who logged on the client machine. We are using this functionality extensively here.Let me know if you would like to see some of what we have

RE: Grabbing username account from Windows login screen

2004-03-15 Thread Douglas.Knudsen
To: CF-Talk Subject: re: Grabbing username account from Windows login screen Hi, To access my app I have the user authenticate using windows authentication. I then pass the username to my application via cfset auth = listLast(#CGI.AUTH_USER#, \) Now the server has been put on our domain. Rather than