Hi, I would like to make a PHP script that logs a user in, based on their Linux system credentials. What functions allow me to do this?
Thanks
The exec() function should be what you're looking for.