views:

29

answers:

1

How do I create a dialog like the following one in Objective-C? Mac OS X authorization

I'm quite new to Objective-C, and I need root access to a file in the /etc directory.

Thanks!! Yvan

+1  A: 

Check out Authorization Concepts and the code sample: BetterAuthorizationSample.

diciu