I'd like to run scripts when a specific user logs into any computer. Those scripts need to operate with sudo creds. Is this possible without entering a password?
Actually, now that I think of it I could create a launch daemon in /Library. Then adjust the script to check if the username matches (if statement) then run an elevated command accordingly. Duh, that'll work.
thanks guys!
