lolcat Posted January 7, 2010 Share Posted January 7, 2010 What way is there to see if a provided username and password credentials matches a local windows login on which the server is running? Background: We have a web service which uses Integrated Windows authentication to authenticate the users. But the Browser-Provided Login-Window sucks, so I'd like to replace it with a nice customized html login page. Now I don't want to save the usernames/passwords in a mysql-DB or textfile, but rather use the already existing windows accounts to check if the password is correct (they are used for other services, too, so I'd be glad if I only have to change passwords in one place only). Any guesses? (This has nothing to do with domains or AD or anything, these are just local windows accounts.) for instance, I could not find a way to spawn a process in php using different seucrity credentials, as a way to see if they were correct. Link to comment https://forums.phpfreaks.com/topic/187554-check-against-local-windows-accounts/ Share on other sites More sharing options...
ignace Posted January 7, 2010 Share Posted January 7, 2010 Article on StackOverflow with multiple options: http://stackoverflow.com/questions/594004/can-windows-authentication-be-used-with-php-on-iis-for-odbc-connections Link to comment https://forums.phpfreaks.com/topic/187554-check-against-local-windows-accounts/#findComment-990229 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.