site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com When setting up accounts in Mac OS X, the Accounts pref panel has a checkbox for user accounts labeled, "Allow user to administer this computer". How can I programmatically determine if my application is being run for a user who is allowed to administer the computer vs. one who isn't? The Carbon way: See Authorization Services docs for more details .. -- ; Jay Vaughan _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... err = AuthorizationCreate(&user_rights, kAuthorizationEmptyEnvironment, user_flags, &user_authorizationRef); This email sent to site_archiver@lists.apple.com
participants (1)
-
Jay Vaughan