NSTask password prompt
NSTask password prompt
- Subject: NSTask password prompt
- From: Jeff Martirano <email@hidden>
- Date: Wed, 16 Jan 2002 13:59:19 -0800
I have a few NSTasks being piped to each other, but when I come to one I
am prompted for a password. I checked the Security Frameworks tutorial
on Stepwise.com but couldn't find the methods that would be usable with
NSTask. The password feature there seems to be based on a dialog box
scheme, and I would rather the user be able to store their password
without future harassment. What I need could be right in front of my
eyes but I may not have the sense to know it. Completing the password
(or any other) prompt is also a feature that I would like to use on
tasks not necessarily associated with an Admin/root account, such as gpg.
Jeff