Calling AuthorizationExecuteWithOrivilages Perameter trouble
Calling AuthorizationExecuteWithOrivilages Perameter trouble
- Subject: Calling AuthorizationExecuteWithOrivilages Perameter trouble
- From: Guy Winslow <email@hidden>
- Date: Mon, 07 May 2001 10:01:58 -0700
Hi I am working on a application that needs to ask the user for Root
password. I took the Security Example and integrated it into my
Application. This appears to work on the surface, but if used more then
once or the application is moved outside of development envierment the
argument list argument, gets lost (Loses a pointer). Tried declaring out
side of implementation, creating dynamic with malloc and [ NSString cString
] functions with same results. Do's anyone have any ideas.