verify pasword
verify pasword
- Subject: verify pasword
- From: Steve Gehrman <email@hidden>
- Date: Thu, 31 May 2001 13:21:51 -0700
I need to run a command line tool using sudo. I need to get the root
pasword from the user. Is there a simple way of verifying that the root
pasword is correct before executing the tool? I was thinking of running
an a simple NSTask like "sudo date" and seeing if I get the "Sorry, try
again." response, but I would like to avoid such a lame hack.
(pasword misspelled intentionally, this list has some crazy security
filter that will block my message)
steve