Re: Security Framework: authorization rights.
Re: Security Framework: authorization rights.
- Subject: Re: Security Framework: authorization rights.
- From: Dave Camp <email@hidden>
- Date: Mon, 3 Nov 2003 09:52:25 -0800
Conveniently, a new Tech Note was released this morning on this very
subject...
<
http://developer.apple.com/technotes/tn2002/tn2095.html>
Dave
On Nov 3, 2003, at 9:13 AM, Huyler, Christopher M wrote:
Since Panther will no longer support crypt() I am working on replacing
our code with Security Framework code. I have tried making my own
authorization right "com.CA.eTrust.AV.inoweb" for logging into our web
gui. I would like it to by-default allow any user with a valid account
on the target machine to log in. However, since my right does not
match
any in the Policy Database, it matches the default which requires an
admin account.
I took a look at the /etc/authorization plist and tried some of the
generic rights. The only ones I could get to work for any user was
"config.add" and "system.burn". It would seem stupid to use one of
these rights for my application so how do I add my own right to the
database? How would I add a right during an install?
--
Christopher Huyler
Computer Associates Intl.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
---
It is dark; you are likely to be eaten by a grue. -Zork
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.