I have a third party app that is written in Macromedia.
We currently have the users gain access to the database
through a login and password passed to the sql database.
This creates the connection. We then ask the user for
their SS# and D.O.B as a password to enter the
application. This info is stored in tables.
I would like to force SQL server to authenticate the user
using AD and the authentication prompt. We can use the
pass through credential to create the connection, but I
would like the user to be prompted for their domain
userid and password.
In another newsgroup, one of the mvp people suggested
below. I don't understand what he was saying. Can
anyone help clarify this for me and either point me to an
example or tell me how to do this....
:
However, it is probably better for you to simple use SSPI
authentication in
SQL server and just have the user's domain credentials
from their current
logon be used to talk to SQL. SQL can then do the
authentication through
the built-in mechanism
Thanks in advance for the help>>>>