I would like to know if it is possible from sql directly to check a username and a password in Active directory. I mean without CLR functions.
I know is possible to get the list of users using Openrowset from a linked server and I was thinking if I can somehow put the password as a "where" parameter to that query and check the number of returned rows.
Thank you