I have an application that needs to use active directory to ensure user login is valid. The issue is that the machine is in a different domain than our AD server. I am looking at creating a clr procedure on the SQL server that is in the same domain. Then from the application execute a procedure from the sql server that is in not in the AD, this procedure will call the procedure that will house the clr function. It would pass credentials to attempt to login and return success or fail. Having issues installing the CLR code.
Any ideas would be appreciated.
Software/Hardware used:
SQL 2005
ASKED:
July 5, 2011 3:14 PM
UPDATED:
July 5, 2011 6:53 PM
No, the application is using SQL authentication. To furthur explain there are two domains, the one the application resides in, the users are not a member of that AD. The other is the domain that they are a part of. The application will require a login and passord and rather than maintain password maintenance, it was proposed that we utilize the AD login as the validation that they are authorized. They will have internal user records that specify their application rights.