Re: Global preferences using CFPreferences
Re: Global preferences using CFPreferences
- Subject: Re: Global preferences using CFPreferences
- From: Finlay Dobbie <email@hidden>
- Date: Wed, 19 May 2004 11:40:58 +0100
On 19 May 2004, at 01:29, Larry Fransson wrote:
>
CFPreferencesSetValue ( blah blah blah
>
kCFPreferencesAnyUser,
>
kCFPreferencesCurrentHost
>
);
>
>
This works fine as long as it's an admin user who's doing the
>
registration. But when I run the application from an regular non-admin
>
account, I can't change anything. What did I miss?
Well, obviously non-admin users can't run around modifying arbitrary
system-wide settings that would affect other users. That just wouldn't
make any sense in general.
Read up on the documentation of the Security framework if you want to
do this :-)
-- Finlay
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
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.