SQL / Windows Authentication Per User

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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,...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139