Link to home
Start Free TrialLog in
Avatar of BradleyCleveland
BradleyCleveland

asked on

Is there an SP that can authenticate AD user name and password

Is there a stored procedure in sql server that will allow me to pass a user name and password to check it against active directory users and return a value indicating if the user name exists and if the user name / password combination is valid.
ASKER CERTIFIED SOLUTION
Avatar of VIVEKANANDHAN_PERIASAMY
VIVEKANANDHAN_PERIASAMY

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Nothing out of the box but you can write CLR stored procedure in order to do that.
Avatar of BradleyCleveland
BradleyCleveland

ASKER

Not the answer I wanted, but evidently its the right one.