Ask a Question related to Coldfusion Database Access, Design and Development.
-
BrkWindows #1
SQL / Windows Authentication Per User
Does anyone know if it is possible to configure ColdFusion MX 6.1 Enterprise
Server to connect to a SQL 2000 Server using Windows Authenitcation passing
individual user credentials. For example: User one logs into the coldfusion
application with username: domain\user1 and his password and those
credentials are used to connect to the SQL database to run the SQL command.
This is needed to provide SQL Auditing at a per domain user level.
If this cannot be done, is there an article that identifies this incapability?
Needed for federal certification.
If 6.1 Cannot, is this feature available in the new 7.0. If not, again, is
there a written article that identifies this incapability?
Thanks,
BrkWindows Guest
-
Forms authentication <-> Windows user?
Hi, I'm new in ASP.NET and I've got a question about authentication in an intranet application: I want to authentify and authorize the user by... -
ASP.net app with Windows authentication challenging one user only on second visit
Hi All, I have an intranet application that uses ASP.net Windows authentication. It has been working flawlessly for the past year. Recently,... -
Windows Authentication : switching user
Hi, In my custom asp.net application (authentication = windows), I've tried to force a reauthentication after a button click by returning... -
ASP.NET Forms Authentication Via A SQL Server Database With Windows User types?
We have built an ASP.NET application that will run on the Intranet using SQL 2000 as our data layer. We have decided to use Form Authentication... -
User Session issue with ASP.NET Forms authentication & Windows 2003
Hi, I first posted this query in just the aspnet ng but didn't get a reply so I'm posting here (probably more appropriate) Hope one of you guys... -
tzimmerman #2
Re: SQL / Windows Authentication Per User
The only way I know to use Windows authentication for individual users and SQL
Server is to use ODBC. However, ODBC is not recommended in production
environments with CFMX. As of the DataDirect 3.4 drivers you can use Windows
NT Authentication, but it is only for one user and that is the user that starts
the ColdFusion service. See "SQL Server NT authentication users (new feature)"
at
[url]http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=1a3c2ad0[/url].
Ted Zimmerman
tzimmerman Guest



Reply With Quote

