I have an application that is connected in to a sql database, instead of connecting to the database, i want it to use the windows usernames and passwords to login into my application.
windows usernames and passwords are stored in this location:
c:\windows\syst em32\config\sam
But how can i use this as my database or export usernames and passwords to sql.....
windows usernames and passwords are stored in this location:
c:\windows\syst em32\config\sam
But how can i use this as my database or export usernames and passwords to sql.....
Comment