• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Problems with authorization (error -60002, errAuthorizationInvalidRef)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems with authorization (error -60002, errAuthorizationInvalidRef)


  • Subject: Re: Problems with authorization (error -60002, errAuthorizationInvalidRef)
  • From: deepak gopal <email@hidden>
  • Date: Tue, 2 Oct 2007 05:26:38 +0530 (IST)

Sorry for this, I had missed
  OSStatus status = AuthorizationCreate(NULL, kAuthorizationEmptyEnvironment,
                                        kAuthorizationFlagDefaults, &authRef_);

Thank you
DG

----- Original Message ----
From: deepak gopal <email@hidden>
To: cocoa dev <email@hidden>
Sent: Monday, 1 October, 2007 1:57:50 PM
Subject: Fw: Problems with authorization (error -60002, errAuthorizationInvalidRef)

3rd attempt, question is, What should I do to resolve the error in the subject???

----- Forwarded Message ----
From: deepak gopal <email@hidden>
To: cocoa dev <email@hidden>
Sent: Monday, 1 October, 2007 1:00:14 PM
Subject: Fw: Problems with authorization (error -60002, errAuthorizationInvalidRef)

Resending it as the first attempt failed.

----- Forwarded Message ----
From: deepak gopal <email@hidden>
To: cocoa dev <email@hidden>
Sent: Monday, 1 October, 2007 11:29:24 AM
Subject: Problems with authorization (error -60002, errAuthorizationInvalidRef)

Hi

I am trying to get "system.privilege.admin" rights to run a script in my code. To get this authorization I am calling the method below. But I am getting the error -60002, errAuthorizationInvalidRef, why am I
 getting this. The same code works fine in other projects.

-----------------------------------------------
#include <Security/Security.h>

@interface build : NSObject {
  AuthroizatonRef  authRef;
}

@implementation build {
- (BOOL)getAuthorizationRef {

  AuthorizationItem myItems = {kAuthorizationRightExecute, 0, NULL, 0};
  AuthorizationRights myRights = {1, &myItems};
  AuthorizationFlags flags = kAuthorizationFlagDefaults |

     kAuthorizationFlagInteractionAllowed |
        kAuthorizationFlagPreAuthorize |
        kAuthorizationFlagExtendRights;

  OSStatus status = AuthorizationCopyRights(authRef_, &myRights,
                                   kAuthorizationEmptyEnvironment, flags, NULL);

  if (status != errAuthorizationSuccess) {
    return NO;
  }
  return YES;
}

Thank you
DG







       Why delete messages? Unlimited storage is just a click away.







       5, 50, 500, 5000 - Store N number of mails in your inbox. Click here.





      Flying to Bangalore or Bhopal? Search for tickets at http://in.farechase.yahoo.com
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden







      5, 50, 500, 5000 - Store N number of mails in your inbox. Go to http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Prev by Date: Re: Converting NSArray of NSString elements into binary?
  • Next by Date: Re: Converting NSArray of NSString elements into binary?
  • Previous by thread: Re: Problems with authorization (error -60002, errAuthorizationInvalidRef)
  • Next by thread: Problems with authorization (error -60002, errAuthorizationInvalidRef)
  • Index(es):
    • Date
    • Thread