realbasic-nug
[Top] [All Lists]

Re: Keychain process

To: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Subject: Re: Keychain process
From: Thomas Tempelmann <tempelmann@gmail.com>
Date: Thu, 29 Jan 2009 23:43:42 +0100
Authentication-results: mx.google.com; spf=neutral (google.com: 74.124.194.228 is neither permitted nor denied by best guess record for domain of realbasic-nug-bounces@lists.realsoftware.com) smtp.mail=realbasic-nug-bounces@lists.realsoftware.com; dkim=neutral (body hash did not verify) header.i=@gmail.com
Delivered-to: listarchive@realsoftware.com
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=c606/fNRRoBnvBz8yqCw/kgQdaBOv1ow2jTyS+Vs87I=; b=vjP3+6Aey/NAckNbyL0RX75yJODQj+Smzbz/tQRmzu+q3CkPKtnXBu/ghBdlAZpp0D Vai8XORP+3cVcrwcwVgOLPlk/leC5PVTAfRywube7oKsc+6tLj9qCsppYqRxmi3RZ3LB MiVhoeFTON0f/zgXDPoc5syWcehIUu3/g6mjE=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=mD9Ut4CNYAbsi0CaDYE0jJ3DQ6ogYqF68OOANxiW/sWXrGp6yYsTMo/4Q3qwE2lRwR 0PHk6TS1+pxkD2EH2L+7x00YFNXmLH51cTBBK0dbtWjAIfu3lgMVCf0b9XHwSX2A/FIi o8uINnQWdlk1eIw6gEiMBj7r0iF856sF6qB2s=
In-reply-to: <1F8D68B6-591D-4960-9441-EFB0043A332C@tolisgroup.com>
References: <5D6EDE21-86D0-4227-B52F-0CB4487F1EEB@tolisgroup.com> <1F8D68B6-591D-4960-9441-EFB0043A332C@tolisgroup.com>
Reply-to: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Sender: realbasic-nug-bounces@lists.realsoftware.com
> I'm trying to implement keychain support in a couple of projects, but I'm
> not quite sure about the actual process order.

I don't understand your question fully. You have to be more specfic.

All I can say is that you usually can not query the password from a
keychain, nor can you ask the system to let the user enter his
credentials and then get the result back. You can only ask the system
to execute a program by letting the system ask the user for an admin
login. For that there's RB code to find (AuthExecute or something like
that).

You can also ask the keychain access program to move or create items,
i've done that before, although the app may then ask the user for his
password for each single operation.

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>